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

搜索资源列表

  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. 在Unix下用C编写类Windows菜单

    0下载:
  2. 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8997
    • 提供者:建文
  1. LinuxOperatingSystemCLeading

    0下载:
  2. linux操作系统下c语言编程入门 整理编写:007xiong 原文:Hoyt等 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:56810
    • 提供者:郑翠花
  1. FTP

    2下载:
  2. 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-11-21
    • 文件大小:2729127
    • 提供者:tzy
  1. Linuxprogram

    0下载:
  2. linux下c编程指南,包括创建进程,文件操作,时间概念,信号处理函数,进线程通信,以及linux下c编译器-c under linux Programming Guide, including the establishment of processes, file operations, the time the concept of signal processing functions, into the threads of communication, as well as linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:65932
    • 提供者:lijiachang01
  1. Linux

    0下载:
  2. 第一章 基础知识 ……………………………………………………………………………4 第二章 进程介绍 …………………………………………………………………………10 第三章 文件操作 …………………………………………………………………………17 第四章 时间概念 …………………………………………………………………………27 第五章 信号处理 …………………………………………………………………………31 第六章 消息管理 …………………………………………………………………………39
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:510675
    • 提供者:aww
  1. Coperfile

    0下载:
  2. 文件是程序设计中一个重要概念。所谓“文件”一般指:存处在外部介质上数据的集合。C对文件操作-Program design document is an important concept. The so-called
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4943
    • 提供者:tianranchen
  1. rfid

    1下载:
  2. 本程序中有main.c、rfid.h、rfid.c、tty.h、tty.c和makefile六个文件,是在嵌入式linux平台下通过串口对rfid读写器进行操作的源码。-This procedure in main.c, rfid.h, rfid.c, tty.h, tty.c and six documents makefile is in the embedded linux platform through serial rfid reader of the source to opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3269
    • 提供者:kevin Tan
  1. linuxC

    0下载:
  2. linux下的C语言编程入门 目录介绍 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍 -linux under the direc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:63038
    • 提供者:yiliang
  1. sourcemk

    0下载:
  2. linux下利用c实现的将wav文件分割的小程序,只能够简单分割,对于想学习linux对文件操作的朋友有帮助~-under linux will use c to achieve a small wav file segmentation procedure can only be a simple division, want to learn linux for file operations on friends to help ~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:975
    • 提供者:瓶盖
  1. LinuxShellCprogramming

    0下载:
  2. Linux C编程技术: lect01 Linux 介绍 lect02 Linux 安装 lect03 Linux 基础 lect04 Linux Shell介绍 lect05 Linux 进程控制 lect06 Shell编程_变量 lect07 Shell脚本编程 lect08 Linux下C语言编程简介 lect09 文件操作 lect10 Linux下的多进程编程 lect11 Linux 信号 -Linux C programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:10740233
    • 提供者:方朝辉
  1. cfg

    0下载:
  2. 源文件:读、写操作配置文件的库,非常方便-C language: a extend libary source for config on linux。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:29386
    • 提供者:LUCK
  1. file

    0下载:
  2. linux下的文件操作,使用linux文件相关命令,可与C语言的文件操作形成对比!-linux file under the operation, use linux file-related commands, with C language file operations in contrast!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6881
    • 提供者:suting
  1. linux-mycp

    3下载:
  2. 实现文件复制:完成一个目录复制命令,包括目录下的文件和子目录。学习和掌握操作系统中与文件操作相关的概念,并使用系统提供的API编程实现。-Implementation file: a directory to complete the copy command, including the directory files and subdirectories. Learn and master the operating system and file operation related con
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-04-17
    • 文件大小:2048
    • 提供者:daibin
  1. file_manage.c

    0下载:
  2. 模拟linux文件管理,可以实现基本的文件操作,如添加文件,删除文件等-Linux file management simulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:5693
    • 提供者:贺东
  1. c-open

    0下载:
  2. linux操作系统下,c库函数实现文件操作之(1)-Linux operating system, the c library functions file operations of (1)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:714
    • 提供者:matao
  1. c-copyFile

    0下载:
  2. linux操作系统下,c库函数实现文件操作之(2)-Linux operating system, C library functions file operations, (2)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:595
    • 提供者:matao
  1. led_drv.c

    0下载:
  2. 安卓系统下应用程序操作gpio的驱动文件(Android operation GPIO drive file)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:hdhhh
  1. day05

    0下载:
  2. c语言程序、文件加密、解密操作,C语言配置文件操作,文件读写、修改操作(C language program, file encryption and decryption)
  3. 所属分类:Linux/Unix编程

  1. ucenter

    0下载:
  2. 通过主进程的分发机制一次下发指定数目文件至子进程,子进程进行文件操作取文件内容进行后面的需求操作.(Through the main process distribution mechanism, send a specified number of files to the sub process at a time, the child process file operations, take the file content for the latter needs operations
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:36864
    • 提供者:萧凌烟
« 12 3 4 »
搜珍网 www.dssz.com