搜索资源列表
wf_calendar
- 万年历源代码MFC的精髓-六大关键技术 1.MFC的程序初始化过程 2.RTTI(Runtime Type Information)动态类型识别 3.Dynamic Creation动态生成 4.Persistence 持久性/永久保存 5.Message Mapping 消息映射 6.Message Routing 消息传递 -hefty almanac MFC source code for the quintessence-six key technologies
RTTIMulti
- 多继承的RTTI系统(Chapter 12. RTTIMulti)。这是对前面自定义实时信息系统的改进。它通过添加一些附加信息来支持多继承。-RTTI systems (Chapter 12. RTTIMulti). This is the front-defined real-time information system improvements. Through add some additional information to support multiple inheritance.
HEDORTTI
- 多继承的RTTI系统(Chapter 12. RTTIMulti)。这是对前面自定义实时信息系统的改进。它通过添加一些附加信息来支持多继承。-RTTI systems (Chapter 12. RTTIMulti). This is the front-defined real-time information system improvements. Through add some additional information to support multiple inheritance.
Runtime Type Information
- Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术-Runtime Type Information (RTTI). Dynamic Creation. Persistence (Serialization). Message Mapping and Command Routing Core Technology
janlanguage
- 多国语言控件,使用RTTI技术实现,带源码. The component is designed for minimal coding: Drop it on the form In the forms onCreate event handler: janLanguage1.InitLanguage(self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event hand
cppreflect-0.0.1
- c++ 反射机制的实现.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名
RTTI
- 候老师讲的RTTI 资源难得 希望大家喜欢
Delphi 的RTTI机制浅探
- RTTI(Run-Time Type Information) 翻译过来的名称是“运行期类型信息”,也就是说可以在运行期获得数据类型或类(class)的信息。
RTTI操作Demo
- Delphi 的RTTI操作例子.
RTTI
- MFC advanced programming-MFC advanced programming rtti
rtti
- 通过运行时类型识别(RTTI)(Run-Time Type Identification),程序能够使用基类的指针或引用来检查这些指针或引用所指的对象的实际派生类型。-Through run-time type identification (RTTI) (Run-Time Type Identification), procedures to use the base class pointer or reference to check the pointer or reference to
rtticopycomp
- 一个小练习的源码,RTTI实现运行时完全复制控件-The source a little practice, RTTI complete copy of the control at run time to achieve
RTTI
- 科锐软件技术培训机构讲得MFC框架代码,还不错,这个源码是仿真C++的RTTI,实合新手习-Secco sharp software technology training institutions speak MFC framework, is good, the code source is the c++ RTTI, real simulation and novice learned
RTTI
- delphi RTTI功能示例 演示如何在delphi 中使用rtti-Delphi RTTI Sample
Delphi_RTTI
- 写得很好,用心看 Delphi_的RTTI机制浅探-It s very good for a Delpher!!
RTTI
- RTTI example about enumerated types and class references
rtti-inspector-combo
- 通过delphi的RTTI机制建立类的方法建立rttiinspector属性编辑框,从而自己随心使用-Delphi class methods established by the RTTI mechanism established rttiinspector attribute edit box, so use your own heart
Rtti-design-VCL
- delphi运行时设计软件,可以在程序编译过过后,可以对改变vcl控件大小-rtti vlc
RTTI
- MFC advanced programming-MFC advanced programming rtti
RTTI
- RTTI(Run-Time Type Information),通过运行时类型信息程序能够使用基类的指针或引用来检查这些指针或引用所指的对象的实际派生类型。(RTTI (Run-Time Type Information), by running the type information program, can use the pointer or reference of the base class to check these pointers or refer to the actua