专职C++

不能停止的脚步

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  163 Posts :: 7 Stories :: 135 Comments :: 0 Trackbacks

常用链接

留言簿(28)

我参与的团队

搜索

  •  

最新评论

阅读排行榜

评论排行榜

转贴

posted @ 2014-05-06 23:41 冬瓜 阅读(309) | 评论 (0)  编辑

posted @ 2014-05-06 23:03 冬瓜 阅读(248) | 评论 (0)  编辑

posted @ 2014-05-06 23:01 冬瓜 阅读(178) | 评论 (0)  编辑

     摘要: 传说中python操作ms office功能最强大的是win32com(据说只要人工能操作的它都能实现,未尝试尚不知道真假),不过对于比较简单的需求显得有些小题大作。那么来看下简单的,分别是xlrd和xlwt模块。  阅读全文
posted @ 2011-08-04 23:43 冬瓜 阅读(5491) | 评论 (0)  编辑

     摘要: 建议这篇文章,搞信息化的企业IT部门的人多来看看,或者转发给他的大领导或业务部门领导来看看。  阅读全文
posted @ 2009-12-31 17:44 冬瓜 阅读(219) | 评论 (0)  编辑

posted @ 2009-12-23 00:08 冬瓜 阅读(326) | 评论 (0)  编辑

     摘要: C++Builder’s CRTL now uses FastMM as built-in memory manager. You can see this in “source\cpprtl\Source\memory\_fastmm.c”. It has also AUTO_SHARE_MEMORYMANAGER defined what means that it can work with the Delphi FastMM memory manager and the BorlndMM.dll isn’t necessary anymore.

There are also some optimized c-string and memory functions in the CRTL code. Looks like somebody got rid of the 1992/93 implementations.
  阅读全文
posted @ 2009-09-19 23:22 冬瓜 阅读(545) | 评论 (0)  编辑