嵌入式系统在音频点播中的应用与开发。博士论文,无解压密码
上传时间: 2014-01-17
上传用户:pkkkkp
通过调用扩展int13,读出磁盘的分区信息,是汇编语言的课程设计。
上传时间: 2014-01-22
上传用户:zhanditian
利用串行口收发短信信息,程序中有较详细的注解,使用者自己参考
上传时间: 2014-01-23
上传用户:a673761058
VB串口通信之串口接收程序。采用MSCOMM控件编程实现
上传时间: 2014-01-22
上传用户:xcy122677
人工智能课程之设计实现,其缺陷和优点在其中可知,仅用于个人参考所用,
上传时间: 2014-01-25
上传用户:x4587
WDM类型的DMA驱动程序,有的同学在写驱动的时候,可能没有DMA硬件支持,所以,此DMA程序仿真了DMA的请求过程,可以不用硬件的支持,里面用了一个计数器中断来表示DMA请求,然后由DMA驱动来完成DMA功能.
上传时间: 2015-05-17
上传用户:rocwangdp
用java编写的一个标准化考试系统(单机版)
上传时间: 2015-05-17
上传用户:wuyuying
mimo系统中相关多波束仿真方法,希望对大家有帮助
上传时间: 2015-05-17
上传用户:Andy123456
YilingChangjiangRiverBridgeisa3 pylonc retecable stayedbridgewith PPWScablesystemandsingleplanestaycables.Quiteafewnewproblemswereencounteredintheerectionof themaingirderoftheBridgeowingtoutilizationofthenewstructures,workmanshipsandmaterialsonthe Bridge.Inthispaper,thetimesofcabletensioning,theinfluenceofdeadweightofstaycablesuponcable force,andmeasurementofcableforceintheconstructionmonitoringandcontrolareanalyzedinconsiderable details.
标签: PPWScablesystemandsingleplanesta YilingChangjiangRiverBridgeisa3 stayedbridgewit
上传时间: 2014-01-17
上传用户:lmeeworm
数字运算,判断一个数是否接近素数 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