资源列表
insert_value
- 面向对象的差值法算法,通过调用不同函数包含了各种插值方法
phase-mag-b-sup
- 相位衬度成像中由振幅得到相位的恢复算法,MATLAB运行环境
sgraph
- 数据结构中的求强连通分量的源程序,用vc6.0来编写-data structure for the strongly connected component of the source used to prepare vc6.0
大数运算类
- 1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对这些实例进行加减乘除了(详见示例程序)-1. Princip
1018
- 厦门大学OJ上的ACM题1018源码,原创作品-Xiamen University on the ACM topic OJ source 1018, original works
hfm
- 数据结构经典算法,对给定字符实现赫夫曼编码-Huffman Coding
binarytree
- binary tree implementation in C-binary tree implementation in C++
Multiplicationoflargenumbers
- 大数相乘,自带的类型如long处理的范围是有限的,所以对于超大可以用代码实现。-Multiply large numbers, the type that comes with dealing with such long range is limited, so the code can be achieved for large.
Hffman
- 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length coding (VLC) of the kind. uffman i
c
- 数据结构内部排序示例 ⑴实现三种以上内部排序方法; ⑵生成随机数以构造待排表; ⑶记录运行结果并加以分析。 -⑴ internal data structures to achieve three or more examples of the sort of internal sorting methods ⑵ generates a random number table to construct to be ranked ⑶ record and analyze
TING-CHE-CHANG
- 完美的停车场管理程序哈哈,数据结构经典,堆栈的经典练习-datastructure exercise
Cycle_30_07
- MatLab, find frequencies
