搜索资源列表
student
- 一个关于结构体数据的文件读写操作实例. linux/c
FileSystem
- 文件系统 通过程序模拟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
file
- 实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
eg
- linux下文件的读写操作 linux下文件的读写操作-linux operating under linux to read and write files under the document to read and write operation
testfs
- testfs: 文件系统测试代码,特别适合于嵌入式系统分区和文件系统性能测试,基于linux开发,对每个文件读写拷贝等操作都有精确时间统计-testfs: test tools for embeded file system
SMS_Xml
- 对linux tinyxml 类库的封装,对开发对xml文件读写等操作的程序员有指导意义。-xml program
filesystem
- 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
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
cfg
- 源文件:读、写操作配置文件的库,非常方便-C language: a extend libary source for config on linux。
linux_file
- linux实验_文件操作:创建文件,打开文件,读文件,写文件以及设置和查看文件类型等操作- file operations
linux_device_driver
- 对于linux设备驱动简单的读写操作。这个程序只是展示了驱动程序的一点特性。没有涉及到具体硬件和设备文件管理系统-Simple linux device driver for reading and writing. This program only shows drivers that feature. Not related to the specific hardware and device file management system
driver
- 这事一个linux系统下面的字符驱动程序,用户通过装载驱动以及添加设备文件,能够模拟一个字符设备进行读写操作!-This system, the following characters in a linux driver, and add users to load the device driver files, to simulate a character device for reading and writing!
111
- linux下的管道应用,此为命名管道,能够实现文件的读写操作-Under Linux piping applications, this is named pipe, can realize the file has read and write operations
QT-file
- QT文件读写操作 读文件 写文件 -QT file
rwtool
- 简单的读写工具,支持多参数,对文件和设备进行读写操作-Read and write simple tool that supports multiple parameters, read and write documents and equipment
Rowboat
- 划艇租用系统,包含文件读写操作。涵盖划艇的租用、结算、价格管理、数据统计等功能。-Canoe hire system, including file read and write operations. Lease covering rowing, clearing, price management, statistics and other functions.
file.tar
- linux下文件读写,通过对文件的读写操作,加深对linux下系统调用的理解-the function of write and read on linux
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
day05
- c语言程序、文件加密、解密操作,C语言配置文件操作,文件读写、修改操作(C language program, file encryption and decryption)
LinuxProbe
- Linux 就该这么学原版图书,本书基于红帽RHEL系统编写,且内容通用于CentOS、Fedora等系统。本书共分为20章,内容涵盖了部署虚拟环境、安装Linux系统;常用的Linux命令;与文件读写操作有关的技术;使用Vim编辑器编写和修改配置文件;用户身份与文件权限的设置;硬盘设备分区、格式化以及挂载等操作;部署RAID磁盘阵列和LVM;firewalld防火墙与iptables防火墙的区别和配置;使用ssh服务管理远程主机;使用Apache服务部署静态网站;使用vsftpd服务传输文件;