资源列表
cbig
- 大数的阶乘 算法 初学者容易犯数据类型的范围溢出问题 初学者值得仔细研究-majority of the factorial algorithm beginners easily commit scope of the types of data overflow problems beginners deserves careful study
Gauss
- void Gauss() /*高斯消去法是解线性方程组的一个方法,这里用列主元消去法*/
DS证据理论的matlab实现
- DS证据理论的matlab实现,是数据挖掘的重要理论,可实现故障诊断。-Matlab implementation of DS evidence theory, data mining is an important theory, fault diagnosis can be achieved.
LGLR 用拉格朗日插值法和牛顿插值法求解某点的函数近似值
- 自选插值问题,编制一个程序,分别用拉格朗日插值法和牛顿插值法求解某点的函数近似值。-语言 所查询字词的翻译 英语 Optional interpolation problem, the preparation of a program, respectively, Lagrange interpolation and Newton interpolation method for solving the function approximation of a point
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
fdy
- windsat卫星风场数据读写操作及说明-windsat reader
wps
- 求方程组的解,非常好用,方程组,线性与非线性的都行-Find the solution of equations, very easy to use, equations, both linear and nonlinear line
polynomial_fitting
- 二元二次多项式曲面拟合法的Matlab实现,含有M文件及数据文件示例-Binary quadratic polynomial surface fitting Matlab, contain the M-file and the data file example
LinearProg.cpp
- 单纯形线性规划源代码,代码简洁用于求解线性规划问题。GNU C++下编译通过。写成了类,直接调用接口即可。-Simplex linear programming source code, code used to solve simple linear programming problem. Under the GNU C++ compiler through. Written in a category, you can directly call the interface.
计算圆周率PI的FORTRAN 的程序
- 这是计算圆周率PI的FORTRAN 的程序,程序简单通过f(x) = 4/(1 + x**2)-This is a good program, compute pi by integrating f(x) = 4/(1+ x**2)
magician
- 反转扑克牌问题,扑克牌排列在桌面上,每次反转一定区间的扑克牌,或者询问某一个区间内的扑克牌总共被反转了几次,使用线段树,可以处理大规模数据(扑克牌数量很多)(Reversal of playing cards: playing cards are arranged on the table. Each time you reverse a certain range of cards, or ask the playing cards in a certain range are reverse
约瑟夫环问题.cpp
- 数据结构课程约瑟夫问题的c语言求解。vs2013(Data structure course - Joseph problem - C language solution - vs2013)
