资源列表
slope
- method of measuring withou A/D measuring
c9_estimatepi
- pi的蒙特卡罗估计 matlab源程序有5个pi的估计,每一个都是基于500次的重复随机实验-Monte Carlo estimate pi source matlab has 5 pi estimates are based on each of 500 random repeat the experiment
PASSWORD
- 利用概率论与随机过程的方法求pi,即著名的浦丰问题的算法-we find a way to calculate pi
Untitled3
- 离散余弦变换图像压缩-分块,变换,编码,传送,解码-Discrete cosine transform image compression- block, transform, coding, transmission, decoding
BinaryTree
- 二叉树代码,可以实现二叉树的建立和二叉树递归遍历。-Binary code, can achieve the establishment and binary recursive binary tree traversal.
QUEUE
- Prog for queue operation
CTestblock.cpp.tar
- image processing ..function to add salt and pepper noise in the image-image processing ..function to add salt and pepper noise in the image....
merge
- 归并排序的最原始实现, 不带优化的,简单易懂-Merge sort to achieve the most original, non-optimized, easy to understand
Counting-sort
- 计数排序的源代码,大家可参照思考,哎还要上传-Counting sort of the source code
prog1
- 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
yyshang
- 一维离散信号的信息熵计算方法,可实现其近似计算。- Information entropy calculation of one-dimensional discrete signals and its approximate calculation can be realized 。
LostCows
- POJ 2182 引自余立功《算法训练教程》,线段树的应用-POJ 2182 segment tree