搜索结果

找到约 864 项符合 Read-write 的查询结果

嵌入式/单片机编程 Welcome to PMOS. PMOS is a set of modules, mostly written in Modula-2, to support multitasking. PMO

Welcome to PMOS. PMOS is a set of modules, mostly written in Modula-2, to support multitasking. PMOS was designed primarily with real-time applications in mind. It is not an operating system in the conventional sense rather, it is a collection of modules which you can import into your own programs, ...
https://www.eeworm.com/dl/647/173686.html
下载: 114
查看: 1074

汇编语言 8051 monitor programm: - use external ram to run user program - use eeprom to save user program

8051 monitor programm: - use external ram to run user program - use eeprom to save user program - provide single step debug, can read internal register and ram
https://www.eeworm.com/dl/644/174258.html
下载: 30
查看: 1043

其他书籍 Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very br

Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the b ...
https://www.eeworm.com/dl/542/177223.html
下载: 65
查看: 1063

其他书籍 关于FPGA流水线设计的论文 This work investigates the use of very deep pipelines for implementing circuits in

关于FPGA流水线设计的论文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 ...
https://www.eeworm.com/dl/542/179429.html
下载: 116
查看: 1060

Java书籍 THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program

THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have ...
https://www.eeworm.com/dl/656/179721.html
下载: 104
查看: 1078

压缩解压 Structure the sources so that the compression and decompression code form a library usable by any

Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample ...
https://www.eeworm.com/dl/617/180671.html
下载: 100
查看: 1047

其他 Ever wondered how all those COM components that you ve written through the years play along with the

Ever wondered how all those COM components that you ve written through the years play along with the .NET runtime. If you are a diehard COM developer interested in knowing how Classic COM Components are positioned in the .NET world or how COM aware clients could consume .NET components, read on.
https://www.eeworm.com/dl/534/182062.html
下载: 153
查看: 1066

数值算法/人工智能 ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The

ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the numbe ...
https://www.eeworm.com/dl/518/187749.html
下载: 26
查看: 1426

VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la

This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
https://www.eeworm.com/dl/686/187807.html
下载: 199
查看: 1113

Java编程 带进度条的文件上传(java+ajax源码) 在写代码的时候

带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我 ...
https://www.eeworm.com/dl/633/191331.html
下载: 83
查看: 1048