资源列表
superInt
- 超大整数乘法,由于时间原因还没有加上小数功能,要是有人作出来请与我联系,不胜感激-large integer multiplication, for reasons of time, with no decimal function if it were made to please contact me. be grateful! !
shizhifenxi
- 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepared by the various mathematica
fm
- 一个用来进行分割的程序,是使用fm算法设计的分割VLSI电路的程序-used for a separate process, the use of fm segmentation algorithm design process for VLSI circuit
最小生成树byhuyun
- 一个根据给定的图,计算出最小生成树的程序-according to a set plan, the calculated minimum spanning tree procedures
matchbyhuyun
- 对图进行匹配的算法-right map Matching Algorithm
primboss
- 一个生成最小树的算法,应用在VLSI中-generate a minimum spanning tree algorithm used in VLSI
反三角函数
- 功能:返回双精度参数的反全余弦的三角函数值 返回返回双精度参数y和x的数值由公式y/x计算的反正切三角函数值-function : to return to double-precision parameters of the whole anti-cosine value of the trigonometric function to return to double-precision parameters x and y values from the formula y / x cal
函数传递数组的方法
- 多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array pos
流文件的打开和关闭
- 为filename 所指定的文件名按mode 模式创建一个FILE结构数据区,并将该数据区的首地址赋值给FILE类型的指针变量fp.-for the filename specified by the file name to create a model mode FILE structure data, the data will be the first to address assignment FILE pointer types of variables fp.
平方根函数
- 功能:返回参数x 的平方根值-function : to return to the square root of x parameter values
SZFX1
- 求矩阵的最大特征值-matrix for the largest eigenvalue
recipes
- Numerical recipes in C++