搜索资源列表
games_code
- 一个C++小游戏,MFC通用图形界面,里面附源代码-a little C++ game
DiceAnimation
- 用c++语言实现的一个骰子跳动的一个MFC应用程序,含有所有源代码的可执行程序,对于刚开始学习使用MFC创建应用程序的人会有一定帮助。-C++ language with a dice beat a MFC application that contains all the source code of the executable program, for beginning to learn to create applications using the MFC will definite
Code3
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
1262523828
- VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
Apriori
- 用Visual C++编写的关联规则挖掘算法Apriori算法的源代码-Using Visual C++ Prepared in association rule mining algorithm Apriori algorithm source code
MFCVega
- vega 于mfc结合的碰撞检测源代码,适合与vega初学者-vega in the combination of collision detection mfc source code, suitable for beginners and vega
750q
- MFC开发的基于的对话框的五子棋源代码及程序-Five chess inmortant code
screensx
- windows屏幕保护源代码,用MFC源代码编写。-windows screen saver source code, written with the MFC source code.
mfc
- 这是一个音乐播放器mfc的源代码,不知道他的准确性,实施救治带啦。-this is a mfc, you can use it to listen music.Also you can learan from it.It is useful.
CSerialaaMFC
- windows 串口编程MFC 源代码 主要是Cserial 类-program serial con with VC++ 6.0
MFC-wuziqi
- 一个完整的五子棋游戏源代码和详细说明文件。五子棋是一种两人对弈的纯策略型汉族棋类益智游戏,棋具与围棋通用,由中国汉族人发明,起源于中国上古时代的传统黑白棋种之一。主要流行于华人和汉字文化圈的国家以及欧美一些地区。容易上手,老少皆宜,而且趣味横生,引人入胜;-Backgammon is a game of pure strategy type two Han chess puzzle games, chess and Go GM, invented by the Chinese Han peopl
MFC-autoButton
- 一个完整的自绘按钮源代码及实现,个性化的按键设计可以作为参考学习。-A complete self-drawn buttons source code and achieve personalized key design can be used as a reference.
Ant-mfc-code
- 蚁群算法的经典算法源代码,包括具体详细说明以及解决问题分析-Classic algorithm of ant colony algorithm source code, including specific details and the analysis of the problem solving
MFC生成二维码的源代码
- 二维码生成的解码与生成代码基于mfc的开发(erweimashengcasdasdasd)
MFC网络聊天室源代码
- 基于vs开发 注:如侵权,请联系本人,本人立即删除,qq:1124957536(this development for vistual studio 2013,if there has a illegal.please tell me,qq:1124957536)
038959851MyDlgOpenGL
- MFC OpenGL 学习资料适合初学者(MFC OpenGL learning materials for beginners)
精通MFC程序设计 源代码
- 精通MFC程序设计电子书&源代码绝对完整版(谁下谁知道) Part6附送代码: 相信大家找得到该书源代码的内容 因此这部分我便稍带上传 让大家下载试试。(Proficient in MFC programming ebook & source code absolute full version (who knows who) Part6 comes with the code: I believe we find the contents of the book s
C++ MFC贪吃蛇源代码
- C++ MFC贪吃蛇源代码,在之前的版本上有了一定的改进。(C++ MFC eating snake source code, the previous version has a certain improvement.)
打印功能
- 介绍了利用MFC提供的文档视图框架来实现一个打印程序,实现打印预览,在此基础上,同时通过对MFC源代码的深入探讨,提出了利用该方法在对话框上用MFC实现打印功能(This paper introduces the implementation of a print program by using the document view framework provided by MFC, and realizes printing preview. On the basis of this, th