搜索资源列表
Linux_driver_designe
- Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间 建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设 备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设 备驱动程序,可以深入理解Linux系统和进行系统开发-Linux system, device drivers operating system kernel is an important component, the equipme
VC_Contrl_Excel
- VC直接操作Excel表格文件,包括创建、读取、写入等操作的编程实现-VC directly operated Excel documents, including creation, read, write, such as the operation of Programming
LinuxDOS
- 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 -Linux system design for a simple two file system. Re
readerwriter.cpp
- 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) w
readandwrite
- 利用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
DISK.rar
- 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
IBM-decryption-read-and-write
- IBM解密读写软件 这款软件及其重要 一般软件都不能完全读出IBM程序 而这款可以-IBM decryption software to read and write
mycp
- 使用 creat,read,write等系统调用实现在linux下文件复制命令-The use of creat, read, write, such as system calls in the implementation of the file copy command linux
sdk_tinyos
- tinyos 串口数据读写并发送-tinyos ,read /write the serial data read and send
CMos
- 吐血奉献,在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.
利用读写锁保持线程同步
- 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
ProcessMem_demo
- 直接读写进程的内存- Direct read-write advancement memory
vcexcel
- 用vc来操作excel 读取写入等功能-Vc to operate with read write excel functions
vcxml
- 用vc来操作excel 读取写入等功能 需要安装xml2.0 parser-Vc to operate with read write excel functions need to install xml2.0 parser
c++ini
- 配置读取写入修改 配置读取写入修改-Configuration read write read write modify configuration modifications
read-write
- 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
copy_file
- linux读写文件命令的应用 read函数 write函数 close函数的应用
chrdev_led_five_function
- 在友善开发板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
xml-Read
- C++写的读写XML方面的源代码,非常适合初学者研究-C++ write read write XML source code, very suitable for beginners study
uart
- 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.)