资源列表
Test
- 第一个MFC程序,入门MFC的第一个程序,单文档结构的-First MFC program
saveFinger
- 连接指纹仪后录入指纹并且将指纹保存到本地文件夹中-Connection of fingerprints after input fingerprint and the fingerprint saved to the local folder
Sort6
- 建立基于mfc的对话框,实现了数据的增序和降序排列,界面简单整洁-Establish a dialog based mfc realized increasing order and descending order data, a simple and clean interface
RussianGrid
- 应用VC++的MFC实现了简单的俄罗斯方块游戏,通过其联系了C++语言-Application of VC++ MFC implements a simple Tetris game, through its contact the C++ language
SinWave(two-input)
- 这是一个基于对话框的工程,主要是显示正弦波,其中有两个输入,可以自由设置-This is a dialog project,which has two param.
20141111_CVI_EPB_HwRelease
- 基于LabWindows CVI的CAN,TCP,DAQ测试系统,可以借鉴其上面的代码。 -Based on LabWindows CVI of CAN, TCP, DAQ test system that can learn their above code.
VC_CAN_DAQ
- VC 编写的NI 的DAQ,CAN 的程序,大家可以参考,方便别人二次开发。-VC prepared the NI DAQ, CAN program, we can refer to facilitate the secondary development of others.
MFCScope
- 基于MFC的示波器演示类,对话框,可以动态显示三路波形-MFC-based oscilloscope demo class, dialog boxes, you can dynamically display the three-way wave
Snake
- 简单的贪吃蛇程序,基于windows窗口的贪吃蛇, 图形界面-Simple Snake program
Drag
- 主要有拖放事件的实现,dropEvent和readFile功能-The realization of the drag and drop events, dropEvent and readFile function
WinMain
- indows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-indows operating procedures principles and procedures for the preparation process, the process window, the handle principle, message queues, th
Lesson2Code
- ++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Reload+