-
LVDS开发文档,好用的工具书,大家都可以下载
LVDS开发文档,好用的工具书,大家都可以下载
- 2022-03-25 01:26:56下载
- 积分:1
-
c++网络编程vol2,ACE的好书,ACE是一个开放源代码框家,为开发高性能,分布式实时和嵌入式系统提供许多组件和模式...
c++网络编程vol2,ACE的好书,ACE是一个开放源代码框家,为开发高性能,分布式实时和嵌入式系统提供许多组件和模式-c network programming vol2, ACE books, ACE is an open-source frame home, for the development of high-performance, distributed real-time and embedded systems and components for many models
- 2022-07-05 02:18:58下载
- 积分:1
-
c Language Program Design (2nd Edition) "
c++语言程序设计(第2版)》-c Language Program Design (2nd Edition) "
- 2023-05-27 23:15:04下载
- 积分: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
-
prepared using vc small warehouse management system, available as a free downloa...
用vc++编写小型仓库管理系统,可提供免费下载-prepared using vc small warehouse management system, available as a free download
- 2022-05-23 12:24:20下载
- 积分:1
-
MyDraw绘图软件,很适合初学者。用MFC做的呵呵,啊!
MyDraw绘图软件,很适合初学者。呵呵使用MFC来做的啊!-MyDraw mapping software, it is suitable for beginners. Hehe using MFC to do, ah!
- 2022-02-26 05:47:21下载
- 积分:1
-
c++编程思想2TICPP
c++编程思想2TICPP-2nd-ed-Vol-two.zip-c 2 TICPP-2nd-ed- Vol-two.zip
- 2022-07-21 23:23:06下载
- 积分:1
-
magazine
很方便的电子杂志,很好的翻页效果,可以实时在线阅读,只需替换图片即可-magazine
- 2023-06-24 19:50:03下载
- 积分:1
-
vtk总体介绍资料,有外国教授在总体上介绍vtk的使用方法,各种基本管道的建立...
vtk总体介绍资料,有外国教授在总体上介绍vtk的使用方法,各种基本管道的建立-vtk overview information, a foreign professors in general, introducing vtk to use various channels to establish the basic
- 2023-02-11 16:40:04下载
- 积分:1
-
算法导论(英文第二版,chm格式),一本介绍算法的经典书籍。书中给出大部分算法的伪代码。...
算法导论(英文第二版,chm格式),一本介绍算法的经典书籍。书中给出大部分算法的伪代码。-Introduction to Algorithms (English second edition, chm format), a classic book describes the algorithm. Most of the book shows the algorithm pseudo-code.
- 2022-02-03 18:32:44下载
- 积分:1