2006年10月31日 星期二 10:32
Ê®½øÖÆÊý32ת³É¶þ½øÖÆÊý£¬ÒªÇóת³ÉΪ×Ö·ûÐÎʽ¡®00100000¡¯£¬ÓкÃÓõĺ¯ÊýÂ𣿠лл£¡ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061031/17133e3a/attachment.html
2006年10月31日 星期二 10:33
def bin(n) : assert type(n) == type(1) result = '' while n != 0 : result = str(n % 2) + result n = n / 2 return result 用google搜索,很多哈 On 10/31/06, 王明 <mingwang at iflytek.com> wrote: > > > > 十进制数32转成二进制数,要求转成为字符形式'00100000',有好用的函数吗? > > 谢谢! > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > -- Regards! Roger Zheng
2006年10月31日 星期二 10:52
邮件列表里面早有讨论过了 http://groups.google.com/group/pythonzh/browse_frm/thread/a6d2e7751ec25ec8/a34afe730675fed7?lnk=st&q;=&rnum;=1#a34afe730675fed7
Zeuux © 2025
京ICP备05028076号