搜索结果

找到约 547 项符合 Read 的查询结果

按分类筛选

显示更多分类

Jsp/Servlet Please read your package and describe it at least 40 bytes in English. System will automatically de

Please read your package and describe it at least 40 bytes in English. System will automatically delete the directory of debug and release, so please do not put files on these two directory.
https://www.eeworm.com/dl/696/483160.html
下载: 102
查看: 1042

Java编程 read file input (java source code)

read file input (java source code)
https://www.eeworm.com/dl/633/484325.html
下载: 160
查看: 1074

单片机开发 基于51单片机的I2C与E2PROM存储Byte wirte and Byte read

基于51单片机的I2C与E2PROM存储Byte wirte and Byte read
https://www.eeworm.com/dl/648/484732.html
下载: 114
查看: 1042

单片机开发 基于51单片机I2C总线及E2PROM多字节存储(page wirte)单个读(random read)

基于51单片机I2C总线及E2PROM多字节存储(page wirte)单个读(random read)
https://www.eeworm.com/dl/648/484738.html
下载: 47
查看: 1040

Java编程 please read it,you can

please read it,you can
https://www.eeworm.com/dl/633/485113.html
下载: 47
查看: 1044

磁盘编程 Project to Read Hard Disk data (raw format) at Windows Run Time

Project to Read Hard Disk data (raw format) at Windows Run Time
https://www.eeworm.com/dl/629/485264.html
下载: 22
查看: 1046

通讯/手机编程 SD read &write for mobile

SD read &write for mobile
https://www.eeworm.com/dl/527/485386.html
下载: 85
查看: 1123

Delphi控件源码 Windows CMD Emulator is Based Upon Creating a Pipe to Read and Write Data to, it Opens a CMD Window

Windows CMD Emulator is Based Upon Creating a Pipe to Read and Write Data to, it Opens a CMD Window Hidden and Starts Sending and Receiving Data from it using a simple SetTimer Event
https://www.eeworm.com/dl/666/486310.html
下载: 30
查看: 1120

Java编程 Read and write mifare card using smartcard API in Java 6.

Read and write mifare card using smartcard API in Java 6.
https://www.eeworm.com/dl/633/486335.html
下载: 187
查看: 1065

软件设计/软件工程 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0

如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 } ...
https://www.eeworm.com/dl/684/486623.html
下载: 136
查看: 1262