资源列表
GATS
- Reconstruction of hv_convex binary images form two projection by genetic and tabu algorithms
GA-for-Hv-convex-Images
- Reconstruction of hv-convex binary images from two tomographic projections by genetic algorithm
code
- 几大经典的数论计算机算法实现,其中有经典的模取幂和素数算法-Several major classical number theory computer algorithms, including the classic mold to take power and primes algorithm
1
- 实现Precede、char_In和Operate函 数; 完善EvaluateExpression函数,增加 对输入的合法性检查,包括所有非法 输入及左右括号不配对的输入;编制应用程序测试这个计算器; -To achieve of the Precede, char_In and Operate function to improve EvaluateExpression function to increase the validity check of input, in
2
- 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
3
- 分别编写函数实现冒泡排序、快速排序和简单插入排序算法; 2) 2路归并排序(选做) 3) 编制一个应用程序,它将随机产生的N个0~65535之间的整数插入到一个顺序表中,然后分别用上述排序算法对这个顺序表进行排序;记录并显示各种方法的运行时间; 4) 以N=500和N=5000运行这个应用程序,对算法运行的时间作比较和分析。 -Write a separate function to achieve the bubble sort, quick sort and simple
mine
- 计算矿山贫化的一个简单软件,比较实用,可以作为开发的基础-Mine optimum system
vbpmnh
- 一个小程序,利用vb6实现空间平面拟合的源代码。-The space plane fitting vb6 source
vbqmnh
- 自己编的用vb6 实现二次曲面拟合的源代码。-Own series quadratic surface fitting with vb6 source code.
Formula
- 一个比较好的公式表达式计算器,能够支持变量运算,并对编译错误给出提示。-A better formula expression evaluator, able to support variable operation, and compilation error prompted.
KNN
- Algorithm KNN programming in Java
a
- 在数论,对正整数n,欧拉函数是少于或等于n的数中与n互质的数的数目。 φ函数的值 通式:φ(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn) 其中p1, p2……pn为x的所有质因数,x是不为0的整数。φ(1)=1(唯一和1互质的数就是1本身)。 (注意:每种质因数只一个。比如12=2*2*3 那么φ(12)=12*(1-1/2)*(1-1/3)=4) 若n是质数p的k次幂,φ(n)=p^k-p^(k-1)=(p-1)p^(k-1),因为除了
