-
一本有关网络的好书
一本有关网络的好书-a network of the best books
- 2023-08-26 03:05:06下载
- 积分: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
-
hibernate项目开发宝典该书籍的 源码,该书是学习hibernate的良好书籍。...
hibernate项目开发宝典该书籍的 源码,该书是学习hibernate的良好书籍。-hibernate project development Baodian source of the book, the book is a good book to learn hibernate.
- 2022-07-06 17:12:36下载
- 积分:1
-
VC source : "DirectShow Development Guide" source code examples
VC源码:《DirectShow开发指南》范例源代码-VC source : "DirectShow Development Guide" source code examples
- 2022-02-11 11:12:53下载
- 积分:1
-
用vc 开发的摄像头的驱动程序,里面有更细的说明。需要使用必要的动态库。...
用vc 开发的摄像头的驱动程序,里面有更细的说明。需要使用必要的动态库。-vc development with the camera of the driver, with a more detailed clarification. Need to use the necessary DLL.
- 2022-03-02 04:42:57下载
- 积分:1
-
c语言常用算法,是学习c的很好练习的源码。
c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
- 2022-03-26 11:28:02下载
- 积分:1
-
Welcome to JScript Language Reference will now start to look into as soon as pos...
欢迎使用 JScript 语言参考现在就开始行动,赶快进去看一看把!学习一些语句、仔细研究方法、或了解一些函数。您会发现 JScript 语言的功能是多么强大!
-Welcome to JScript Language Reference will now start to look into as soon as possible! Learn some words, careful study, or understanding of some function. JScript language you will find how the function is powerful!
- 2022-03-30 17:08:05下载
- 积分:1
-
关于数据结构中串的实现,用vc实现的,包含了串的全部操作。...
关于数据结构中串的实现,用vc实现的,包含了串的全部操作。-on the data structure to achieve the series with vc achieve, and contains all the strings of operation.
- 2022-10-21 01:05:03下载
- 积分:1
-
数学建模的重要资料,想学习数学建模的童鞋可以
数学建模的重要资料,想学习数学建模的童鞋可以-Mathematical Modeling of the important information
- 2022-02-28 22:51:49下载
- 积分:1
-
以太网数据包,可以用来进行分析,方便使用学习
以太网数据包,可以用来进行分析,方便使用学习-Ethernet packets can be used for analysis
- 2023-04-05 20:45:03下载
- 积分:1