搜索资源列表
-
0下载:
用户在使用VC++开发应用程序时,主要有两种方法:调用Windows提供的API函数(Application Programming Interface)和直接使用Microsoft提供的MFC类库(Microsoft Foundation Class)。与MFC相比,API更贴近操作系统,也是每一个Windows程序员必须掌握的。
本文将以一个类似Windows的计算器程序为例,简述Windows API程序设计的方法和一些基本技巧。
思路和算法 -Users i
-
-
0下载:
vc++简易学生考试管理系统,分两大功能,学生成绩管理和学生信息管理,功能不太多,完成基本的学生信息录入、查询、管理,可以先看一下源码爱好者测试抓图,比较标准的C++窗体应用,就当作是一个VC操作数据库的参考实例 吧。-vc++ simple examination management system, divided into two functions, their performance management and student information management, func
-
-
0下载:
Its an example basic basic GUI application project developed with QT
-
-
0下载:
There have been many books written on the topic of computer networking. While many of these are
excellent resources for advanced programmers, they tend to be too deep for the beginner who just
wants to know how to use it. Why require a potentia
-
-
0下载:
PrintPreviewControl打印预览控件的应用实例,用于.NET环境的打印预览控件,相对于使用PreviewControl控件难度增加,但却收藏了更加灵活的控制能力,对技术不断进取的你定有好处。它包括了基本打印预览示例、根据条件打印预览示例、使用PrintPreviewControl打印预览示例。-The PrintPreviewControl print preview control application example, is used to print preview con
-