资源列表
BuildImage
- 模拟nandflash的结构,整合image,对二进制文件的操作,-simulate nandflash structure ,operate bin files
Chapter6
- 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另
Chapter5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-Master CDC word processing program to prepare, how to customize fonts and custom caret, familiar with the use of CString type. According to Cara OK
Chapter4
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping analysis of the mechanism on how to use ClassWizard,,, understand the
Chapter3
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the parsing of the principle of the M
Chapter2
- 在VC++平台下,介绍C++的基本语法和常用知识点,以便于快速掌握C-master C++ progammin quickly
DataShare
- 线程同步实例:在主线程中创建多个工作线程,在工作线程中实现对共享数据的同步访问。-Thread synchronization instance: in the main thread to create multiple threads to synchronize access to shared data in a worker thread.
IPC_NamedPipe
- 进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
IPC_ShareMem
- 进程间通信实例:使用共享内存实现进程间数据通信-Interprocess communication Example: Using shared memory to achieve inter-process data communications
Quci
- c#编写的屏幕取词软件!使用的是金山词霸的d-c# for screen word get
Chapter1
- 介绍window编程的初步知识,介绍vc++编程的基础-The introduction of window programming,and the basis of the vc++ programming
mousehook
- c#编写的鼠标钩子,全局可用,.net 环境下可以用-c# mouseHook ,for whole situation
