资源列表
Hamming法求级数
- Hamming法求级数,级数,x取值点,误差范围皆在程序中指定-Hamming method series, series, x value, the error range specified in the procedure are
EDITDIS
- IMPLEMENTATION OF DYNAMIC PROGRAMMING ALGORITHMS FOR EDITDISTANCE PROBLEM IN C
fft_main
- 将一个函数做fft变换,最终将时域函数对应的频域结果显示出来-fft
sjswxzxgxs
- 随机水文学自相关系数的计算,用VB程序编程的随机水文学方面的知识。-Stochastic hydrology calculation of the autocorrelation coefficient, using VB programming random hydrological knowledge.
TREEDE
- “追赶”法求解三对角方程组-"After" method is used to solve the three diagonal equations
2037
- 假设一个存储结构实现双向堆栈顺序,也就是说,一维数组的储存空间,有两个堆栈,他们位于底部的堆阵列的两个端点。尝试着去写实现双向堆Tws三种操作:最初的inistack(Tws),到堆栈推(Tws,我、x)和堆栈流行(Tws,我)算法,该算法可以我0或1,所以分别在一个数组或指示两端的两个堆栈。-Suppose a storage structure order implement a two-way stack, that is, the one dimensional array of sto
NIHE
- 本代码给出若干组数据,实现了数据处理的你和,仿真了整个拟合过程,是一个高效实用的代码值得下载实用。-This code is given a certain set of data to achieve data processing, simulation of the entire fitting process is a practical and efficient code worth the download utility.
String
- 建立String类,实现字符串的连接、比较、赋值和计算字符串的长度-The establishment of the String class, string connection, comparison, assignment and calculation of the length of the string
bubble--sort-algorithm
- 冒泡排序 自己写出来的 自己是初学者 希望它对您有帮助-bubble sort algorithm
fastmax
- 一种快速算法,求解两个数的最大公约数,可以用于浮点型,整型等-A fast algorithm for solving the greatest common divisor of two numbers, can be used for floating point, integer, etc.
p126_2
- 邮箱问题:150个邮箱,从邮箱2开始,打开所有偶数编号邮箱的门,接着从编号3开始,每隔3个邮箱,若门关着则打开,开着则关闭,随后每隔4个重复此过程,再每隔5个重复此过程,如此下去。判断最后哪些邮箱关着-E-mail questions: 150 mailboxes from the mailbox 2 starts, open the door all the even-numbered mailbox, and then start from number three, every three
kruskalPunionFind
- krustral和并查集的c++实现,参考算法4-c++ krustral and disjoint-set implementation, reference algorithm 4