CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 读写操作

搜索资源列表

  1. 字节(Bytes)与位(Bits)转换读写函数

    0下载:
  2. 字节(Bytes)与位(Bits)转换读写函数 可以对每个字节的高低八位进行读写操作-byte (Bytes) and the place (Bits) conversion function can read and write to the level of each byte write eight
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:yyy
  1. 读写注册表任何地方的函数

    0下载:
  2. 这是一个对注册表进行操作的模块,你可以把它添加到自已的程序中哦~-this a registry for operation of the module, you can add it to their own procedures oh ~
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:陆锐
  1. 虚拟驱动器控制程序

    0下载:
  2. 虚拟驱动器控制程序,可对虚假驱动器象读写操作。可用于测试。-virtual drive control procedures, which can drive as false and write. For testing.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11521
    • 提供者:认真
  1. readerwriter.cpp

    1下载:
  2. 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) w
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-15
    • 文件大小:5568
    • 提供者:jj
  1. scheduler

    0下载:
  2. NAND FLASH在51下的读写操作程序
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:lishuchao
  1. 0703_M6

    2下载:
  2. 多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状态,并及时清空listbox控件。进程之间共享数据。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:131771
    • 提供者:人民币
  1. student

    0下载:
  2. 一个关于结构体数据的文件读写操作实例. linux/c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:977
    • 提供者:doco
  1. CodeSmart2007forVB6zxcj

    0下载:
  2. 对FAT格式磁盘物理扇区数据读写操作 Ver 1.0.rar
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:10783833
    • 提供者:陈峰
  1. resder_writer

    0下载:
  2. 在Windows2000或Windows XP环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。
  3. 所属分类:系统编程

    • 发布日期:2014-01-17
    • 文件大小:2267
    • 提供者:lifei
  1. Init

    0下载:
  2. 精典的.INI文件读写操作。虽然,现在使用注册表很方便,但在一些绿色版软件中,INI文件仍有一定市场。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30480
    • 提供者:大地飞歌
  1. 372A

    0下载:
  2. 372A 读写操作子程序 read 为读372A内部寄存器子程序,将 0-Fh 寄存器内容读到CPU内部RAM 10H-1FH。 write 为写内部寄存器子程序,r7中放需改写的寄存器地址,r6中放需写入的数据。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:928
    • 提供者:w
  1. vb_reg_op

    0下载:
  2. 用VB6操作注册表的详细教程.包括全部键值类型的读写操作.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:67379
    • 提供者:vercettisoft
  1. Win32 API 注册表类的编制以及使用

    1下载:
  2. Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including addit
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:17479
    • 提供者:孙中雨
  1. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:249544
    • 提供者:
  1. SHA-1

    0下载:
  2. SHA1散列算法,在AVR上实现SHA-1算法应用于DS1961卡的读写操作-SHA1 hash algorithm on the AVR to achieve DS1961 SHA-1 algorithm is applied to the card read and write operations
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:2479
    • 提供者:周红波
  1. REG

    0下载:
  2. 模块说明 为方便注册表读写操作的接口 模块编译 编译成LIB,静态连接。使用Regedit.h -Module Descr iption To facilitate the operation of the registry to read and write interface module compiled compiler LIB, static connections. Use Regedit.h
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:5320
    • 提供者:张祥
  1. file

    0下载:
  2. 实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:924
    • 提供者:li
  1. u-boot-1.3.1-2410_nandflash

    0下载:
  2. u-boot完全移植到2410下,实现了nandflash的读写操作。-u-boot fully transplanted to 2410, the implementation of the NANDFLASH reading and writing operations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:8933842
    • 提供者:王昂哲
  1. cfg

    0下载:
  2. 源文件:读、写操作配置文件的库,非常方便-C language: a extend libary source for config on linux。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:29386
    • 提供者:LUCK
  1. reader_writer

    0下载:
  2. 读者-写者问题的读写操作限制(包括读者优先和写者优先) 写-写互斥:不能有两个写者同时进行写操作 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred) Write- write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1809
    • 提供者:JK
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com