-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
rotating polygons
这段代码介绍了如何用三角形构建一些简单的几何体,以及如何将它们作为一个整体进行移动、旋转和调整大小。
- 2022-07-08 11:38:33下载
- 积分:1
-
获取CPUID并且将其写入到指定的INI文件中。VC编程
获取CPUID并且将其写入到指定的INI文件中。VC编程-CPUID access and will write to the specified INI file. VC Programming
- 2022-12-28 06:10:04下载
- 积分:1
-
MP3音乐播放器
MP3音乐播放器,界面完美,功能齐全。具有播放暂停,快进快退,音量控制,添加删除歌曲等功能,适合广大初学MFC的编程者们参考学习,代码有详细的注释,简单易懂。可根据各个控件实现对MP3的控制,也可以通过对封装好的空间进行操作。基于对话框,简单代码。
- 2022-05-22 18:37:58下载
- 积分:1
-
Windows系统编程可对常见的外部USB设备接口…
windows系统下编程提供给USB外部通用设备的接口的调用函数-windows system programming available to the common external USB device interface function is called
- 2022-07-12 23:16:16下载
- 积分:1
-
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTT...
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client presentations. This procedure demonstrated how to use WinSock2 Scoks5 Acting achieved through HTTP server on the web. SOCKS5 agency agreement detailed in RFC1928 and RFC1929. Was the purpose of this procedure is to write a SOCKS5 proxy preparation (can be used to debug protocol), is under development.
- 2022-06-17 14:43:25下载
- 积分:1
-
c++沉思录完整版,很经典的C++书,有很多关于程序设计技术方面的话题。...
c++沉思录完整版,很经典的C++书,有很多关于程序设计技术方面的话题。-c++ meditation full version, it is classic C++ book, there are many technical aspects of program design on the topic.
- 2022-01-28 14:21:28下载
- 积分:1
-
VB Vista透明窗体
VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体VB Vista透明窗体
- 2022-02-03 18:13:40下载
- 积分:1
-
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的...
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的-Based on the WinCE operating system, SMDK2410 hardware development platform under the power management procedure- Main completed system sleep, wake up, so as to achieve the purpose of saving
- 2022-12-12 07:35:03下载
- 积分:1
-
调整鼠标速度的源代码
调节鼠标速度的源代码
- 2022-05-29 13:25:15下载
- 积分:1