这是黑龙江大学自控理论专业同学编写的二段递推最小二乘法!
上传时间: 2014-12-03
上传用户:jennyzai
有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法
标签: 矩阵运算
上传时间: 2015-05-17
上传用户:libenshu01
偏最小二乘法模拟程序,希望对大家编程有启发
上传时间: 2014-01-01
上传用户:erkuizhang
此软件是用delphi编写的一个可以显示打印九九乘法表小程序
上传时间: 2015-05-18
上传用户:chongcongying
本上载源码解决了16位二进制数的乘法,32为除以16位二进制数的除法
上传时间: 2015-05-18
上传用户:恋天使569
很全的MATLAB6.x 符号运算及其应用
上传时间: 2014-01-03
上传用户:ecooo
DFT/FFT Functions(DFT/FFT程序)属于DSP数值运算经典代码的c源代码
上传时间: 2015-05-20
上传用户:wang0123456789
Digital Audio Effects(数字音效处理)dsp开发数值运算方面经典c代码,包括:lowpass reverberator、plain reverberator 等5种处理
上传时间: 2015-05-20
上传用户:lps11188
数据结构作业 复数运算代码。 可处理复数加减乘除运算。 图形界面。
上传时间: 2015-05-21
上传用户:ynsnjs
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda