-
PC网络游戏的编程
PC网络游戏的编程-network PC game programming
- 2022-03-07 18:59:40下载
- 积分:1
-
Linux application software installation, Linux installation of application softw...
Linux中的应用软件安装,Linux中的应用软件安装-Linux application software installation, Linux installation of application software
- 2022-05-10 12:57:00下载
- 积分:1
-
standard reference required.
标准C++宝典,参考必备。-standard reference required.
- 2023-08-04 10:40:04下载
- 积分:1
-
多媒体_数字信号处理c语言程序集,一本很好的书
多媒体_数字信号处理c语言程序集,一本很好的书-Multimedia digital signal processing _ c language program sets a very good book
- 2022-02-27 00:06:01下载
- 积分:1
-
收集整理的经典的C语言资料,对程学设计和编程思想的理解很有好处...
收集整理的经典的C语言资料,对程学设计和编程思想的理解很有好处-Collection of the classic C language materials, engineering design and programming is very good thinking
- 2022-03-15 01:37:17下载
- 积分:1
-
谭浩强C语言第1章 谭浩强C语言第1章
谭浩强C语言第1章 谭浩强C语言第1章-TAN Hao-Qiang C language is a strong C-CAP Zhang Hao Zhang Hao a strong C-Chapter 1
- 2022-11-11 04:55: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
-
Understanding GPS, This pdf describes the basics behind GPS technologies. Reader...
Understanding GPS, This pdf describes the basics behind GPS technologies. Readers will find useful information which can help in understanding GPS
- 2022-02-26 11:58:18下载
- 积分:1
-
基于AGC的空中声音目标探测和识别技术的研究
基于AGC的空中声音目标探测和识别技术的研究-AGC based on the sound of air target detection and recognition technology research
- 2022-03-01 15:30:49下载
- 积分:1
-
一本关于ANSI C的标准手册,是C程序员必备书籍之一,内容详细,共36页。本标准基本以"种类,语法,描述,隶属词条,相关词条,下属词条"的结构展开。...
一本关于ANSI C的标准手册,是C程序员必备书籍之一,内容详细,共36页。本标准基本以"种类,语法,描述,隶属词条,相关词条,下属词条"的结构展开。-ANSI C standard manual for C programming.
- 2023-09-02 03:30:08下载
- 积分:1