AVR单片机的Uart口转TWI源程序,包括原理图
上传时间: 2014-11-29
上传用户:waizhang
一个linux下的pas转c工具,对阅读源代码又好处,大家
上传时间: 2015-05-21
上传用户:Yukiseop
数字运算,判断一个数是否接近素数 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
篮牙spp profile软件,主要实现无线数据传输,dev——b是slave
上传时间: 2013-12-28
上传用户:ls530720646
任意给定点坐标,可以拟合出B样条曲线,用Matlab写的,算法明确。
标签: 定点
上传时间: 2015-05-25
上传用户:kernaling
俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯方块的代码,希望对大家有所帮助 (2005-9-1,Visual C++,95KB,1次) 手机版的俄罗斯方块程序 .rar - 手机版的俄罗斯方块程序 休闲内的手机游戏。 (2005-4-9,Java,31KB,27次) 俄罗斯方块VC版加源代码注释.rar - VC编写的俄罗斯广块,源代码加注释,希望对大家有用~ (2005-4-23,Visual C++,5KB,6次) src4rusblock.rar - 俄罗斯方块游戏源程序,可在VC++中运行 (2005-4-23,Visual C++,368KB,3次) java2eorousifangkuai.rar - 一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧 (2005-4-18,Java,16KB,14次) 俄罗斯方块-网络版.rar - 本人自己编写的俄罗斯方块 小游戏 为
上传时间: 2014-01-17
上传用户:busterman
单片机C51源程序有电动恐龙,洗衣机,交通灯,数山羊个数,串口通讯等,真诚希望加为会员,谢谢!
上传时间: 2015-06-02
上传用户:qw12
用vc编写的usb转I2c例子,源自网上!
上传时间: 2013-12-17
上传用户:lizhen9880
用vb编写的usb转I2c例子,源自网上!
上传时间: 2014-01-03
上传用户:凤临西北
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb