2005年09月27日 星期二 10:22
比如用户输入一个"我"字,可以得到字母"W" 如何实现这个? 最好是能够快速、高效、不占用太多资源的方法。 小弟在这里先谢谢了。。。 -- 阿弥陀佛 晕哉 晕哉 -------- 欢迎光临我的菜园子: http://spaces.msn.com/members/headfaint -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050927/63478125/attachment.html
2005年09月27日 星期二 13:02
An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050927/4278db5f/attachment.htm
2005年09月27日 星期二 17:54
在 05-9-27,头太晕<super852 at gmail.com> 写道: > 比如用户输入一个"我"字,可以得到字母"W" > 如何实现这个? > 最好是能够快速、高效、不占用太多资源的方法。 > 查字典。 根据编码表查出编码,然后根据拼音编码表对应过去。 这玩应没公式的。
2005年09月27日 星期二 18:40
弄一个汉字和字母的映射表就可以了吧。 On 9/26/05, 头太晕 <super852 at gmail.com> wrote: > > 比如用户输入一个"我"字,可以得到字母"W" > 如何实现这个? > 最好是能够快速、高效、不占用太多资源的方法。 > > 小弟在这里先谢谢了。。。 > > -- > 阿弥陀佛 晕哉 晕哉 > -------- > 欢迎光临我的菜园子: > http://spaces.msn.com/members/headfaint > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- Best Wishes Dimension LEE dimens at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050927/ceeac1c5/attachment.htm
Zeuux © 2025
京ICP备05028076号