CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 文件操作

搜索资源列表

  1. PhoneBook

    0下载:
  2. 可以在LINUX下运行的一个控制台程序,通过文件操作实现链表的添加、查找等功能-A console program(can run under Linux), Includes file operations、SqlList adding 、finding and some other functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4805
    • 提供者:周凯
  1. Linux

    0下载:
  2. linux的相关操作以及应用内容详细,压缩文件里面包括本人总结的笔记等。-linux operating and application related to detailed, including compressed files which I have summarized the notes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7385126
    • 提供者:xiong
  1. gd-2.0.35RC1.tar

    0下载:
  2. 详细说明:Linux/Unix下的绘图函数库(Graphic Drawing Library),支持JPG、PNG、BMP等多种输出格式,可直接对已有的图象文件进行操作,使用手册在压缩包中-Linux/Unix graphics library (Graphic Drawing Libr ary), support JPG, PNG, BMP and other output format, directly to the image files already operate, the us
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1272154
    • 提供者:sfx
  1. Linux

    0下载:
  2. linux命令文件,很适合新手操作linux系统的学习最佳帮助文档-linux command file, linux operating system is suitable for beginners to learn the best help documentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:359150
    • 提供者:shy
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. Linux-driver-development6

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第6章、字符设备驱动。在Linux设备驱动中,字符设备驱动较为基础。本章主要讲解Linux字符设备驱动程序的结构及其主要组成部分的编程方法。6.1节讲解了Linux字符设备驱动的关键数据结构cdev及file_operations结构体的操作方法,并分析了Linux字符设备的整体结构,给出了简单的设计模板。6.2节讲解了本章及后续各章所基于的globalmem虚拟字符设备,第6~9章都将基于该虚拟设备实例进
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:447330
    • 提供者:华清远见
  1. file-operation

    0下载:
  2. linux下的文件操作命令,打开关闭文件-file operation command,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1727
    • 提供者:张堪
  1. Linux_Socket_Programming_Example

    0下载:
  2. 该程序工程包含了Linux系统下主要的socket通信程序,从最基本文件操作,到TCP/IP通信,是很具有实践价值的程序。-The program works under Linux system contains a main socket communication program, from basic file operations to the TCP/IP communication, is very practical value of the program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:180683
    • 提供者:林永奔
  1. inisupt

    0下载:
  2. linux C程序中的相关文件操作。linux C程序中的相关文件操作-linux C program related to file operations. linux C program related to file operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:681
    • 提供者:huyidao
  1. Linux-copy

    0下载:
  2. 自己总结了三种Linux机器间文件目录拷贝的操作方法。-Three Linux file directory copy operation between the machine
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:75249
    • 提供者:
  1. linuxaboutfile

    0下载:
  2. 文件操作关于linux的所有命令,可以方便查找-All file operations on the linux command, you can easily find
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:7299
    • 提供者:liumingyang
  1. file_manage.c

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

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

    0下载:
  2. OS实验:文件操作与管理 模拟Linux命令对文件进行操作和管理。 Open、Close、Delete等命令-OS experiment: file operations and management Analog Linux command to operate and manage the files. Commands such as Open, Close, Delete,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:961026
    • 提供者:虚静夜
  1. fs

    0下载:
  2. 简单模拟linux文件系统,由用户登录后进行操作,是很多高校OS课程设计偏爱的题目。-file system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:4208
    • 提供者:albert z
  1. sound

    0下载:
  2. linux 音頻/dev/dsp文件操作 初學不知道為什麼功能實現不了-/dev/dsp operation
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:995
    • 提供者:ljk186
  1. linux--from-entry-to-the-master

    0下载:
  2. Linux是目前增长最迅速的操作系统。《Linux从入门到精通》由浅入深、循序渐进地向读者介绍Linux的基本使用和系统管理。全书内容包括Linux概述、Linux安装、Linux基本配置、桌面环境基本操作、Shell基本命令、文件和目录管理、软件包管理、磁盘管理、用户与用户组管理、进程管理、网络配置、浏览网页、收发邮件、文件传输和共享、远程登录、多媒体应用、图像浏览和处理、打印机配置、办公软件的使用、Linux编程工具、Shell编程、服务器基础知识、Apache服务器、vsftpd服务器、S
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7651220
    • 提供者:天天
  1. Linux

    0下载:
  2. 01:《01_GPRS模组介绍》 主要介绍GPRS模组。 02:《AT指令集介绍》 主要是介绍AT指令 03:《03_pc机AT指令练习》 主要介绍 电话短信及上网业务 AT指令,及其操作过程。 04:《多功能手机制作》 主要讲解 TFT LED UART 输入法等使用。 05: 《05_所需代码》 文件夹里是一些项目中用到的程序代码,具体说明参考里面的《代码说明》文档。 06: 《06_答案代码》 是本项目的答案代码 07:《07_项
  3. 所属分类:Linux Network

    • 发布日期:2017-06-08
    • 文件大小:15645784
    • 提供者:王海龙
  1. LINUX-driver-interface-programming

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过学习和分析设备驱动程序,更深入理解Linux系统设备驱动开发。-Linux system, device drivers are an important part of the operating system kernel, and a standard abst
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:497588
    • 提供者:飞幅度
  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-04-01
    • 文件大小:595
    • 提供者:matao
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com