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.
标签: automatically describe English package
上传时间: 2017-08-29
上传用户:ccclll
Read file input (java source code)
上传时间: 2013-12-01
上传用户:dapangxie
基于51单片机的I2C与E2PROM存储Byte wirte and Byte Read
上传时间: 2014-11-10
上传用户:D&L37
基于51单片机I2C总线及E2PROM多字节存储(page wirte)单个读(random Read)
上传时间: 2017-09-02
上传用户:561596
please Read it,you can
上传时间: 2014-01-06
上传用户:Pzj
Project to Read Hard Disk data (raw format) at Windows Run Time
标签: Project Windows format Hard
上传时间: 2017-09-03
上传用户:lanwei
SD Read &write for mobile
上传时间: 2017-09-03
上传用户:Amygdala
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
标签: CMD Emulator Creating Windows
上传时间: 2014-01-03
上传用户:上善若水
Read and write mifare card using smartcard API in Java 6.
标签: smartcard mifare write using
上传时间: 2014-01-21
上传用户:hebmuljb
如何编写读/写一个字节的函数呢? 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) //将一个字节数据返回 }
上传时间: 2017-09-06
上传用户:gengxiaochao