上一页 1 ··· 11 12 13 14 15
摘要: byte CFormat_Input::ASCII_Hex_to_Byte(char *ascii_hex) { int i; char cTemp; byte byReturn; byReturn=0; for (i=0; i = '0')&&(cTemp = 'a')&&(cTemp = 5) return 0x00; ulResult=0; switch (bySwitch... 阅读全文
posted @ 2009-02-06 13:33 大厨无盐煮 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 近日在工作中需要在字节数组中查找某个16进制字节序列,没找到现成的,只好自己写了一个,不管效率如何,只要自己用着 顺手就好 :) 代码如下: //在buffer中查找16进制字节序列key,找到返回1,未找到返回0 public int SearchByte(byte[] buffer, byte[] key, int startPos, ref int pos) ... 阅读全文
posted @ 2009-02-06 13:29 大厨无盐煮 阅读(600) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15