资源列表
theAssemblyLine
- 本程序是麻省理工学院的《算法导论》上的动态规划问题,是由装配线问题引入的,也是我们的一次作业,大家如果交作业的话,也可参考。-This procedure is from the book printed by the Massachusetts Institute of Technology named Introduction to Algorithm on the dynamic programming problem, the problem is introduced by the a
K-means
- 通过对聚类分析及其算法的论述,从多个方面对这些算法性能进行比较,同时以儿童生长发育时期的数据为例通过聚类分析的软件和改进的K-means算法来进一步阐述聚类分析在数据挖掘中的实践应用。-Through cluster analysis and discussion of algorithms, from a number of aspects of the performance of these algorithms compared to growth and development of
pso_bspline
- malab语言实现bspline曲线拟合,采用改进的pso算法实现-malab language bspline curve fitting, using the improved algorithm pso
datastruct
- 数据结构 清华严蔚敏c语言版 配套光盘 献给大家 -Data structure c Min Wei Yan Tsinghua language edition dedicated to supporting all CD-ROM
CircleShedule
- 当很多队伍要循环比赛的时候,对比赛进行自动生成。-Automatic generation of the game.
PackageQuestion
- 使用C++编写的使用贪心算法来实现的背包问题。-Greedy algorithm to achieve the use of the knapsack problem.
Dynamic01
- 使用C++编写的动态规划--0-1背包问题。-The use of C++, prepared by dynamic programming- 0-1 knapsack problem.
DynamicCalculate
- 使用C++语言编写的动态规划--计算最优值。-Dynamic Programming- Calculation of the optimal value
Stress
- 用于计算平面应力的Fortran程序源码-Used to calculate the plane stress of the Fortran source program
niudun
- 计算方法中牛顿插值方法,对若干数据进行线性拟合-Newton' s method of calculation in the interpolation of data on a number of linear fitting
Euler
- 欧拉定理 对于互质的整数a和n,有aφ(n) ≡ 1 mod n -Euler' s theorem for coprime integers a and n, there is aφ (n) ≡ 1 mod n
SomeProgramForDataStructure
- KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
