自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 程序员书签

来源:http://ncmir.ucsd.edu/~mona/personal/bookmark/programming.htmlProgramming Bookmarks Bridgekeeper C Safe C string

2006-05-29 17:02:00 1517

转载 Assembly Language Reference

 一、数据传输指令  它们在存贮器和寄存器、寄存器和输入输出端口之间传送数据.  1. 通用数据传送指令.    MOV  传送字或字节.    MOVSX 先符号扩展,再传送.    MOVZX 先零扩展,再传送.    PUSH  把字压入堆栈.    POP  把字弹出堆栈.    PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次压入堆栈.    POPA  把DI,SI

2006-05-29 16:48:00 985

原创 ★Object Oriented Design Tips

Object Oriented Design Tips(http://www.eventhelix.com/RealtimeMantra/Object%5FOriented/object_design_tips.htm)  Stay close to problem domain Object discovery vs. object invention

2006-05-29 16:47:00 781

原创 Dynamic_cast

// RTTI_CAST.cpp : Defines the entry point for the console application.///// Summary: ///   There must have inheritress between Source type and target type.///   if not, static_cast will bring compi

2006-05-25 13:53:00 980

原创 类之间的依赖关系对编译的影响.

当某个类被改变后,要不要编译依赖此类的文件? The size of the allocated memory should equal to the classs size. 1. 增加函数.   类的尺寸没有改变, 不需要.2. 删除函数.   类的尺寸没有改变, 不需要.3. 增加变量.   类的尺寸已改变,需要.4. 删除变量.   类的尺寸已

2006-05-22 10:08:00 883

原创 Abstract Classes and Pure Virtual Functions

1. What is an Abstract Class?Simply stated, an abstract class is a class which does notfully represent an object. Instead, it represents a broad range ofdifferent classes of objects. However, this rep

2006-05-18 16:32:00 1030

原创 网摘(2005.5.18) 设计原则

http://www.objectmentor.com/resources/articles/abcpvf.pdfthe function of Abstract class and pure virtual method. http://www.objectmentor.com/resources/articles/ocp.pdfOpen-Close Principle.本文介绍

2006-05-18 12:35:00 744

转载 Object Oriented Design Tips

http://www.eventhelix.com/RealtimeMantra/Object_Oriented/object_design_tips.htmHere is an assortment of tips to keep in mind when using object oriented design in embedded systems: Stay close

2006-05-17 15:34:00 929

原创 网摘1

1.25万倍高压缩15个G至64K的3D动画2.转型让激情重燃3.说说动态语言4.编写可复用性更好的C++代码——Band对象和COMToys(一)介绍了一种Band的概念,之后提供了一个解决Band问题的FrameWork(基于MFC Application FrameWork.).一些有用的观点还概念:1.理解任何系统的最好方式是理解它想要解决的问题

2006-05-15 12:13:00 771

原创 Funny Website.

http://www.ms-inc.net/kpl.aspx  KPL Download.http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/softwaredev/TenMHToolEDevShouDN.mspx?mfr=true Coding4Fun:儿童的编程语言 

2006-05-10 12:54:00 857

空空如也

空空如也

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

TA关注的人

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