摘要: 实现原理: 对比二进制位. unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; M... 阅读全文
posted @ 2009-05-01 01:22 万一 阅读(4761) 评论(8) 推荐(0)