资源列表
sushudui
- 编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。-establishment prime function, used to judge whether the integer n is prime : bool prime
ANNTEST4
- 非常简单的一个神经网络小程序 自己写的 还用了遗传算法进行优化
ISODATA
- ISODATA算法,对原本算法进行了简化,计算速度较快
Fire
- 这是一个打原始点的人工智能坦克机器人,该机器人只能打原始点。-This is an original point of artificial intelligence to fight tanks and robot, the robot can only play original point.
3DACOUSTIC-2
- 这个程序可以实现三维声波方程的数值模拟,但是只是在均匀各向同性介质中。-This program can be three-dimensional numerical simulation of acoustic wave equation, but only in homogeneous isotropic media.
huffman
- 哈夫曼树的建立和编码 输入组成二叉树的各个叶子值和权值,建立最优二叉树,并输出最优二叉树的数组存储形式。-Huffman coding tree for the establishment and composition of binary input values of all the leaves and weight, the establishment of the optimal binary tree, and store the output array of the best
zhengshuzhuanzifu
- 将输入的整数转换成字符串的C语言编程程序-The input string into an integer programming in C language program
yuan
- 用openGL写一个画球函数(可以是填充的,也可以使线或者点),不用glut里面的画球库函数,-A painted ball function (which can be filled with openGL write, so that the line or point), without glut paintings inside ball library functions,
heapSort.cpp.tar
- 这是一个堆排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a heap sort algorithm source code, algorithms are written as a separate function, we hope to be useful
PSO
- 这是一个基本的粒子群算法,大家可以在这上面改动-This is a basic particle swarm algorithm, we can make modifications in it
Merge.cpp
- merge sorting algorithm to sort numbers
FreeFormat1
- 3Dcircle_algebrati GRID GENERATION
