资源列表
Intgene
- 整数因子的求解方法,用C++设计,对C++初学者有帮助
xg
- fortran 编写的三维fdtd计算程序,用于计算散射场,2阶Mur边界
guihua
- 算法设计分析,动态规划,与背包问题类似的最优化求解问题
quadg
- Numerical quadrature using open methods.
NLSE
- 这个软件程序是关于NLS的,即非线形方程组的,感觉蛮好用的,与大家分享一下
2005091808353724918
- 传统蚂蚁算法源程序,很好的程序,可以用来借鉴。
200506132211261393
- 离散数学——判断是否对称矩阵,很好的程序。
hwhw
- 在液晶上画斜线的程序 没有复杂的数学运算 运算速度很快 程序简短
gauss.c
- Using Gaussian elimination to solve linear equations.
gauss2.c
- Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that ar
integral.c
- Using 3 methods to integrate the function f(x) = 1/(1+x*x)
CFFT8
- 前段时间一直忙着学习,最近有空就用c言编的FFT算法,请大家指教。