摘要:
package { import flash.display.Sprite; import flash.events.Event; /** * 猜解身份证号 * 存在的问题是后面不是x的推算准确 * 是x的有问题 * @author langxm 964683112@qq.com */ public class Main extends Sprite { /** * 余数数组 */ public var modArr:Array; /** ... 阅读全文
posted @ 2013-10-28 09:03
我是业余程序员
阅读(780)
评论(0)
推荐(0)