2013年10月23日

TVCast分析(网络直播点播分析)

该文被密码保护。 阅读全文

posted @ 2013-10-23 15:49 Cynthia&Sky 阅读(6) 评论(0) 推荐(0)

字符串转数字 简单代码实现

摘要: 代码如下:#include #define u8 unsigned charstatic const int MAC_LENGTH = 6;static u8 char1Tonum(u8 ch){ if((ch>='0')&&(ch='a')&&(ch='A')&&(ch<='F')) return ch - 'A' + 10; else return 0xff;}//简单的把字符串转为数字 (比如把MAC地址转为6个数字)static u8 char2T 阅读全文

posted @ 2013-10-23 14:32 Cynthia&Sky 阅读(776) 评论(0) 推荐(0)

导航