一个用SDK实现的俄罗斯方块程序,比较简单地实现基本应用功能
上传时间: 2015-04-25
上传用户:lx9076
支付方面的asp例子,简单实用;相信会vb脚本的人都会使用
上传时间: 2015-04-25
上传用户:璇珠官人
程序名称:PolyDemo 运行环境:系统需要安装j2sdk-1_4_2 注意事项: 如修改数据,先在文本框中输入自行设定的数据,再点击“重置数据”即设置成功。 再选择“单步执行”或“连续执行”。 用Java Applet实现算法的动态模拟
上传时间: 2014-01-25
上传用户:Andy123456
PIC 单片机 PAS SOURCE CODE SAMPLES
上传时间: 2013-11-25
上传用户:com1com2
通过89s51实现的模拟键盘代码,模拟ps2协议,可以与计算机相连实现键盘的功能,在keil c下开发的。
上传时间: 2013-12-25
上传用户:1427796291
数字运算,判断一个数是否接近素数 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
本程序实现的是 一个数据结构算法 马的遍历。
上传时间: 2015-05-25
上传用户:hzy5825468
Mastering Delphi 7 随书源代码 07 适合初学者
上传时间: 2015-05-25
上传用户:lacsx
很好的解密算法,你要不要啊?不要错过了不要怪我,哈哈哈,我的名字叫浦嘉琪,谢谢关照
上传时间: 2015-05-25
上传用户:362279997
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将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