CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - read operation

搜索资源列表

  1. read-first

    1下载:
  2. 读者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。-readers priority. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Readers priority to the addit
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:橙子
  1. write_first

    0下载:
  2. 写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Write pri
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2518
    • 提供者:橙子
  1. 24c02串行E2PROM

    1下载:
  2. AT24C02串行E2PROM的读写 24C02中带有片内地址寄存器。每写入或读出一个数据字节后,该地址寄存器自动加1,以实现对下一个存储单元的读写。所有字节均以单一操作方式读取。为降低总的写入时间,一次操作可写入多达8个字节的数据。 -Application of AT24C02 serial E2PROM literacy 24C02 chip with which address registers. Each read or write a byte of data, the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1836
    • 提供者:徐俊
  1. MP3Info

    0下载:
  2. VC中读取mp3文件信息的方法 标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。 这些信息都记录在mp3文件中,而且格式是固定的。那么,我们就可以用编程的方式来获取这些信息。其实说简单一点,就是VC文件读取的操作。不过mp3有一定的信息结构,在mp3文件的最后128个字节,就包含上述的信息。那么我们打开mp3文件, 读取最后128个字节即可。-VC MP3 file information reader of the MP3 standard form
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29356
    • 提供者:whl
  1. ForTeacher

    1下载:
  2. 图形化界面,直方图比较,文件读取与操作,比较适合与java初学者。-graphical interface, histogram, and the document read operation, suitable for beginners and java.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:107994
    • 提供者:小熊
  1. USB430CCode

    0下载:
  2. 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便的读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:12683
    • 提供者:刘军
  1. VC_erjinzhiwenjiandeduqu

    0下载:
  2. 在vc++中,对于二进制文件的读取和操作。便于初学者使用。-in vc, for the binary files and read operation. Easy beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3559
    • 提供者:yaozi
  1. 简单学籍管理程序

    0下载:
  2. 这是一个比较复杂的学籍管理程序,他提供了很多的功能,比如显示帮助,读取磁盘文件等操作,值得参考。-This is a more complicated codes of management procedures, provide him with a lot of features, such as display help files disk read operation, a good reference.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2784
    • 提供者:李想
  1. 1302program

    0下载:
  2. 经典的时钟读写程序,他包含对芯片的读操作和写操作,还特意说明一些注意事项-classic clock read and write procedures, the chip contains the read operation and write operation also specifically give some attention to matters
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1921
    • 提供者:吴任
  1. ad_flash.rar

    0下载:
  2. FLASH存储 AD采样 操作FLASH 读取数据,FLASH memory FLASH read operation AD sampling data
  3. 所属分类:DSP编程

    • 发布日期:2017-03-31
    • 文件大小:182552
    • 提供者:chenkexun2008
  1. gpio_i2c.rar

    0下载:
  2. 使用GPIO口模拟SCCB总线的时序,读操作、写操作,The use of GPIO port analog SCCB bus timing, read operation, write operation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:2714
    • 提供者:张晓建
  1. Document-flow-operation

    0下载:
  2. 用C语言输入输出BMP图像包含最基本的文件流读入读出-BMP C language with the image that contains the basic input and output file stream to read read
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2261629
    • 提供者:danpianji
  1. Http-Connect

    0下载:
  2. J2ME远程用户登录系统,用MIDlet连接到HTTp服务器,并得到服务器上的一些信息,属于读操作。-J2ME remote user login system, with MIDlet connected to HTTp server, and get some more information on the server, belong to read operation.
  3. 所属分类:J2ME

    • 发布日期:2017-03-29
    • 文件大小:35069
    • 提供者:张三
  1. stm32SD

    2下载:
  2. 基于STM32的SD卡完整的源程序,是用keil mdk编译的,除了带有操作SD 卡的代码外,还移植了这个TFF,也就是说,可以直接读写文件了, 例程以一个简单的打开,读,串口输出的操作展示了一些TFF的应用SD卡分普通SD和SDHC,本系统不支持SDHC.例程会读取SD卡上BWSTDO目录下的 test.txt 文件,并通过串口输出,所以在实验这个例程之前,先要在你的SD 卡上建立相应的 目录和文件.-The SD card-based STM32 complete sour
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-10-31
    • 文件大小:572261
    • 提供者:李明
  1. mjpg-streamer-mini2440-read-only

    0下载:
  2. 基于Micro2440 通过网络浏览和控制CMOS 或USB 摄像头。Mjpeg‐stream 是一个开源软件,用于把mjpeg 格式的文件变成流媒体输出,这里作者把它移植到micro2440,并做好了相应的启动运行命令。-Based Micro2440 network view and control CMOS, or USB camera. Mjpeg-stream is an open source software for the mjpeg format into streaming
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-25
    • 文件大小:1093153
    • 提供者:王刚
  1. excel

    0下载:
  2. MATLAB/GUI开发,实现excel文件的读取操作。-MATLAB/GUI development, achieving excel file read operation.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:7019
    • 提供者:eagle
  1. MCU-read-and--write-U-disk

    0下载:
  2. 其文档说明了用单片机来读写U盘的具体操作-The document describes the U disk with a microcontroller to read and write the specific operation
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:953777
    • 提供者:gui
  1. i2c-read

    0下载:
  2. I2C读操作,时序等,已经测试过,忘大家支持-I2C read operation, timing, etc., have been tested, we forget the support Thank you
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:963
    • 提供者:几梦
  1. HDF5-read

    0下载:
  2. idl语言辨别的有关hdf5格式数据读取操作的相关程序,可供遥感初学者使用-idl language to identify the relevant procedures for hdf5 format data read operation, the available remote sensing beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:85682
    • 提供者:jasonliudaxiong
  1. Read-the-excel-

    0下载:
  2. 将excel文件读入LabVIEW中,实现文件的读取操作-The excel file is read into LabVIEW, the realization of the file read operation
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:20828
    • 提供者:liu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com