MATLAB数学实验之数值微分与数值积分,里面有课件以及作业,含程序以及分析过程
上传时间: 2013-12-01
上传用户:离殇
用vc编写的矩阵运算程序,其中包括子程序和主程序,已经编译过了可以运行
上传时间: 2014-02-15
上传用户:宋桃子
有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法
标签: 矩阵运算
上传时间: 2015-05-17
上传用户:libenshu01
复化simpson公式求二重积分的matlab程序,对于无振荡函数的二重积分效果很好!
上传时间: 2015-05-18
上传用户:yuanyuan123
用于非圆齿轮齿廓方程计算的辛普生二重积分程序
上传时间: 2015-05-19
上传用户:13517191407
很全的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