Ray's playground

 

2010年11月16日

Python的编译结果-code对象与pyc文件(Python 源码剖析第七章)

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1>>>source=open('e:\python\p9.py').read()2>>>source3'forainrange(1,1000):\n\tfor... 阅读全文

posted @ 2010-11-16 23:06 Ray Z 阅读(361) 评论(0) 推荐(0) 编辑

Constants(Chapter 8 of Thinking in C++)

摘要: To put everything out in the open, you should use themutable keyword in the class declaration to specify that aparticular data member may be changed inside a const object.    The syntax of volatile is... 阅读全文

posted @ 2010-11-16 21:02 Ray Z 阅读(163) 评论(0) 推荐(0) 编辑

导航