基于三星ARM 44BOII的音频录放实验ADS下编译
上传时间: 2014-01-16
上传用户:源码3
一种语音芯片XF-S3011的51IO口模拟放音程序。
上传时间: 2014-12-20
上传用户:zycidjl
矩阵算法整理! 包含常用矩阵运算的源码! 初次上传,多多关照!
上传时间: 2014-10-28
上传用户:yiwen213
用vc编写的矩阵运算程序,其中包括子程序和主程序,已经编译过了可以运行
上传时间: 2014-02-15
上传用户:宋桃子
有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法
标签: 矩阵运算
上传时间: 2015-05-17
上传用户:libenshu01
很全的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