资源列表
regsvr32 interface
- 控件注册软件,让自己的软件也拥有这种功能!吐血奉献,回报源区-Control Registry software, the software has the feature! Dedication to vomit blood, the source of return
PDFlib-5.0.1-Windows
- 从名字就看的出来,不可多得的好东西,一起都传上来-see from the name, and a very good thing, join onto Biography
FIND_LEN
- 计算出一个字符串的长度,入口参数的字符串。出口为长度-calculate the length of a string, the string parameters of the entrance. Export-length
KEYBOARD30
- 键盘操作的一些小程序,里面有好几个例子,虽然都比较简单,不过都很经典-keyboard operation of some small procedures, there are several examples, though relatively simple, but very classic
DATETIME30
- 关于时间日期的一些函数实现,通过这些,可以充分了解到C语言对时间日期的处理-time on the date of the function realized through these, we can fully understand the C language to deal with the time period
Lesson02
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classi
Lesson03
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-about MFC +5.0 Principle and the MFC framew
Lesson05
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard, understanding sen
模拟秒钟
- 模拟秒针的走动 用C#编写的 欢迎下栽-simulated hands of the walk with C# prepared by the welcome downward
用VC++实现FLASH的经典实例
- 有关于VC调用FLASH的代码,可以对FLASH文件进行播放,用VC进行界面编辑-called on the VC FLASH code, the document FLASH players, VC interface for editing, etc.
040320133
- 罗密欧与朱丽叶的迷宫问题 利用回溯法搜索出一条路经,帮助罗密欧走遍所有房间到达朱丽叶的房间-Romeo and Juliet maze of back problems using a way to search by law to help Romeo traveled all the rooms reach Juliet rooms
040320152
- 整数变换问题,用最少的f和g变换次数将n变换为m.f(i)=3 g(i)=[i/2].-Integer Transform, with the least f and g frequency of transformation to transform m.f n (i) = 3 g (i) = [i / 2].