-
2006单片机研讨会,关于51单片机的论文集
2006单片机研讨会,关于51单片机的论文集-2006 51 doc
- 2022-02-14 16:02: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
-
with EMMA test Java classes, and testing Java Java developers very useful.
用EMMA测试Java类,对Java测试人员和Java开发人员非常有用。-with EMMA test Java classes, and testing Java Java developers very useful.
- 2022-05-15 09:26:34下载
- 积分:1
-
Oreilly publishing a book in English
一本Oreilly出版社的英文电子书,写的非常好-Oreilly publishing a book in English
- 2023-03-04 20:50:04下载
- 积分:1
-
同步设计规范,华为作为国内通信电子龙头企业,对VHDL设计的同步规范性文件...
同步设计规范,华为作为国内通信电子龙头企业,对VHDL设计的同步规范性文件-Synchronous design specifications, Huawei as a domestic leading enterprises in the electronic communications of synchronous VHDL design normative documents
- 2023-07-31 22:35:03下载
- 积分:1
-
电子书名:应用时间序列分析
作者:何书元
出版:北京大学出版社...
电子书名:应用时间序列分析
作者:何书元
出版:北京大学出版社
-EBook Name: Application of time series analysis Author: Dr Shu-yuan Publisher: Beijing University Press
- 2022-03-25 09:36:56下载
- 积分:1
-
OpenJMS是一个开源的Java Message Service API 1.0.2 规范的实现,它包含有以下特性:
*. 它既支持点到点(point...
OpenJMS是一个开源的Java Message Service API 1.0.2 规范的实现,它包含有以下特性:
*. 它既支持点到点(point-to-point)(PTP)模型和发布/订阅(Pub/Sub)模型。
*. 支持同步与异步消息发送
*. JDBC持久性管理使用数据库表来存储消息
*. 可视化管理界面。
*. Applet支持。
*. 能够与Jakarta Tomcat这样的Servlet容器结合。
*. 支持RMI, TCP, HTTP 与SSL协议。
*. 客户端验证
*. 提供可靠消息传输、事务和消息过滤-OpenJMS is an open source Java Message Service API 1.0.2 specification realize that it contains has the following characteristics:*. It support point-to-point (point-to-point) (PTP) model and the publish/subscribe (Pub/Sub ) model.*. Support synchronous and asynchronous messaging*. JDBC persistent management and use of database tables to store information*. Visualization management interface.*. Applet support.*. Jakarta Tomcat with Servlet containers such combination.*. Support for RMI, TCP, HTTP and SSL protocol.*.*. Client-side validation and provide a reliable message transfer, transaction and message filtering
- 2022-09-12 18:50:03下载
- 积分:1
-
Application Programming matlab7.0, English information, each devoted to a file
matlab7.0应用编程,中文资料,每章一个文件-Application Programming matlab7.0, English information, each devoted to a file
- 2022-05-08 19:08:55下载
- 积分:1
-
详细地讲述了Python的基本知识,浅显易懂,值得一读
详细地讲述了Python的基本知识,浅显易懂,值得一读-It shows the basic knowledge of Python in detail and is worth reading.
- 2022-04-30 20:15:40下载
- 积分:1
-
This a JPEG encoding & decoding program of still image. It does not use level sh...
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
-This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compar
- 2022-12-20 21:45:04下载
- 积分:1