-
使用MFC实现一个小的动画功能,点击鼠标左键后线条闪烁
使用MFC实现一个小的动画功能,点击鼠标左键后线条闪烁-The use of MFC to achieve a small animated feature, click the left mouse button blinking after the lines
- 2023-07-17 16:50:03下载
- 积分:1
-
学习电脑技巧的基础的电子书籍,适合初学者.
学习电脑技巧的基础的电子书籍,适合初学者.-learning computer skills in the foundation of e-books for beginners.
- 2022-05-21 19:02:00下载
- 积分:1
-
Jive 是一个系统工程,包与类的组织非常专业
Jive 是一个系统工程,包与类的组织非常专业-Jive is a systematic project, and packet type of very professional
- 2022-04-08 14:51:27下载
- 积分:1
-
c_c++技巧集
c_c++技巧集-c_c skills Set
- 2022-01-31 11:09:58下载
- 积分:1
-
Pcb工艺综述(FLASH版和一个PDF文件)
Pcb工艺综述(FLASH版和一个PDF文件)-Pcb Review Process (Flash version and a PDF File)
- 2022-06-27 11:37:07下载
- 积分:1
-
一本关于OPNET的使用书。陈明编写的。非常好用
一本关于OPNET的使用书。陈明编写的。非常好用-A book on the use of OPNET. Chen prepared. Very easy to use
- 2022-08-15 08:48:31下载
- 积分:1
-
一款用c++制作的人事管理软件,包括论文、可执行程序、源代码等等,很完整...
一款用c++制作的人事管理软件,包括论文、可执行程序、源代码等等,很完整-Using a c++ Production personnel management software, including papers, executable programs, source code, etc., complete
- 2022-02-20 02:43:51下载
- 积分:1
-
Linux systems ELF file format specification, without extracting passwords
Linux等系统下ELF文件格式说明书,解压无密码-Linux systems ELF file format specification, without extracting passwords
- 2022-02-10 09:32:23下载
- 积分:1
-
认证教材,不要错过下载机会,是你通过sun的认证不可不看的教材!...
认证教材,不要错过下载机会,是你通过sun的认证不可不看的教材!-teaching certification should not miss the opportunity to download, you have passed the certification sun can not see the teaching!
- 2022-01-22 06:52:40下载
- 积分:1
-
字符串操作是一个不小的主题,在标准C++中,string字符串类成为一个标准,之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前...
字符串操作是一个不小的主题,在标准C++中,string字符串类成为一个标准,之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前者比较起来,不必担心内存是否足够、字符串长度等等,而且作为一个类出现,他集成的操作函数足以完成我们大多数情况下的需要.
下面我们首先从一些示例开始学习下string类的使用.-i nclude
#i nclude
using namespace std
void main()
{
- 2022-07-21 17:33:39下载
- 积分:1