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

搜索资源列表

  1. Linux下C语言编程--文件操作

    0下载:
  2. 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4024
    • 提供者:李琳
  1. ext2fs.tar

    0下载:
  2. 本人写的读取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.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11737
    • 提供者:刘晓强
  1. like-lunix-file-systerm

    0下载:
  2. 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.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8072
    • 提供者:yanan
  1. File-integrity-testing-procedures

    0下载:
  2. 基于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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21496
    • 提供者:Sunny kim
  1. file

    0下载:
  2. 实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:924
    • 提供者:li
  1. write

    0下载:
  2. Assembly program that creates a new file based on the input from the command-line. Usage: ./write new_file.txt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:maxphil
  1. write

    0下载:
  2. 该程序是在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:513
    • 提供者:牛志强
  1. Linux-kernel-file-IO

    0下载:
  2. linux 2.6内核下读写文件的简单实例。-linux 2.6 kernel file read and write simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3187
    • 提供者:yg
  1. how-to-write-makefile.pdf.tar

    0下载:
  2. 讲解了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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:431325
    • 提供者:
  1. UNIX-FILE-SYSTEM

    0下载:
  2. MFC实现的模拟UNIX小型文件系统 具有一些UNIX中常见的简单功能。-a UNIX FILE SYSTEM write in MFC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:65558
    • 提供者:王鑫
  1. Read-and-export-files

    0下载:
  2. 使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。 要求: 具有良好的交互性 使用者可输入源文件和目的文件的路径和文件名。 具有完善的错误处理机制 针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。 在Linux操作系统上调试并运行 -Use of system calls, using a program written in C or C, to achieve the following functions:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80027
    • 提供者:
  1. Linux-file-locked

    0下载:
  2. linux文件读写及上锁,可以在linux系统交叉编译环境下,进行验证。-linux file locked.Read and write.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3826
    • 提供者:Ricky
  1. for-linux-file

    0下载:
  2. 可以用于学习在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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8023
    • 提供者:dongmenqing
  1. read-file--modify

    0下载:
  2. 文件读写,定时监测文件是否被更改,若更改,程序重启-File read and write regularly monitored file is changed, if changes to the program to restart
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:137515
    • 提供者:刘妮
  1. file-system

    0下载:
  2. linux系统上的简单文件系统的实现,有创建、删除目录和文件以及读写文件等基本操作-simple file system create,delete dir and files read and write files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:441059
    • 提供者:杨涛
  1. file.tar

    0下载:
  2. linux下文件读写,通过对文件的读写操作,加深对linux下系统调用的理解-the function of write and read on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2472
    • 提供者:次哦三
  1. fmc-write-eeprom

    0下载:
  2. The file= is like the generic gateware= used elsewhere. -The file= is like the generic gateware= used elsewhere.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1815
    • 提供者:dbbsjt
  1. fake_audio_device

    0下载:
  2. Write a contiguous region of data blocks a file. -Write a contiguous region of data blocks a file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5827
    • 提供者:sqraiqou
  1. File-Operations

    0下载:
  2. 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3782
    • 提供者:忆昔
  1. file

    0下载:
  2. 在Linux系统中,以c语言实现文件复制功能,涉及到有关文件操作的write和read函数的应用。(Implement file copy function under Linux)
  3. 所属分类:Linux/Unix编程

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