搜索资源列表
数值算法类库
- 一个强大的矩阵计算类库,c++编写的。效率奇高,完全可以与fortan语言编写的类库媲美。值得推荐
数学常用算法C++版
- 陈必红 编写的《用C++语言编写的数学常用算法》光盘内容-prepared by the "C language commonly used to prepare the mathematical algorithm" CD-ROM
chameleon.c++
- chameleon算法 C++实现-chameleon algorithm to achieve C
k-means.c++
- k-means算法 C++实现-k-means algorithm to achieve C
银行家算法C++Builder
- 用C++Builder实现的银行家算法可以任意 输入进程个数各类资源的个数输出安全序列-with C + + Builder bankers algorithm can process arbitrary importation of all types of resources the number of security Sequence Number output
C# Dijkstra 最短路徑
- 最短路徑的演算法C#版本
导弹拦截算法C语言实现
- 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统。但是这种导弹拦截系统有一个缺陷:虽然它的第一发炮弹能够到达任意的高度,但是以后每一发炮弹都不能高于前一发的高度。某天,雷达捕捉到敌国的导弹来袭。由于该系统还在试用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹 输入导弹依次飞来的高度(雷达给出的高度数据是不大于 30000 的正整数),计算这套系统最多能拦截多少导弹,并依次输出被拦截的导弹飞来时候的高度。
Numerical Recipes Source- C
- [C数值算法].(美国)William.H.Press.源代码
c++最优化问题全解答
- 这里包含了比较全和详细的c++程序源代码,其中有牛顿法,dfp法,内点法等
[C数值算法].(美国)William.H Press一书的源代码
- [C数值算法].(美国)William.H.Press的所有源代码
SQP算法
- C程序的SQP算法,里面有例子
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
visual+c++
- 常用数值算法,真的很不错的,希望对大家有用处-Commonly used numerical algorithms, really good, everyone would like to be useful
C++jingdianshuzhisuanfayuanma
- C++经典数值算法源码,插值,查找,常微分方程(组)求解,等算法C源码。-C++ Classical numerical algorithm source, interpolation, find, ordinary differential equations (group) to solve, such as C-source algorithm.
mpowell.c
- 优化算法,POWELL算法 C码,不需要目标函数求导,适应于多变量优化.-Optimization algorithm, POWELL algorithm C code, does not require the objective function derivation, adapted to multi-variable optimization.
PID
- pid控制算法与程序,有利于pid控制的学习与交流,对PID有初步认识-pid control algorithms and procedures has pid conducive to study and exchange control, there is an initial understanding of the PID
c
- 用c 语言编写的各种函数,比如 冒泡排序,选择排序, 汉诺塔算法-Written by c various functions, such as Bubble Sort, Selection Sort, Tower of Hanoi algorithm, etc.
C-algorithm
- C语言常用算法源代码,各算法见目录下文件名,希望对各位学习有帮助-C language source code commonly used algorithm, the algorithm see the file name directory, and they hope to help you learn
C
- C的改进遗传算法,Change any of these parameters to match your needs-C Improved Genetic Algorithm
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)