搜索资源列表
Linux下C语言编程--文件操作
- 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
ext2fs.tar
- 本人写的读取ext2文件系统的程序。可以很大的帮助你理解ext2文件系统的物理布局。-I write read ext2 file system procedures. There could be a lot of help you understand ext2 file system of the physical layout.
like-lunix-file-systerm
- use vc++ write like lunix file systerm,it is a computer os course experiment.-use vc write like lunix file systerm. it is a computer os course experiment.
File-integrity-testing-procedures
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
file
- 实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
write
- Assembly program that creates a new file based on the input from the command-line. Usage: ./write new_file.txt
write
- 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
Linux-kernel-file-IO
- linux 2.6内核下读写文件的简单实例。-linux 2.6 kernel file read and write simple example.
how-to-write-makefile.pdf.tar
- 讲解了makefile文件的变量使用规则及其运行规则,详述了编写方法。本文中系统环境为RedHat Linux 8.0,make 的版本是 3.80。 -Variables explained the makefile file to run using the rules and regulations, detailing the preparation method. System environment in this article is RedHat Linux 8.0, mak
UNIX-FILE-SYSTEM
- MFC实现的模拟UNIX小型文件系统 具有一些UNIX中常见的简单功能。-a UNIX FILE SYSTEM write in MFC
Read-and-export-files
- 使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。 要求: 具有良好的交互性 使用者可输入源文件和目的文件的路径和文件名。 具有完善的错误处理机制 针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。 在Linux操作系统上调试并运行 -Use of system calls, using a program written in C or C, to achieve the following functions:
Linux-file-locked
- linux文件读写及上锁,可以在linux系统交叉编译环境下,进行验证。-linux file locked.Read and write.
for-linux-file
- 可以用于学习在linux环境中是如何编写文件操作的例子,里面有各种文件操作编程例子。-Can be used to study examples of how to write file operations in a linux environment, there are a variety of file operations, programming examples.
read-file--modify
- 文件读写,定时监测文件是否被更改,若更改,程序重启-File read and write regularly monitored file is changed, if changes to the program to restart
file-system
- linux系统上的简单文件系统的实现,有创建、删除目录和文件以及读写文件等基本操作-simple file system create,delete dir and files read and write files
file.tar
- linux下文件读写,通过对文件的读写操作,加深对linux下系统调用的理解-the function of write and read on linux
fmc-write-eeprom
- The file= is like the generic gateware= used elsewhere. -The file= is like the generic gateware= used elsewhere.
fake_audio_device
- Write a contiguous region of data blocks a file. -Write a contiguous region of data blocks a file.
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
file
- 在Linux系统中,以c语言实现文件复制功能,涉及到有关文件操作的write和read函数的应用。(Implement file copy function under Linux)