-
学习java的朋友必须要有的一个文档
很有用的
学习java的朋友必须要有的一个文档
很有用的-learning to be a friend to have a very useful document! !
- 2022-02-26 01:36:02下载
- 积分:1
-
ROSE培训教材中文,实用啊
ROSE培训教材中文,实用啊-ROSE Chinese training materials, practical ah
- 2022-03-10 11:01:10下载
- 积分:1
-
一本极好的书,介绍H.264和MPEG4的,很适合初学者学习,也是一本非常经典的书,书名为《H.264 and mege_4 video compression...
一本极好的书,介绍H.264和MPEG4的,很适合初学者学习,也是一本非常经典的书,书名为《H.264 and mege_4 video compression》-a book about H.264 and MPEG-4,it is very useful for those who know little about the h.264
- 2022-05-16 00:44:20下载
- 积分:1
-
U2270B 英文说明资料
U2270B 英文说明资料 -U2270
- 2022-01-26 07:05:43下载
- 积分:1
-
水泥生产线流程,C++语言,适合初学者,强大的
水泥生产线流程,C语言编写,适合初学者,功能强大-Cement production line process, C language, suitable for beginners, powerful
- 2023-08-11 20:25:02下载
- 积分:1
-
《matlab时尚编程百例》work70
《matlab时尚编程百例》work70-1
- 2023-05-22 10:25:04下载
- 积分:1
-
CMM手册,对CMM有详细讲解,你想了解CMM,可以看下。
CMM手册,对CMM有详细讲解,你想了解CMM,可以看下。-CMM manual has detailed briefings on the CMM, you would like to know the CMM, can facie.
- 2022-08-12 17:41:49下载
- 积分:1
-
我在7.30日之前发布在csdnblog的文章
我在7.30日之前发布在csdnblog的文章-7.30 before the day I published the article in csdnblog
- 2022-04-14 22:30:20下载
- 积分:1
-
基于单片机与PC机之间的通讯问题,描述清晰,值得一读
基于单片机与PC机之间的通讯问题,描述清晰,值得一读-Microcontroller and PC-based communication between the problems, described in clear, worth reading
- 2022-10-02 17:05:03下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1