-
Visual C++.NET 应用教程
Visual C++.NET 应用教程-电子教案-Visual C++. NET Application Guide- Electronic Teaching Plan
- 2022-02-20 08:03:34下载
- 积分:1
-
visual c++ 不错的教程,很有帮助,入门提高都很有用。
visual c++ 不错的教程,很有帮助,入门提高都很有用。-visual c++ good tutorial, very helpful, very useful to improve entry.
- 2022-10-23 20:10:07下载
- 积分:1
-
vc used to create shortcuts to achieve
用vc实现创建快捷方式-vc used to create shortcuts to achieve
- 2022-03-24 12:44:36下载
- 积分: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
-
电脑编程技巧和源码。很不错的。
电脑编程技巧和源码。很不错的。-computer programming skills and source code. Very good.
- 2022-01-28 02:01:51下载
- 积分:1
-
C语言写的杨辉三角形的解法
C语言写的杨辉三角形的解法-C language written by Yang Hui triangular Solution
- 2022-12-30 08:50:03下载
- 积分:1
-
Keil Cx51 V7.0 单片机高级语言编程与uVision 2 应用实践电子书
Keil Cx51 V7.0 单片机高级语言编程与uVision 2 应用实践电子书-Keil Cx51 V7.0 Single-chip high-level language programming and the application of the practice of e-books uVision 2
- 2023-04-23 12:10:03下载
- 积分:1
-
socket编程的经典例子,欲求从速
socket编程的经典例子,欲求从速-classic example of socket programming, desires as soon as possible!!!
- 2022-03-20 23:55:44下载
- 积分:1
-
Visual C++文档视窗设计,给对界面编程感兴趣的朋友们推荐这本书。...
Visual C++文档视窗设计,给对界面编程感兴趣的朋友们推荐这本书。-Visual C++ Document window design, to programming the interface of interest to my friends recommend this book.
- 2023-02-20 14:10:05下载
- 积分:1
-
国外经典教材Cplusplus数据结构与程序设计
国外经典教材Cplusplus数据结构与程序设计-Foreign classic textbook C++ Data Structures and Program Design
- 2022-06-26 05:14:23下载
- 积分:1