登录
首页 » 算法 » 高效数据类型和算法库,含很多数值算法

高效数据类型和算法库,含很多数值算法

于 2023-06-15 发布 文件大小:707.47 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

高效数据类型和算法库,含很多数值算法-high efficient data structure and algorithm, including a variety of algorithms and numeric computings.

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

发表评论

0 个回复

  • 二分搜索CPP代码
    二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
    2022-03-20 05:11:34下载
    积分:1
  • 简单有限元程序c++
    使用c++编写一个简单的三角形单元有限元程序,通过编译链接,已经可以,初学有限元程序着可以看看
    2022-09-14 03:15:03下载
    积分:1
  • bp及改进bp,已测试,附带说明文档
    bp算法及改进bp算法,已测试,附带说明文档-bp bp algorithm and improved algorithm, testing, documentation, collateral
    2023-02-05 16:30:03下载
    积分:1
  • 离散傅立叶变换在视觉基本经典中的实现。
    A implementation of the discrete Fourier transform in visual basic classic.
    2022-01-27 16:59:12下载
    积分:1
  • 三次样条插值和拉格朗日插值的实现。
    三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
    2022-08-25 06:15:22下载
    积分:1
  • 一个用来进行分割的程序,是使用fm设计的分割VLSI电路的程序...
    一个用来进行分割的程序,是使用fm算法设计的分割VLSI电路的程序-used for a separate process, the use of fm segmentation algorithm design process for VLSI circuit
    2022-03-10 12:29:25下载
    积分:1
  • 遗传实现TSP问题
    用遗传算法实现TSP最短路寻优问题,遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如黑头发的特征是由染色体中控制这一特征的某种基因组合决定的。因此,在一开始需要实现从表现型到基因型的映射即编码工作。由于仿照基因编码的工作很复杂,我们往往进行简化,如二进制编码,初代种群产生之后,按照适者生存和优胜劣汰的原理,逐代(generation)演化产生出越来越好的近似解,在每一代,根据问题域中个体的适应度(fitness)大小选择个体
    2022-07-08 16:58:02下载
    积分:1
  • The cart with an inverted pendulum, shown below, is "bumped" with an impulse f...
    The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below. -The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
    2022-03-17 02:37:20下载
    积分:1
  • 双数组AC自动机
    双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机
    2022-01-20 23:36:19下载
    积分:1
  • 自己做的程序,可能对你有用
    自己做的程序,可能对你有用-own procedures that may be useful to you
    2022-10-07 10:35:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载