-
Matching-2
//给定整数n,产生所有[2n]上的匹配(matching)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
(//a given integer n, have all [2n] on the matching (matching)// will be considered as an all pieces are two sets of a split// a_i said in its i elements of a collection of lies// output format for a1 a2 a3 ...// meet// a_ i (a))
- 2007-06-13 22:14:46下载
- 积分:1
-
稀疏矩阵标准答案
经典矩阵运算问题求解(classic problem solving matrix operations)
- 2005-03-10 14:05:21下载
- 积分:1
-
2d
说明: 用FORTRAN语言实现二维欧拉方程的求解,采用二阶MUSCL迎风格式()
- 2007-09-10 14:30:45下载
- 积分:1
-
shdom
fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
- 2020-10-11 09:57:33下载
- 积分:1
-
xiankuan
线宽计算,用matlab计算线宽。可以得到的值来分析和使用半导体激光器线宽的联系(linewidth calculator)
- 2012-11-04 21:45:12下载
- 积分:1
-
模糊控制
模糊控制的C语言实现,双输入单输出,采用查表法进行模糊推理,去模糊方法采用重心法,易于单片机实现(C language realization of fuzzy control, double input and single output, using look-up table method for fuzzy reasoning, using center of gravity method for deblurring, easy to realize by single chip computer)
- 2020-11-17 20:09:39下载
- 积分:1
-
emd
c语言程序编写在经验模态分解,包含三次样条(c language programming in the empirical mode decomposition, contains the cubic spline)
- 2021-02-03 01:10:00下载
- 积分:1
-
lbm2d
基于D2Q9模型的LBM程序,用于计算方腔驱动流,对应何亚玲《格子Boltzmann方法的理论及应用》一书的源码(LBM D2Q9 model-based program used to calculate the square cavity driven flow, which corresponds He Yaling " Lattice Boltzmann Method Theory and Applications," a source book)
- 2021-03-12 21:19:24下载
- 积分:1
-
generalized-Stransform
基于改进的广义S变换,能更好的对数据进行时频分析。(Modified S-transform and its application in data analysis)
- 2017-01-03 16:06:17下载
- 积分:1
-
Gauss
高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!(Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!)
- 2013-08-10 12:31:59下载
- 积分:1