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

搜索资源列表

  1. 1_2195

    0下载:
  2. 从dos下装载内核,运行。AA为工具软件,它在当前目录下读取Image文件,去掉前面的bootsect和setup程序,仅剩下内核 main.c和loader.asm为主程序文件。-under loading kernel operation. AA software as a tool, it in the current directory Image read documents, the front page bootsect and setup procedures, leavin
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:80386
    • 提供者:刘兴
  1. DISK.rar

    0下载:
  2. C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4260765
    • 提供者:陈观民
  1. UnderMP3Cover-1.1.tar

    0下载:
  2. 在Linux/Unix环境下运行,通过mp3格式的文件作为载体进行信息的隐藏及信息的提取。包括所有的C语言程序。 -This program allows you to hide a file within a specified mp3 and read it back.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:97930
    • 提供者:陈松
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:35121
    • 提供者:ZHANG
  1. 5examplesofLinux-c

    0下载:
  2. 简单的字符设备驱动程序mydriver.c、用mmap()来读取/etc/passwd 文件内容、mutex的使用实例、condition virable的使用实例、semaphore的使用实例-A simple character device driver mydriver.c, using mmap () to read/etc/passwd file content, mutex the use of examples, condition virable the use of exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:8505
    • 提供者:王超然
  1. who1.c

    0下载:
  2. who命令的具体实现,方法见原代码注释 /*who1.c - for a first version the who programe * open,read UTMP file,and show resulets -/*who1.c- for a first version the who programe * open,read UTMP file,and show resulets */
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:903
    • 提供者:瀑布
  1. DecodeMagStripe

    0下载:
  2. Decoding the signal from magnetic stripe card or ticket using just a simple magnetic head connected to a microphone jack. Recording an audio WAVE file, and then this information can be decoded by the 2 programs included. First program dab.c deco
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:7829
    • 提供者:jojoland
  1. DirMonitor.tar

    1下载:
  2. 1、程序遵守某一 License 2、程序用 C/C++编写,能通过 auto configure 进行配置、编译和安装,程序运行 在 Linux 上。 3、程序源码包以.tgz 或 tar.gz 方式提交。 4、程序有相关使用说明文档,如 Readme 等。 5、一旦该程序发现指定监视的目录中有文件或目录的变化,就将这些变化记录 到日志文件中,并实时输出至远程监控机的控制台上。 6、该程序有一个配置文件,服务启动时读取该配置文件,该程序也可以通过命 令行启动,此
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:85294
    • 提供者:俞强
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5305
    • 提供者:王跃
  1. lab3

    0下载:
  2. The subject of this programming assignment is using Linux/UNIX system calls dealing with processes and pipes.-The subject of this programming assignment is using Linux/UNIX system calls dealing with processes and pipes. You are to write a C pro
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-29
    • 文件大小:1885
    • 提供者:ChuChu
  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. libssh-0.5.2.tar

    0下载:
  2. libssh的开发政策的要求作出了贡献 根据贡献的个人,而不是一个企业的版权, 版权。 为建立这一政策的一些原因: *个人版权在美国的一个简单的著作权登记 的过程。 *如果是个人而不是公司的版权,libssh 有关执法和版权保护的决定,更 可能,在该项目的利益,而不是在利益 任何公司的股东。 *如果我们需要重新许可的部分代码,联系个人 这样做的权限是比联系公司容易得多。-1* Why ? -_-_-_-_-_
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:317336
    • 提供者:wangguosheng
  1. we

    0下载:
  2. 在Linux环境下,实现文本单词的替换并通过Makefile实现自动编译。-Open a txt format file as input. You can create a simple testing file in English by yourself. Read each line in the file and do the following items at same time(case sensitivity). a) change al
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4202
    • 提供者:FaLeFengLe
  1. gtp_test

    1下载:
  2. 是一个简单的,验证GTP协议数据包长度和识别GTP信令的简单C程序,只验证了GTP信令的Create PDP Context request 和Create PDP Context response以及GTP数据的TCP的东西。从CAP文件读数据,输出csv文件。-Is a simple, simple C program to verify that the GTP protocol data packet length and identification of GTP signaling,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:3490
    • 提供者:rainstone
  1. LINUX

    0下载:
  2. 1. 在Linux系统中,以 文件 方式访问设备 。 2. Linux内核引导时,从文件 /etc/fstab 中读取要加载的文件系统。 3. Linux文件系统中每个文件用 i节点 来标识。 4. 全部磁盘块由四个部分组成,分别为引导块 、专用块 、 i节点表块 和数据存储块。 5. 链接分为: 硬链接 和 符号链接 。 6. 超级块包含了i节点表 和 空闲块表 等重要的文件系统信息。 7. 某文件的权限为:d-rw-_r--_r--,用数值形式表示该权限,则该八进制数
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:18471
    • 提供者:刘涛
  1. oooo

    0下载:
  2. 设有进程A、B、C,分别调用过程get、copy、put对缓冲区S和T进行操作。其中get负责从文件F_in中把数据块读入并输出缓冲区S,copy负责从S中提取数据块并复制到缓冲区T中,put负责从缓冲区T中取出信息存入到本地文件F_out中。实现get、copy、put的操作过程。-A process A, B, C, respectively, calling procedure get, copy, put the buffer S and T to operate. Which get
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:11373
    • 提供者:文婷
  1. read_bb_file

    0下载:
  2. read_bb_file.c --- read a list of bad blocks from a FILE.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:ramingzue
  1. fileOperate

    0下载:
  2. c文件操作,随机不定时写入固定格式数据到文件,然后读取文件数据输出数据块个数-c file operations, random timed write fixed format data to a file, and then read the file data output number of data blocks
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:李卫
  1. pngpread

    0下载:
  2. pngpread.c - read a png file in push mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6726
    • 提供者:vrseixw
  1. SkDropShadowImageFilter

    0下载:
  2. pngrutil.c - utilities to read a PNG file.The caller can turn off the warning by passing NULL.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:33193
    • 提供者:qonmiuson
« 12 »
搜珍网 www.dssz.com