搜索资源列表
小苏联方块
- 在学习的同时...。。。让你玩个爽!!!
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
Mfc(step_by_step)
- Microsoft Found Class Win32
Deployment
- The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. The
skyblue_Snake
- 用Win32编的贪吃蛇游戏,水果系统会随机产生,玩家通过键盘方向控制蛇的移动,蛇每吃过一个水果后身体长度自动增加,碰墙、吃到毒果或蛇头接触到蛇身则结束游戏-Using MFC for the Snake game, and fruit will be randomly generated, the player using the keyboard to control the direction of the movement of a snake, a snake eating a frui
chaxunxingqi
- 前面传了一个MFC实现的查询星期几的小软件,这个是一个简易的WIN32版本的-MFC to achieve a pass in front of the query a few weeks a small software, this is a simple WIN32 version of the
Skyblue_Mine
- MFC实现的扫雷程序 是学习win32编程很好的借鉴资料-MFC to achieve the demining process is a good reference to learn win32 programming information
1Win32MFC
- MFC环境下的消息映射,其原理和我们讲解过的Win32下的消息映射是类似的。简单地讲,就是让程序员指定要某个MFC类(有消息处理能力的类)处理某个消息。MFC提供了工具 ClassWizard来帮助实现消息映射,在处理消息的类中添加一些有关消息映射的内容和处理消息的成员函数。程序员负责编写消息处理函数的代码,实现所希望的功能。-MFC environment news mapping, its principle and we explain the news of the Win32 mapp
Lesson1Code
- MFC的入门程序,讲解在WIN32环境下的程序。讲述消息的概念和编程的小技巧。-The MFC entry procedures, explain the program in WIN32 environment. About the concept of news and programming tips.
miniMFC
- 根据自己对mfc的学习,试图对win32 api进行封装,MFC太过于庞大,开始学习它的机制非常困难,或许这个对你有所帮助。文件仅对消息处理作了封装。-According to the yourself mfc learning, attempts to win32 api encapsulates the MFC is too large, and very difficult to start learning mechanism, perhaps this can be helpful f
creat-window
- 用win32写的一个窗口的小程序,对于刚刚学习win32和mfc的人非常实用-A window with win32 write a small program, for just learning win32 and mfc are very practical
vsFakeLeakTest
- 使用vc开发mfc程序时,在调用了win32 dll(即不使用mfc的dll)时,mfc90.dll后于win32dll加载,在退出程序时mfc90.dll先释放,这时它会将win32dll中的全局变量,函数static变量视为内存泄露,而实际上随后win32dll卸载时会正常释放,导致内存泄露误报。 本程序演示了win32dll中的std::string的全局变量和函数内static变量的内存泄露误报-Using vc development mfc program, the call t
MultiThread1
- Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
13212132132
- 利用winpcap抓包并进行简单协议解析基于winpcap的抓包程序,用MFC实现。 本程序基于winpcap,可以实现抓包类型的选择,如ARP,IP,TCP,UDP,ICMP -IP packet capture procedures, together with a detailed descr iption of the procedures is win32 console-based projects.
MFC_calc
- 使用C++编写的的win32计算器,界面基于MFC框架。本计算器能够实现简单的加减乘除以及求余运算。-By using c++ win32 calculator, interface based on the MFC framework. This calculator realization and seek more than the simple addition, subtraction, multiplication, and division operations.
TestDll
- win32控制台程序,Mfc窗口程序,C#控制台 程序 分别调用win32版和mfc版的dll。并且从“显式调用”,“隐式调用”,“使用.h .lib”等方面实现。包含介绍word。-win32 console program, Mfc window procedure, C# console application, C# console application calls win32 version and the version of the dll mfc respectively. A
SimalpCal
- 这是一个简单的计算器小程序,文勇的是win32实现,没有MFC的。-This is a simple calculator applet, Wen Yong is win32, without MFC.
CalculatorMFC
- mfc编码的win32计算器小程序源码,支持键盘输入-Mfc code of a win32 calculator,supportting keyboard
VCPP-Win32-Flame-effect-produce
- 一个VC++图像生成的小实例程序,也是一个纯Win32程序,没有用到任何的MFC,因此生成的效果可能不够强大,发上来只是让大家借鉴一下编程思路,大致粗略看了一下程序,算法比较复杂,不知道是不是有点小题大做,学习学习。-A VC++ image generation small sample program is a pure Win32 program, did not use any MFC, thus generating the effect may not be strong, made
编写Win32控制台程序 注入带窗口的DLL
- 编写Win32控制台程序 注入带窗口的DLL源码(Write the Win32 console program into the DLL with the window)
