资源列表
0-1programming
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
lee
- Vc++Romberg的,计算方法中romberg算法的c程序源码-Vc Romberg, calculation method Romberg Algorithm c procedures FOSS
bujiaDG
- 33节点配电网潮流计算,应用前退回带法,计算简单,收敛迅速-33 node distribution power flow calculation, before the return with the application method, the calculation is simple, rapid convergence
rk
- 荣格库塔法解微分方程组,比matlab自带的ode求解命令更准确,误差更少-Rong-Kutta method for solving differential equations group' s ode to solve than the matlab command comes more accurate, less error
symmetrized_split_step_fourier_method
- 采用symmetrized split-step method数值求解非线性薛定谔方程-Numerical solution of nonlinear Schrodinger equation by symmetrized split-step method
OFDM
- ofdm仿真的入门代码,对初学者来说很有用的-entry-OFDM simulation code, for example very useful for beginners
jingzhengceng
- 利用神经网络竞争层给数据分类,程序后面有详细注释-The program classify data in neural network about Competitive layer, and detailed notes behind the program
POSTFIX
- a simple wy to calculate postfix in c-a simple wy to calculate postfix in c++
Kjunzh
- 模式识别中的K均值算法,学生自己编的,如有不足还请指正-Pattern Recognition in the K-means algorithm, the students themselves compiled and, if less than requested correction
HeapSort(1)
- Heap Sort algorithm running on an array to sort its values
earthqueake-calculation-for-ansys
- 地震分析示例 (ansys )dui ansys 初学者很有用-earthqueake calculation for ansysearthqueake calculation for ansysearthqueake calculation for ansysearthqueake calculation for ansysearthqueake calculation for ansys
BatAlgo-forGriewankFunction
- Bat Algorithm is one of the recently-developed nature-inspired methods in the field of computational intelligence Bat Algorithm (BA) have been adopted using the selected benchmark functions Griewank Function.
