1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1 void (*f)() : 指向计算非线性方程组中各方程左端函数值的函数名(用户自编) void (*s)() : 指向计算雅可比矩阵的函数名 int ngin() : 函数返回一个标志值 3.文件说明 ngin.c函数文件 ngin0.c主函数文件
上传时间: 2013-12-23
上传用户:大三三
array processing code for communication engineering
标签: communication engineering processing array
上传时间: 2015-09-06
上传用户:huangld
// 数值转大写人民币函数 AnsiString NumToRMBStr(double val) // 正整数字符串转汉字函数,不建议单独使用 // 输入字符串必须正整数,只允许前导空格(必须右对齐),不宜有前导零
标签: NumToRMBStr AnsiString double val
上传时间: 2015-09-09
上传用户:zgu489
double link list code
上传时间: 2015-09-13
上传用户:Yukiseop
阵列信号处理中有关天线阵列处理的基本程序。%%ARRAY ANTENNA SOFTWARE
标签: SOFTWARE ANTENNA ARRAY 阵列信号处理
上传时间: 2015-09-20
上传用户:我们的船长
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
标签: Please sdword number array
上传时间: 2014-01-13
上传用户:xiaoyunyun
DESCRIPTION - Provides the functionality to display the contents of sysPhysMemeDesc array.
标签: sysPhysMemeDesc functionality DESCRIPTION the
上传时间: 2014-01-04
上传用户:啊飒飒大师的
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
标签: num2bin functions and converts
上传时间: 2014-01-07
上传用户:gdgzhym
double pow(double,double) 省去了libm的麻烦。可以自由使用
上传时间: 2015-09-25
上传用户:qilin
This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
标签: polynomial primitive converts created
上传时间: 2015-09-26
上传用户:wang5829