- 博客(4)
- 资源 (41)
- 收藏
- 关注
原创 learning english
<br />Paying for this is adding insult to injury. 购买这个真是雪上加霜<br /> <br /> I did my share of the housework. 我作了我那份家务<br /> <br />Sometimes you are an old nag. 有时候你是叨叨个不停
2011-05-04 14:02:00
247
转载 cast
static_cast 与 reinterpret_cast reinterpret_cast是为了映射到一个完全不同类型的意思,这个关键词在我们需要把类型映射回原有类型时用到它。我们映射到的类型仅仅是为了故弄玄虚和其他目的,这是所有映射中最危险的。(这句话是C++编程思想中的原话) static_cast 和 reinterpret_cast 操作符修改了操作数类型。它们不是互逆的; static_cast 在编译时使用类型信息执行转换,在转换执行必要的检测(诸如指针越界计算, 类型检查).
2011-05-04 12:10:00
283
转载 code for performance(STL)
A common programming task is remove all elements that have a certain value or fulfill a certain criterion from a collection. In C++, this could be achieved using a hand-written loop. It is, however, preferred to use an algorithm from the C++ Standard Libra
2011-05-03 17:47:00
282
转载 PASCAL、_stdcall、_cdecl等调用方式默认分类
<br />Pascal语言函数调用方式_stdcall和C语言函数调用方式_cdecl的异同?<br />参数传递顺序和堆栈顺序或者其他方面的异同?<br />stdcall是Pascal程序的缺省调用方式,参数采用从右到左的压栈方式,被调函数自身在返回前清空堆栈。<br />_cdecl是C/C++的缺省调用方式,参数采用从右到左的压栈方式,传送参数的内存栈由调用者维护。_cedcl约定的函数只能被C/C++调用,每一个调用它的函数都包含清空堆栈的代码<br /> <br />PASCAL、_stdca
2011-03-10 10:32:00
519
软件测试(白盒)方法+pdf.pdf
2011-02-16
SQL语句优化范例经典
2011-02-16
Understanding Web Services XML WSDL SOAP and UDDI
2011-02-12
addison wesley - .net web services - architecture and implementation - 2003 [chm]
2011-02-12
programming web services with soap
2011-02-12
applied soap implementing .net xml web services
2011-02-12
Nehe_OpenGLchinese
2011-02-12
Cloud Computing Certification Kit Specialist
2011-02-12
web services essentials part1
2011-02-12
web services essentials par2
2011-02-12
算法导论C++实现代码
2011-05-09
算法导论第二版习题答案_Philip Bille
2011-05-09
Unix编程艺术part2
2011-03-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人