摘要: class Program { static void Main(string[] args) { //int i = 11; //int b = (i & 0xf0); //byte temp = 0x86; //var h = temp & 0xf0; //Console.WriteLine("{0}", i); //Console.ReadKey(); ushort buf = 0xf1f0; ... 阅读全文
posted @ 2012-02-15 11:05 一浩瀚星空一 阅读(1735) 评论(0) 推荐(0) 编辑