Stop the Hollyweb! No DRM in HTML5.
  2012年3月22日
摘要: Function Getlen(P:longint):longint;var i:longint; begin getlen:=0; for i:=1 to 31 do begin if p and 1=1 then getlen:=i; p:=p shr 1; end;end;Function GetBit(Num,bit:longint):boolean; begin if (num and (1 shl(bit-1)))=0 then exit(false) else exit(true);end;Procedure changeBit(var num:lo... 阅读全文
posted @ 2012-03-22 20:07 灰天飞雁 阅读(528) 评论(0) 推荐(0) 编辑

填写您的邮件地址,订阅我们的精彩内容:  点击这里给我发消息

添加到收藏夹