资源列表
zuhe
- 给出从m个数中取n个数的所有组合,解决了组合数学中的一个难题,例如从6中取4个具体情况怎样,本程序给出(1,2,3,4)(1,2,3,5)....等等每一种取法.
correlate
- 功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = co
practical2
- 一个用链表求多项式的编码,我用c++语言写的一个单向链表
8_eightqueens
- 8皇后问题的递归求解,c语言实现-8 Queen of recursive solution, c Language
depthfirst
- 这个程序是数据结构的经典算法的实现,用深度优先进行遍历的程序,原创哦-The program is the data structure of the classical algorithm implementation using depth-first traversal of the procedures for the original Oh!
exp1
- 需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat
AUSM
- C++语言AUSM+格式,有限体积法,注释也不是太多-C-AUSM+ format, finite volume method
pku3728
- pascal source code for http://acm.pku.edu.cn/JudgeOnline/problem?id=3728
geometry
- KOL的几何函数库,详情请看代码,KOL可以帮助delphi做出极小的程序-geometry for KOL
hafuman
- 建立哈夫曼树的c/c++程序算法 根据字母出现频率作为权值而建立的哈夫曼树,字母的出现频率存在数组里面-The establishment of Huffman tree c/c++ program algorithm based on letter frequency as the weights established Huffman tree, the frequency of letters exists inside the array
e.c
- 这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
nl
- 基于多频(三频)的频谱校正(能量重心法),达到校正相位的目的,计算了方差,已经过调试。-Spectrum correction (energy centroid method) based on multi-frequency (C-band), to achieve the purpose of the correction phase, calculate the variance has been testing.
