自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 Design and implement an "Accumulator" class (complete)

  Abstract A few months ago, I wrote two snippets that composed the basics of the initial half of this article. This one is the complete and formal version. Often than not, a seemingly trivi

2006-11-29 05:25:00 1351

原创 Good tips for being efficient

Copyright (c) prototype, all rights reserved。 在不对原文内容(包括作者信息)做任何改动的前提下,欢迎自由转载。 Personal notes on 175 Ways to Get More Done in Less Time. 1.      Know where my time is going. Keep track of my usa

2006-11-22 10:28:00 988

原创 废弃的C++语言特性 - Deprecated C++ features explained

Copyright (c) prototype, all rights reserved。 在不对原文内容(包括作者信息)做任何改动的前提下,欢迎自由转载。0.      必要说明:所谓“废弃”(deprecated, or obsolescent) 的语言特性是指那些在目前的C++标准(ISO/IEC 14882:1998,以下简写为C++98)下仍然是合法的,但在新版标准中很有可能被去除或

2006-11-20 13:18:00 3412

原创 Random thoughts on code review

Copyright (c) prototype, all rights reserved。 在不对原文内容(包括作者信息)做任何改动的前提下,欢迎自由转载。 1.      Code review is a worthwhile practice/long-term investment with the following advantages:a.       Improve over

2006-11-15 08:50:00 1074

原创 在高性能计算中慎用C++ std::complex

 Copyright (c) prototype, all rights reserved。 在不对原文内容(包括作者信息)做任何改动的前提下,欢迎自由转载。 两年多前写的内部资料。现在自己把它翻成中文,贴到我的blog上来。 近来闲暇时,我用C++和表达式模板(expression template)技术实现了一个复数类(注意:是类,而不是类模板)— Complex。

2006-11-13 04:26:00 15336 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除