资源列表
calender
- C code for Calenders for specified months my User
fifo
- SSD optional 3 IS VERY USEFUL FOR ALL STUDENTS BLA BLA BLA
elyar-code
- 这是一个AC算法程序,可以从树结构中找到关键词,很实用。-This is an AC algorithm, keywords can be found in the tree structure, very practical.
BP-and-RBF-CPP
- 最为经典的BP网络和RBF应用的实现源码,详细、正确,是工程计算和评估等方面很好的资源。-This is the most classic BP network and RBF application source code to help you achieve great goals. It is a detailed, accurate, and good for engineering calculations and assessment.
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),因为除了
KNN
- Algorithm KNN programming in Java
Formula
- 一个比较好的公式表达式计算器,能够支持变量运算,并对编译错误给出提示。-A better formula expression evaluator, able to support variable operation, and compilation error prompted.
vbqmnh
- 自己编的用vb6 实现二次曲面拟合的源代码。-Own series quadratic surface fitting with vb6 source code.
vbpmnh
- 一个小程序,利用vb6实现空间平面拟合的源代码。-The space plane fitting vb6 source
mine
- 计算矿山贫化的一个简单软件,比较实用,可以作为开发的基础-Mine optimum system
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
2
- 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
