-
Visual.C++高级界面特效制作百例。
Visual.C++高级界面特效制作百例。-Visual.C++ Effects produced 100 cases of high-level interface.
- 2022-02-21 01:23:46下载
- 积分: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
-
该书详细的介绍了LINUX运行机理,是该领域很权威的一本书...
该书详细的介绍了LINUX运行机理,是该领域很权威的一本书-book detailed introduction to the Linux operating mechanism is that the field is an authoritative book
- 2022-02-01 06:50:04下载
- 积分:1
-
网络编程基础篇系列CGI CGI是用来沟通HTML表单和服务器端程序的接口(interface)。说它是接口,也就是说CGI并不是一种语言,而是可以被其他语言所...
网络编程基础篇系列CGI CGI是用来沟通HTML表单和服务器端程序的接口(interface)。说它是接口,也就是说CGI并不是一种语言,而是可以被其他语言所应用的一个规范集。理论上讲,你可以用任何的程序语言来编写CGI程序,只要在编程的时候符合CGI规范所定义的一些东西就可以了。-Series of articles based on network programming CGI CGI is used to communicate HTML forms and server-side program interface (interface). It is the interface, that is not a CGI language, but other languages can be applied in a standard set. Theoretically, you can use any programming language to write CGI program, as long as the time in the program in line with the CGI specification the definition of something by it.
- 2022-01-30 12:21:49下载
- 积分:1
-
这是我见过的最垃圾的代码.不知道哪开发的.不过可以作为毕业设计....
这是我见过的最垃圾的代码.不知道哪开发的.不过可以作为毕业设计.-This is the most garbage I have seen the code. Do not know which of the development. But as a graduation project.
- 2023-09-04 14:35:04下载
- 积分:1
-
一本很经典的信息论电子书,对希望从事这方年研究的人很有参考价值。...
一本很经典的信息论电子书,对希望从事这方年研究的人很有参考价值。-A classic information theory e-books, on the hope that engaging in this side-year study of people of great reference value.
- 2022-05-23 16:18:30下载
- 积分:1
-
好书。提高人意想的一本书》。
好书。提高人意想的一本书》。-books. Raising people perceived a book. "
- 2022-01-20 23:51:42下载
- 积分:1
-
分析了主要外围电路的设计,以
及如何在ARM硬件平台上进行嵌入式Linux内核的编译与移植,介绍了Bootloadel"的
启动原理及运行过程,并对在L...
分析了主要外围电路的设计,以
及如何在ARM硬件平台上进行嵌入式Linux内核的编译与移植,介绍了Bootloadel"的
启动原理及运行过程,并对在Linux操作系统下的USB驱动程序的开发进行了研究。-Analysis of the main external circuit design, and how to ARM embedded hardware platform and Linux kernel compilation transplant introduced Bootloadel " start principle and operation process, and the Linux operating system for USB driver development studied.
- 2022-09-01 21:05:03下载
- 积分:1
-
the best choice for beginners
初学者的最佳选择-the best choice for beginners
- 2023-03-02 17:40:05下载
- 积分:1
-
MATLAB指南介绍
MATLAB GUIDE AN INTRODUCTION
- 2022-03-13 07:58:39下载
- 积分:1