资源列表
nbi
- newton backward interpolation algorithm.
Rung-kutta4th
- 4th order runge-kutta m file
Prim
- 数据结构中的PRIM算法,在DEV c++测试通过,数据结构为邻接矩阵-The PRIM algorithm data structure, in DEV c++ test, the data structure of adjacency matrix
Neville-interpolation
- 工程常用算法,Neville逐步插值法,C语言编写 -Commonly used algorithm works, Neville gradually interpolation, C language
f_interp_first_version
- 此程序碼為隊三維之曲面進行有效切割,以提高精度-This procedure code for the team' s three-dimensional effective cutting surfaces to improve accuracy
chazhi
- 拉格朗日插值注意龙格现象求拉格朗日插值。 用拉格朗日插值求方程f(x)=,定义域是[-5,5].-Lagrange interpolation note LongGe phenomenon for Lagrange interpolation.
zy1.1
- 求水仙花数,程序利用了调用函数的方法求解水仙花数-Number of seeking daffodils
BiLsol.m.tar
- solve tridiagonal matrix
advanced-euler
- C语言实现向前欧拉积分公式,可用于求解一般函数的定积分-Definite integral of the forward Euler integral formula C language, can be used to solve the general function
InsertSort
- 插入排序#sort the number from small to big #insert the rest number into an sorted array ,compare with the former element, #if smaller then insert before the element,and all the array number move backward.-Insert Sort
canshuchuandi
- 参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters are passed by value in three w
add_bigints
- Addition of big ints