this a java example,it is concernging array instance,give some different type form
标签: concernging different instance example
上传时间: 2015-07-19
上传用户:gxrui1991
a program that takes in three arguments: the first one represents the size of an array that will be created the second one represents the maximum value that each of the array elements can have the third one represents the position in the array that you would like to print the value of.
标签: that represents arguments the
上传时间: 2015-07-22
上传用户:waitingfy
square array cool stuff check it out
上传时间: 2014-12-20
上传用户:CSUSheep
double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。
上传时间: 2014-12-05
上传用户:sjyy1001
Dolph-Tschebyscheff Array的一段程序,日本人编的,希望对大家有帮助
标签: Dolph-Tschebyscheff Array 程序
上传时间: 2014-01-22
上传用户:c12228
主要包括Dolph-Chebyshev Linear Array 和Taylor Line Source Method的原理和仿真
标签: Dolph-Chebyshev Linear Taylor Source
上传时间: 2014-02-01
上传用户:Pzj
VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距离某点最近的线段,返回该线段的id int GetNearestLineData( double x, double y) // 判断两点是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) // 得到最邻近的点
标签: GetLineData CalcLength double BOOL
上传时间: 2015-08-28
上传用户:lizhen9880
1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
上传时间: 2015-09-03
上传用户:xuan‘nian
1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序
上传时间: 2014-01-14
上传用户:rocwangdp
1.功能 利用连分式法求非线性方程f(x)=0的一个实根(C语言) 2.参数说明 double *x : 指向迭代初值,返回时指向迭代终值 double eps : 控制精度要求 double (*f)() : 指向计算f(x)值的函数名(由用户自编) int pqrt() : 函数返回迭代次数 3.文件说明 pqrt.c为函数程序 pqrt0.c为主函数程序
上传时间: 2013-12-28
上传用户:weixiao99