-
Visual C++高级开发范例解析
从应用程序的各界面要素,包括菜单、按钮、工具条、状态条、对话框、窗口与视图以及应用程序封面和帮助文件的制作等方面,讲解怎样改善应用程序的用户界面。(from the application of the interface elements, including menus, buttons, tools, state of the dialog box, and the View window and the application procedures and help cover the production of such documents, on how to improve the application's user interface.)
- 2005-04-26 10:21:09下载
- 积分:1
-
pop3wrapper
读取email的MFC类 (MFC class for reading email)
- 2020-10-22 15:17:23下载
- 积分:1
-
VC++动态链接库(dll)编程深入浅出
说明: 主要讲动态链接库的编程方法,有需要的可以下载!(It mainly talks about the programming method of dynamic link library, which can be downloaded if necessary.)
- 2020-06-17 21:00:07下载
- 积分:1
-
美河制作.程序设计语言实践之路
说明: 程序设计语言处于计算机科学的中心,也处于计算机科学课程体系的中心。(Programming language is at the center of computer science and computer science curriculum system.)
- 2019-02-24 21:33:38下载
- 积分:1
-
MeansOfString
c语言中字符串的处理,其中包含了各种针对字符串问题的处理方法以及库函数(c language string handling, which includes a variety of problems for string processing method and library functions)
- 2013-08-31 08:57:26下载
- 积分:1
-
C.jingdian.chm
C语言经典算法
C语言经典算法
C语言经典算法(C C++ language classic algorithm)
- 2009-03-21 20:53:49下载
- 积分:1
-
Trafficlightproblem
在数据结构(c语言描述)中运用着色法解决交通灯问题(The use of shading method to solve the problem of traffic lights)
- 2009-09-14 19:44:46下载
- 积分:1
-
Couduit
在VC上实现与Palm保持同步通信的软件的设计基本步骤合实例!(in VC achieve Palm keep pace with the communications software design example of a basic steps!)
- 2006-07-17 21:22:16下载
- 积分:1
-
Visual
Visual C++6.0高级编程教程,还是有点用的,所以上传(this is Visual C++6.0)
- 2010-12-27 10:55:58下载
- 积分:1
-
VC++inimageprocess
Visual C++(以下简称VC++) 是面向对象与可视化软件开发工具中比较成熟的一类。MFC是VC++中直接由Microsoft提供的类库,它集成了大量已定义好的类,我们可以根据需要,调用相应类,或根据需要自定义类。正是基于MFC的这种特性,我们试图设计出具有封装性、独立性的功能模块------函数数据生成模块,函数曲线输出模块,模块之间的桥梁是由模板类CArray派生的CPoint类数组充当的。函数数据生成模块用来实现对函数的设置并获得采样点,数组得到采样点数据并将其传递到输出模块中。从整体来看,实现了各程序模块的独立性,使得在函数模块中可任意添加、删除函数,可使用不同的DC和GDI,可实现不同的输出方式,整个工程在函数绘图功能上是无限扩展的。经过反复的调试和检验,我们实现了预期目标。我们的主要目的是尝试VC++在数学函数绘图方面的功能和应用。这是对VC++的探索,也是对数学函数绘图多样化的尝试。(err)
- 2007-11-23 18:19:49下载
- 积分:1