搜索资源列表

  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open(\"n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.08kb
    • 提供者:华羿
  1. The C Programming Language-C语言详解英文版

    0下载:
  2. 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arith
  3. 所属分类:其它文档

    • 发布日期:2010-12-25
    • 文件大小:557.26kb
    • 提供者:wukoo0901@qq.com
  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("na
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:9kb
    • 提供者:华羿
  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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:牛志强
  1. ceph-0.13.tar

    0下载:
  2. 分布文件系统 Ceph是基于California大学存储系统研究中心研究成果的LGPL项目-v0.13 released We’ve made a v0.13 release. This mostly fixes bugs with v0.12 that have come up over the past couple weeks: * [ku]lcient: fix sync read vs eof,
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-11-27
    • 文件大小:3.9mb
    • 提供者:whoami
  1. clock

    0下载:
  2. 实验二 同步与异步write的效率比较设置输入缓冲区时需要知道输入文件的长度。除了使用系统调用stat外,更简单的方法是利用lseek的返回值来获取文件的长度。在按每一个给定大小的输出缓冲区计算写文件时间时,应当在开始写之前调用times(),记录下开始时间,然后在整个输入缓冲区都复制到输出文件之后,再调用times(),两次调用times()的时间间隔,就是在这个给定大小的输出缓冲区的限制下,复制整个输入文件所耗费的写时间。-Expe
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-11-27
    • 文件大小:37kb
    • 提供者:林素素
  1. linuxsharememory

    0下载:
  2. linux共享内存,mmap,lseek-linux share memory,mmap,lseek
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:rockman1982
  1. minifs

    0下载:
  2. The Mini Filesystem POSIX example demonstrates the implementation of a POSIX interface to a simple filesystem style device. The mini filesystem is stored in a single file on the host and POSIX I/O functions such as o
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-11-27
    • 文件大小:7kb
    • 提供者:zscd
  1. lseek.c

    0下载:
  2. linux系统编程lseek函数的实现,偏移操作-linux system programming lseek function implementation, offset operation
  3. 所属分类:系统编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:SHIJY
  1. iocaozuo

    0下载:
  2. 简要说明了read,write,lseek函数的功能,同时还有说明呢-it describe lseek and read and write function
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:刘奇
  1. printlist

    0下载:
  2. lseek system call emulation for 4.2BSD and BRL PDP-11 UNIX. -lseek system call emulation for 4.2BSD and BRL PDP-11 UNIX.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:knmgsou
  1. app2

    0下载:
  2. open打开方式.lseek(fd,200,SEEK_SET);//从文件头往后面偏移200个字节(Open open.Lseek (FD, 200, SEEK_SET); / / from the file header behind 200 byte offset)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:句与句
  1. 3.1-lseek

    0下载:
  2. the use of lseek in linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-27
    • 文件大小:3kb
    • 提供者:ick

源码中国 www.ymcn.org