-
音乐播放器
一个用API写的音乐播放器,包含了MFC中各种控件的用法,大致能够满足初学者的学习需求。例如列表框,文本编辑框,进度条等等的使用。非常适合一时找不到学习途径的初学者学习
- 2022-08-09 23:07:26下载
- 积分:1
-
color cursor Demonstration Program
彩色光标演示程序-color cursor Demonstration Program
- 2023-06-07 06:55:02下载
- 积分:1
-
using resources customization, user
采用资源定制,实现用户自定义形状的窗口,定制个性的界面风格-using resources customization, user-defined shape of the window, customized interface style
- 2022-03-23 20:33:19下载
- 积分:1
-
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删除文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Delete data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
- 2022-03-02 20:44:17下载
- 积分:1
-
飞行器速度仪表控件
飞行器速度表控件,主要应用于模拟飞行器的速度仪表,可用于模拟训练,仿真等软件界面。飞行器速度表控件占用资源小,执行效率高。经测试其刷新周期小于5毫秒,均值为2毫秒。本控件提供丰富的接口。
运行Register.bat直接注册。
1)创建一个MFC工程。
2)在对话框中右键鼠标选择“插入ActiveX控件”。
- 2022-03-03 00:09:00下载
- 积分:1
-
对vc中的常用界面进行编程、同时对常用的出错信息进行描述,...
对vc中的常用界面进行编程、同时对常用的出错信息进行描述,-right vc the common programming interface, while the commonly used descriptive error messages,
- 2023-06-12 00:25:02下载
- 积分:1
-
explorerbar使用实例,需要支持explorerbar Infragistics NE…
ExplorerBar 的使用示例,需要ExplorerBar Infragistics NetAdvantage 2005支持。-ExplorerBar the use of examples, the need to support ExplorerBar Infragistics NetAdvantage 2005.
- 2022-04-01 15:57:34下载
- 积分:1
-
7.按钮设置演示.rar 7.按钮设置演示.rar 7.按钮设置演示.rar
7.按钮设置演示.rar 7.按钮设置演示.rar 7.按钮设置演示.rar-7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7 . button set up demonstration. rar
- 2023-03-12 06:10:03下载
- 积分:1
-
这是一个边界设计例子,根据界面给出的按钮,可以显示多种风格的边界...
这是一个边界设计例子,根据界面给出的按钮,可以显示多种风格的边界-This is a border design example is given in accordance with the interface buttons, show a variety of styles border
- 2022-03-30 21:45:10下载
- 积分:1
-
工厂反射
工厂模式,就是类似像工厂生产东西一样的意思。只需得到出厂的东西,具体怎么生产就不知道了。拿程序来说,就是自己定义一个类,这个类当中会有很多方法,而这些方法就是创建对象的作用,用这个类的人只需知道调用哪个方法得到哪个具体对象,至于怎么得到就不用管了。 反射机制,其实也很简单,就是一个类,可以利用反射机制得到自己有多少个方法,属性,方法名等等,这时候就可以判断这个类有无这个属性,或这个方法。从而调用该方法。 缓存机制,主要作用就是缓存一些数据。在这里不知道他到底有什么作用。但缓存机制就是起一个缓存,然后等下次调用的时候就直接从缓存中取数据。 这跟你的IE浏览器浏览网页是一个道理的。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 16:13:31下载
- 积分:1