资源列表
Gepasi330
- 最优化理论算法在对hiv蛋白酶抑制反应过程的参数控制软件仿真/-Algorithm optimization theory hiv protease inhibitor in the reaction process parameter control software simulation /
nlpunc
- matlab最优化理论的实现,通过plot功能找出函数的极值问题 。-matlab optimization theory realization of function through the plot function to find the extremum problem.
CG
- 数值计算CG算法函数,记录迭代中最小误差及迭代的中间结果-CG algorithm for numerical calculation function, recording the smallest iteration errors and intermediate results of iteration
123
- vc++编写的图片验证系统 vc++编写的图片验证系统-vc++ prepared image authentication system vc++ prepared image authentication system
QuickSort
- 用c++写的快速排序算法,从命令行输入数组,调用算法后,返回排序后的数组-With c++ Write quick sort algorithm, from the command line enter the array, called algorithms, return the array after sorting
selectsort
- c++写的快速排序算法,从命令行输入数组,调用算法后返回结果。-c++ write quick sort algorithm, input from the command line array after the call to return to the results of algorithm.
Random_generate
- 生成给定分布律的随机数 % r=specrnd(x,p)返回一个来自分布律P(x)=p的随机数 % r=specrnd(x,p,m,n)返回m*n随机数矩阵 % p的默认值为等概率-Generate a given distribution law of random number r = specrnd (x, p) returns a from the distribution law P (x) = p of the random number r = specrnd (x,
tanxinsuanfa
- 这是一个用C语言编写的贪心算法程序,很好的模拟了这个算法。-This is a use of C language procedures greedy algorithm, a good simulation of the algorithm.
pab
- 用动态规划法计算目标函数最小化的优化程序,实用性很强。-Using dynamic programming method to calculate the objective function to minimize the optimization process, are very practical.
bp
- 3层BP网络,由于用纯C编写,效率高。输入层,隐层,输出层个数均可以自行调节-3-layer BP network, as with the preparation of pure C, and high efficiency. Input layer, hidden layer, the number of output layer can be self-regulating
sutawenti
- 动态规划算法的应用 数塔问题 给定一个数塔,其存储形式为如下所示的下三角矩阵。在此数塔中,从顶部出发,在每一节点可以选择向下走还是向右走,一直走到底层。请找出一条路径,使路径上的数值和最大。 输入样例(数塔): 9 15 10 6 8 2 18 9 5 19 7 10 4 16 输出样例(最大路径和): 59 -Application of dynamic programming algorithm for a given number of tow
acmhunan3
- ACM大学生程序设计大赛湖南省第三届赛区大赛题目-ACM Collegiate Programming Contest third place in Hunan Province Competition Title