-
主要是介绍互动改变乐趣_我和学生用互动式电子白板创造_新课堂。...
主要是介绍互动改变乐趣_我和学生用互动式电子白板创造_新课堂。-The main change is to introduce the interactive fun _ I and the students create an interactive whiteboard _ new classroom.
- 2022-03-29 10:59:05下载
- 积分:1
-
此书是有关FPGA的NIOSII开发系统的书,其内容较好,值得学习
此书是有关FPGA的NIOSII开发系统的书,其内容较好,值得学习-This book is about the FPGA development system NIOSII the book, its contents better, it is worth learning
- 2022-03-14 17:50:53下载
- 积分:1
-
This is a book written about java programming, but also regarded as the classic...
这是一本写关于java编程的书,也算是java经典书籍了-This is a book written about java programming, but also regarded as the classic books of java. . . . .
- 2022-03-22 05:57:23下载
- 积分:1
-
classic MicroStation CAD software for the Chinese training materials
最经典的CAD软件MicroStation的中文培训教材-classic MicroStation CAD software for the Chinese training materials
- 2022-03-13 15:22:46下载
- 积分:1
-
C++沉思录(中文)
C++沉思录(中文)-C meditation (Chinese)
- 2022-03-13 16:35:28下载
- 积分:1
-
ADS Chinese manual RealView compilation tools
ADS中文手册 RealView 编译工具 -汇编程序指南.pdf-ADS Chinese manual RealView compilation tools- assembler Guide. Pdf
- 2023-08-16 03:05:06下载
- 积分:1
-
书名《大学数学实验 MATLAB应用篇学习》matlab的基础书籍,从数学角度学习maltab,一是matlab的入门,二可以培养学习matlab的兴趣。...
书名《大学数学实验 MATLAB应用篇学习》matlab的基础书籍,从数学角度学习maltab,一是matlab的入门,二可以培养学习matlab的兴趣。-The title of
- 2022-06-17 06:10:49下载
- 积分:1
-
C++高级编程范例,深入讲解了VC++中常用的技术,一本非常出色的书!...
C++高级编程范例,深入讲解了VC++中常用的技术,一本非常出色的书!-C++ high-level programming paradigm, in-depth on the VC++ in the common technology, a very good book!
- 2022-02-05 00:26:11下载
- 积分:1
-
WINDOWS VISTA BUSINESS DESKTOP STUDENT GUIDE
WINDOWS VISTA BUSINESS DESKTOP STUDENT GUIDE
- 2022-01-25 15:12:16下载
- 积分: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