资源列表
[人工智能/神经网络/遗传算法] YCSF
说明:用C实现的遗传算法,供有需求的朋友使用,我是在vs.NET2003下编译通过的-With C realize the genetic algorithm, there is a demand for the use of the Friend, I was trying to compile adopted under vs.NET2003<陆坤> 在 2025-11-11 上传 | 大小:5kb | 下载:0
[数值算法/人工智能] knight
说明:求马的哈密顿回路,在国际相棋棋局上,一只马要经过每个点,且仅经过一次,棋局可以是非常大,要求输出马经过的所有点及路径.-Hamiltonian circuit for the horse in the international chess game of chess, the one horse to go through each point, and only after one game can be very large and require output horse after a<lin> 在 2025-11-11 上传 | 大小:1006kb | 下载:0
[数据结构常用算法] factor
说明:整数因子分解问题 大于1 的正整数n可以分解为:n=x1*x2*…*xm。对于给定的正整数n,编程计算n共有多少种不同的分解式-Integer factorization problem of positive integer greater than 1 for n can be decomposed: n = x1* x2* ...* xm. For a given positive integer n, calculated the total number of n different<lin> 在 2025-11-11 上传 | 大小:474kb | 下载:0
[数学计算/工程计算] count
说明:一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数 字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1, 2,…,9。-A book page from the natural number coding sequence until the beginning of one natural number n. Book page num<lin> 在 2025-11-11 上传 | 大小:51kb | 下载:0
[数学计算/工程计算] divi
说明:正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2, 5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b 之间约数个数最多的数x。-Positive integer x can be about a few of the positive integer x divisible. Positive integer x the approximate number recorded as the n<lin> 在 2025-11-11 上传 | 大小:48kb | 下载:0