-
calculators source (C prepared. Which will inevitably defects. We hope the exhib...
计算器源码(C++编写的。其中难免欠妥。希望大家多多指教)-calculators source (C prepared. Which will inevitably defects. We hope the exhibitions)
- 2022-04-24 22:27:31下载
- 积分:1
-
SIMULINK based on the synchronous generator terminal short
基于SIMULINK同步发电机机端短路的仿真资料。-SIMULINK based on the synchronous generator terminal short-circuit simulation data.
- 2022-10-29 05:10:03下载
- 积分:1
-
Visual C++面向对象与可视化程序设计教程
Visual C++面向对象与可视化程序设计教程-Visual C and Visual Object-Oriented Programming Guide
- 2022-09-07 07:25:04下载
- 积分:1
-
Good books, space
很好的书籍,空时编码和mimo系统。介绍很详细-Good books, space-time coding and MIMO systems. Detailed introduction
- 2022-07-10 05:52:24下载
- 积分:1
-
< 智能控制>>刘金琨主编的书,大量的MATLAB源码,很具有参考价值。...
< 智能控制>>刘金琨主编的书,大量的MATLAB源码,很具有参考价值。-> Liu Jinkun book editor, a large number of MATLAB source code, it has a reference value.
- 2022-03-19 06:32:59下载
- 积分:1
-
学位英语考试资料,参考参考
学位英语考试资料,参考参考-Graduate English test information, reference reference
- 2022-12-19 10:25:03下载
- 积分:1
-
UNIX.Shell.4th,介绍UNIX下Shell编程的好书,希望大家喜欢
UNIX.Shell.4th,介绍UNIX下Shell编程的好书,希望大家喜欢-UNIX.Shell.4th, introduce Shell programming under UNIX books, I hope everyone likes
- 2022-03-26 17:50:24下载
- 积分:1
-
程序员面试攻略。值得推荐。大家下载,找个好工作
程序员面试攻略。值得推荐。大家下载,找个好工作-Raiders interview programmers. Worthy of recommendation. U.S. to download, to find a good job
- 2022-10-14 00:40:03下载
- 积分:1
-
ieee research article on 4g
ieee research article on 4g
- 2023-05-16 11:35:02下载
- 积分: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