this a java example,it is concernging array instance,give some different type form
this a java example,it is concernging array instance,give some different type form...
this a java example,it is concernging array instance,give some different type form...
a program that takes in three arguments: the first one represents the size of an array that will be ...
square array cool stuff check it out...
double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。...
Dolph-Tschebyscheff Array的一段程序,日本人编的,希望对大家有帮助...
主要包括Dolph-Chebyshev Linear Array 和Taylor Line Source Method的原理和仿真...
VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距...
1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int...
1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 do...
1.功能 利用连分式法求非线性方程f(x)=0的一个实根(C语言) 2.参数说明 double *x : 指向迭代初值,返回时指向迭代终值 double eps : 控制精度要求 dou...