摘要: 位操作方法代码如下:1. 设置字节中某位的值static public Byte s_SetBit(Byte byTargetByte, int nTargetPos, int nValue){ int nValueOfTargetPos = -1; if (nValue != 0 && nValu... 阅读全文
posted @ 2011-07-27 13:55 静默虚空 阅读(1618) 评论(0) 推荐(0)
摘要: namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); ... 阅读全文
posted @ 2011-07-27 12:22 静默虚空 阅读(2139) 评论(1) 推荐(2)