登录
首页 » 算法 » 递归计算模式

递归计算模式

于 2023-06-28 发布 文件大小:148.71 kB
0 880
下载积分: 2 下载次数: 1

代码说明:

递归计算众数,重数,输入一个整形数组,用递归计算数组中出现次数最多的数(众数)以及出现次数(重数)。-Recursive calculation mode, re-number, enter an integer array, with the recursive computation of the array appear in the highest number of number (plural), and the number of occurrences (multiplicity).

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Calculadora Booleana
    Calculadora booleana desarrollada en el 讲串口 utilizando el pic 16F887A
    2022-07-16 20:32:58下载
    积分:1
  • 本程序为7HC595的驱动程序,为初学者掌握SPI时序给予很大帮助。...
    本程序为7HC595的驱动程序,为初学者掌握SPI时序给予很大帮助。-This procedure for 7HC595 driver, SPI master timing for beginners to give great help to me.
    2022-06-16 19:20:53下载
    积分:1
  • MOEA framework
    应用背景The MOEA Framework is a free and open source Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose multiobjective optimization algorithms. The MOEA Framework supports genetic algorithms, differential evolution, particle swarm optimization, genetic programming, grammatical evolution, and more. A number of algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA, GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary to rapidly design, develop, execute and statistically test optimization algorithms.关键技术Its key features includes:   * Fast, reliable implementations of many state-of-the-art algorithms   * Extensible with custom algorithms, problems and operators   * Supports master-slave, island-model, and hybrid parallelization &n
    2022-02-28 22:09:39下载
    积分:1
  • java实现用遗传求解迷宫问题
    毕业设计的代码,是使用java语言来实现的,死用遗传算法来求解迷宫问题,其中代码有详细的注释
    2022-03-19 10:15:42下载
    积分:1
  • SIMPLE algrithm in Computational fluid mechanics
    应用背景This application is to focus on the numerical methods in Computational Fluid Mechanics, dealing with aeronautics, hydraulics, heat and mass transfer etc. We konw fluids have the ability to transport matter and its propertities as well as transmit force, therefore fluid mechanics is a subject that is particularly open to cross fertilization with other sciences and disciplines of engineering. The subject of fluid mechanics will be highly relevant in domains such as chemical,metallurgical, biological and ecological engineering.关键技术 SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algrithm is the principal numerical method to numerical simulate incompressible fluid flow, it can remove the difficults of fake pressure disturbance and neglecting specific pressure equation for incompressible fluid flow successful. The main thoughts and steps of SIMPLE algorithm are given in this application. The single-phase loc
    2023-03-06 10:05:03下载
    积分:1
  • 通用GPU计已经成为越来越受欢迎,因为GPU的多…
    通用GPU计算越来越受欢迎了,原因在于GPU具有多个并行计算单元,这是在GPU上进行通用计算的CPP代码-General GPU computing has become increasingly popular because GPU with multiple parallel computing units, which are common in GPU computing on the CPP code
    2023-03-15 04:30:04下载
    积分:1
  • 操作系统中的进程调度
    操作系统中的进程调度算法-operating system, the process of scheduling algorithm
    2022-12-26 12:00:04下载
    积分:1
  • 二分搜索CPP代码
    二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
    2022-03-20 05:11:34下载
    积分:1
  • 三次样条插值
    应用背景这是我整理的三次样条插值的算法,算法比较简单,希望大家能用得到,如果,有问题,大家可以好好看一下里面的代码结构,只要仔细看,问题应该都不大的。如果实在不行,就翻翻课本。关键技术 利用FORTRAN编制的三次样条插值,如果三次样条大家都很清楚,我就不用多说了,是行家都懂,如果实在不懂,那就没有下载的必要了。而且程序也相对简单一些。希望能用心好好看。
    2023-09-07 23:25:02下载
    积分:1
  • 单头文件实现对称的特征值分解…
    stand alone header file implementing eigen value decomposition for a symmetric matrix-stand alone header file implementing eigen value decomposition for a symmetric matrix
    2022-05-16 18:42:55下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载