资源列表
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++语言写的一个单向链表
shudu
- 这是一个可以解数独的程序,就是你输入一个数独的题它可以给你解出来,在shudu.in里面输入的是一个9*9的方块,每一个没有填的地方用0表示。如: 100006004 008090050 400300000 800002040 009605200 060700005 000007002 080030400 300200009
FLOYD
- Detects Loops in Linked List (Floyd s Cycle Detection)
FFT1
- 利用基2fft计算电力系统谐波的c++源码-Calculated using the base power system harmonics 2fft c++ source code
zniniudunzhiyi_AG
- 拟牛顿算法,H矩阵由秩1算法得到,一维搜索由ArmigoGoldstein实现-Quasi-Newton algorithm, H matrix by the rank 1 algorithm, to achieve one-dimensional search by the ArmigoGoldstein
PingHua
- 运用二次指数平滑预测算法进行拟合,比最小二乘法拟合的效果好-Exponential smoothing forecast- works well
impulsive0
- 脉冲时滞控制系统,包含了复杂动态,刻画系统的运行性态。-impulsive control system
OKID_Rev
- Several modal identification techniques have been developed in the past few decades, and their use is rapidly expanding due to new focus on the instrumentation of major structures. This paper focuses on the expansion of the eigenvalue realization a
sz1
- 分别使用用高斯法和cholesky分解法,求解线性方程组-gauss elimination method and cholesky decomposition method solve linear equations
