-
-
compareeffic.rar
程序从标准输入读入数据输出至指定输出文件,并根据输入的要求同步写或异步写。
此程序的主体在于read和write函数的配合使用以实现将从输入文件读入的数据复制到输出文件。
-
GetHost.rar
This a program which can read information from a web server.
* @version 1.0 2000/01/01
* @author jdeveloper
-
-
Linux_driver_designe.rar
Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间
建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设
备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设
备驱动程序,可以深入理解Linux系统和进行系统开发
-
TCL_learning.zip
... , puts, flush, switch, lindex,
gets
file_copy.tcl
-------------
This script asks the user to enter a source file, a destination file and copies
the source file in the destination file.main commands used: puts, gets, read, seek, open, close.
-
SQCOMM51.rar
51串行令牌格式 a51编译
Read data from serial port
and write into buffer DPTR pointed in XRAM if a data frame is
received and calculate the check sum
if a information frame is received return control byte only
-
-
file_system.rar
本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。
-
rp-pppoe-3.4.tar.gz
...
You should have already done this by the time you re reading this. If not,
go back and read README.
1. Set up your Ethernet hardware
--------------------------------
First, make sure the Ethernet card you intend to use with the modem is
...
-
at25320.rar
Provide the operations include Read and Write to the AT25320A, SPI-interface EEPROM with 32k bits,ATMEL Icn.
-