搜索资源列表
wrapperssrc
- 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The
银行储蓄系统
- MFC写的银行储蓄系统,功能完善,自动分配帐号,有密码功能,debug里有exe文件,运行即可,源码在外面,加了注释了!-MFC wrote savings bank system, complete functions, automatic allocation account, password function, debug there are exe files, run can be, the source code on the outside, plus a footnote!
掩码程序
- 这个程序是用VC++6.0写的。 正常来说,在DOS界面下,所输入的字符都会被看得一清二楚,毫无隐思可言。 这个程序是可帮助用VC++编程却不懂用MFC的朋友做出这样的效果。-this procedure with VC 6.0 is written. Normally, the DOS interface, the importation of characters will be seen clearly, there is no hidden thinking to speak o
MFC01
- 该程序包含了MFC编程的一个实例,介绍了编程是怎样实现的-which includes the MFC programming an example, the program is how to achieve the
195
- 第1章 Visual C++概述 1.1 Visual C++概述 1.2 Windows编程模式 1.2.1 面向过程的MS-DOS编程 1.2.2 面向用户的事件驱动编程 1.2.3 Windows消息机制 1.2.4 Windows系统消息类型 1.3 MFC类库 1.3.1 MFC类库的优越性 1.3.2 MFC类库说明 1.3.3 MFC框架与消息映射 1.4 Windows应用程序框架 1.4.1
mfc_40
- mfc使用过程40个常的经典功能实现.文本格式,必有代码-mfc use 40 regular classical functions. Text format, there is code
prgstruct
- prgstruct是一个MFC运行结构程序-prgstruct MFC is a structure operating procedures
A450
- MFC 函数实用手册 MFC 函数实用手册-practical manual function MFC MFC MFC function practical manual function practical manual
Ant-mfc
- 在这里可以下载到,精神恍惚了一个星期,终于写完了,真是高兴啊,挺好玩的, http://www.0635jj.com/蚁群算法MFC版演示程序. ... 多个线程读到的内容大体都相同,怎么能让每个线程有一个独立的数据源来产生随机数呢,,,,大家在用程序的时候,-here can be downloaded to a trance, a week, finally finished, really pleased ah, very good play. http : / / www.0635jj.
MFC DLL的编写和调用示例
- MFC DLL的编写和调用示例-MFC DLL and call the sample preparation
VC++MFC
- 在做项目的过程中查找的关于VC++MFC方面的函数的运用,包括常用函数和控件的用法及技术经验,适合初学者学习。
vc mfc入门教程
- VC mfc入门教程,可以让你很快学会VC的教程!看看吧!-VC mfc entry Guide, which will let you quickly learn VC Guide! Let's see it!
mfc
- 这是关于mfc应用的一些要点 很 实用
MFC
- mfc的插件 课程设计的东西希望大家喜欢
mfc编程实用教程2
- mfc编程实用教程2-mfc Programming Practical Guide 2
在MFC中用正则表达式对窗体进行有效性验证
- 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month's column describes an int
用MFC写的斗地主
- 用MFC写的斗地主,程序中有中文解释
MFC例集
- 小弟初学MFC所做的MFC例集,见笑之
mfc绘图系统
- MFC实现的小型绘图系统
MFC猜数字
- MFC猜数字源码,适合MFC初学者,可以通过此程序学习MFC基础语法知识