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

搜索资源列表

  1. Linux_driver_designe

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间 建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设 备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设 备驱动程序,可以深入理解Linux系统和进行系统开发-Linux system, device drivers operating system kernel is an important component, the equipme
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4075
    • 提供者:fhy
  1. VC_Contrl_Excel

    2下载:
  2. VC直接操作Excel表格文件,包括创建、读取、写入等操作的编程实现-VC directly operated Excel documents, including creation, read, write, such as the operation of Programming
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:113128
    • 提供者:许志广
  1. LinuxDOS

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 -Linux system design for a simple two file system. Re
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32255
    • 提供者:
  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. readandwrite

    0下载:
  2. 利用vc++ 实现文件的读取,写入,剪贴,复制,撤消,粘贴等功能,来源:Visual C++程序员实用大全(精华版)源代码-use vc achieve document read, write, cut-and-paste, copy, withdraw, pasting, and other functions, sources : Visual C programmers Practical Solutions (best version) source code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:59924
    • 提供者:毛毛虫
  1. DISK.rar

    0下载:
  2. C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4260765
    • 提供者:陈观民
  1. IBM-decryption-read-and-write

    2下载:
  2. IBM解密读写软件 这款软件及其重要 一般软件都不能完全读出IBM程序 而这款可以-IBM decryption software to read and write
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-17
    • 文件大小:5017911
    • 提供者:薛松
  1. mycp

    0下载:
  2. 使用 creat,read,write等系统调用实现在linux下文件复制命令-The use of creat, read, write, such as system calls in the implementation of the file copy command linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1541
    • 提供者:西风凋敝树
  1. sdk_tinyos

    0下载:
  2. tinyos 串口数据读写并发送-tinyos ,read /write the serial data read and send
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:744440
    • 提供者:陈程
  1. CMos

    0下载:
  2. 吐血奉献,在Windows XP/2000下直接读写访问端口,并演示了保存恢复CMOS信息的功能,演示了破解CMOS/BIOS密码的一种算法。基于DirectPort.dll。 并详细分析CMOS数据信息。 -direct I/O access,read and write cmos data,can save to a file and restore from a file in Windows XP/2000.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:61215
    • 提供者:宋益波
  1. 利用读写锁保持线程同步

    0下载:
  2. 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:16481
    • 提供者:none
  1. ProcessMem_demo

    0下载:
  2. 直接读写进程的内存- Direct read-write advancement memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:39225
    • 提供者:none
  1. vcexcel

    0下载:
  2. 用vc来操作excel 读取写入等功能-Vc to operate with read write excel functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:34550
    • 提供者:黄宾
  1. vcxml

    0下载:
  2. 用vc来操作excel 读取写入等功能 需要安装xml2.0 parser-Vc to operate with read write excel functions need to install xml2.0 parser
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:26848
    • 提供者:黄宾
  1. c++ini

    0下载:
  2. 配置读取写入修改 配置读取写入修改-Configuration read write read write modify configuration modifications
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:6426
    • 提供者:
  1. read-write

    0下载:
  2. 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:4058
    • 提供者:jeremy
  1. copy_file

    0下载:
  2. linux读写文件命令的应用 read函数 write函数 close函数的应用
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:742
    • 提供者:郑李鹏
  1. chrdev_led_five_function

    0下载:
  2. 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the le
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3291
    • 提供者:lifegnwei
  1. xml-Read

    0下载:
  2. C++写的读写XML方面的源代码,非常适合初学者研究-C++ write read write XML source code, very suitable for beginners study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:2209
    • 提供者:yangyang
  1. uart

    0下载:
  2. Linux上串口读写程序,首先打开串口,对其进行设置,然后产生一个子进程对子进行对串口进行读,父进程对串口进行写操作。(The demo is used for reading and writing the uart in Linux, there are two thread, the parent fork write the uart, the child thread read it.)
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com