-
Visual C++6.0开发宝典
Visual C++6.0开发宝典-Visual C 6.0 treasury
- 2022-01-28 05:34:04下载
- 积分:1
-
c++上机指导书,能在短时间类学会c
c++上机指导书,能在短时间类学会c-c++ on the machine to guide books, learn to type in a short period of time c
- 2022-03-31 16:31:40下载
- 积分:1
-
微软技术模版
微软技术模版-Microsoft technology template
- 2022-07-28 09:25:30下载
- 积分:1
-
java编程实例,帮助读者进行程序的开发,它锻炼编程人员的编程经验....
java编程实例,帮助读者进行程序的开发,它锻炼编程人员的编程经验.-java programming examples to help the reader process of development, training programmers programming experience.
- 2022-03-01 00:17:35下载
- 积分:1
-
C语言面试题总汇,C程序员重要面试问题及解答,值得一看。
C语言面试题总汇,C程序员重要面试问题及解答,值得一看。-C-face questions confluence, C programmers important interview questions and answers, worth a visit.
- 2022-02-05 16:07:28下载
- 积分:1
-
windows程序设计,里面有许的实例,很好的一本书
windows程序设计,里面有许的实例,很好的一本书-windows programming, there are many examples of a good book
- 2022-06-13 17:44:22下载
- 积分:1
-
任意输入一个小于10的数字 变会显示其对应的格雷码!
任意输入一个小于10的数字 变会显示其对应的格雷码!-indiscriminate importation of a less than 10 would change the figures show the corresponding Gray code!
- 2022-01-24 09:25:54下载
- 积分:1
-
Computer Networks 4th Ed, Andrew S. Tanenbaum, Prentice Hall
计算机网络第四版,安德鲁S.塔南鲍姆,普伦蒂斯大厅
- 2023-07-11 01:15:05下载
- 积分: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
-
有关磁盘查询,功能设置,网络驱动器映射等存储设备管理功能的VC操作例程源代码实现....
有关磁盘查询,功能设置,网络驱动器映射等存储设备管理功能的VC操作例程源代码实现.-the disk inquiries and functionality. mapping network drives, and other storage management functions of VC operation routines source code to achieve.
- 2022-01-30 21:28:47下载
- 积分:1