搜索资源列表
MATLAB语言常用算法程序集\MATLAB语言常用算法程序集
- MATLAB语言常用算法程序集\MATLAB语言常用算法程序集
possion 算法程序
- possion 算法程序
《c常用算法程序集》
- c常用算法程序集-c algorithm commonly used procedures set
C语言常用算法程序集
- C语言常用算法程序集配书程序-C language commonly used algorithm for procedure Sets
蚁群算法程序
- 改进的蚁群算法程序-improved program of ant conoly algorithm
银行家算法程序
- 银行家算法程序,操作系统的,用c编的-bankers algorithm procedures, operating systems, with the series c
C常用算法程序集-徐士良著
- C常用算法程序集-徐士良著 经典,学习c语言的好冬冬啊-C algorithms commonly used procedures set-XU Shi-liang classic book, learning the language c good kick ah
C常用算法程序集(清华)
- C常用算法程序集(清华).-C algorithms commonly used procedures set (Tsinghua).
C常用算法程序集源代码
- C常用算法程序集源代码-C procedures commonly used algorithm source code Set
c 常用算法程序集
- C 语言常用算法程序集,对搞数学计算的人有一定的帮助,收藏也不错,以备不时之需!-algorithm program set in c in common use is some useful to people who study math and it is a good idea to keep it for the time when needed
C常用算法程序集(第二版)_10203908
- C常用算法程序集(第二版)_10203908-C algorithms commonly used procedures set (second edition) _10203908
C常用算法程序集-徐士良著
- C语言算法程序集,是学习C语言程序的好范例,特别适合于初学者学习参考-C-language algorithm sets, C language learning is a good example of procedures, particularly suitable for beginners to learn reference
模拟退火c++的算法程序
- 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning i
用C++实现的bp算法程序
- 一个用C++实现的bp网络算法程序,供大家参考-a C realized bp network algorithm, for your reference
徐士良C语言算法程序第三版
- 常用算法程序集(C语言描述)徐士良 第三版配套光盘 C:. ├─ch09 ├─ch08 ├─ch07 ├─ch06 ├─ch05 ├─ch04 ├─ch03 ├─ch02 ├─ch16 ├─ch15 ├─ch14 ├─ch13 ├─ch12 ├─ch11 ├─ch10 └─ch01-algorithm commonly used procedures set (C la
FORTRAN常用算法程序集
- FORTRAN编制的常用算法程序,对学习数学分析的同学很有参考价值-FORTRAN prepared by the procedure commonly used algorithm for the study of mathematical analysis of the students was useful
Fortran常用算法程序集-徐士良
- Fortran常用算法程序集-徐士良很不错的一个算法总结-Fortran algorithms commonly used procedures set-XU Shi-liang is a good summing up Algorithm
matlab遗传算法程序集
- matlab遗传算法程序 其中包括13个程序-Matlab genetic algorithm which includes 13 procedures
遗传算法程序包
- 遗传算法程序包,里面包含有多种人工智能语言c程序,包括进化算法等等,没有密码-GA package, which contains a variety of artificial intelligence language c procedures, including evolutionary algorithms, etc., no password
遗传算法程序
- 遗传算法程序,% 下面举例说明遗传算法 % % 求下列函数的最大值 % % f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] % % 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 % % 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数