Python论坛  - 讨论区

标题:[python-chinese] 求助:十进制转二进制代码怎么写

2006年10月31日 星期二 10:32

王明 mingwang在iflytek.com
星期二 十月 31 10:32:58 HKT 2006

Ê®½øÖÆÊý32ת³É¶þ½øÖÆÊý£¬ÒªÇóת³ÉΪ×Ö·ûÐÎʽ¡®00100000¡¯£¬ÓкÃÓõĺ¯ÊýÂð£¿

лл£¡

-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061031/17133e3a/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月31日 星期二 10:33

Roger Zheng roger.zheng在gmail.com
星期二 十月 31 10:33:42 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月31日 星期二 10:52

3751 lwm3751在gmail.com
星期二 十月 31 10:52:59 HKT 2006

邮件列表里面早有讨论过了
http://groups.google.com/group/pythonzh/browse_frm/thread/a6d2e7751ec25ec8/a34afe730675fed7?lnk=st&q;=&rnum;=1#a34afe730675fed7

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号