CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - file 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
    • 文件大小:3.93kb
    • 提供者:李琳
  1. c语言深入学习必备参考例子

    0下载:
  2. 文件名:c语言深入学习必备参考例子 很多经典的c例子:高级的宏定义,深奥的c内存操作,灵活的字符串操作,还有流操作,-File Name : c-depth language learning essential source of many examples of classic example c : Acer High definition esoteric c memory operation, flexible string manipulation, and flow opera
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:152.13kb
    • 提供者:张维成
  1. DOS文件格式转化为UNIX文件格式的C程序

    0下载:
  2. DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:孙忠裴
  1. file

    0下载:
  2. 文件模板生成器,一个可以生成规格化c,cpp,makefile,shell等文件的脚本,相当不错,我修改了一下自用。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:huang
  1. playback.c

    0下载:
  2. ALSA用户空间语言播放程序,使用管道即可。同时亦可设置为读取文件。-ALSA user-space language player, you can use the pipeline. At the same time can be set to read the file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1.09kb
    • 提供者:y
  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
    • 文件大小:4.06mb
    • 提供者:陈观民
  1. rtc.c.tar

    0下载:
  2. 6410RTC驱动程序。。6410以新一代ARM11内核。支持linux操作系统。文件为6410下RTC驱动程序。-6410RTC driver. . 6410 to a new generation of ARM11 core. Support the linux operating system. File for the 6410 drivers under the RTC.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:3.98kb
    • 提供者:youqun
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3.76mb
    • 提供者:xc
  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
    • 文件大小:2.6mb
    • 提供者:tzy
  1. udpsocket

    0下载:
  2. linux下c语言的udp通讯小代码。。。不到1k,上去不了,日!加个md5的代码在里面,可以无视-c under linux language small code udp communication. . . Less than 1k, can not go, Japan! Md5 add the code inside, you can ignore the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:2.36kb
    • 提供者:丁麟翔
  1. C-Playwav-latest

    0下载:
  2. 使用SDL播放wav音频文件,内附编译步骤,在FC上测试通过-Using SDL to play wav audio file, enclosing the compiler steps through the FC test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:323.4kb
    • 提供者:小云
  1. cppcheck-1.30.tar

    0下载:
  2. cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:130.55kb
    • 提供者:jmskhng
  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
    • 文件大小:61.56kb
    • 提供者:yiliang
  1. TEMP

    0下载:
  2. TEMP:包括两个小工程程序,hello和henit。 工程:不止一个源文件的程序。 eg:WIN-TC不支持工程,只能运行一个源文件(C文件)+若干头文件的程序。-TEMP: consists of two small works procedures, hello and henit. Project: more than one source file. eg: WIN-TC does not support the project, only to run a source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2.39kb
    • 提供者:shaofeng
  1. wifi_8686_driver

    0下载:
  2. Host Platform: Intel Zylonite-LV (Kernel 2.6.12) with PC running Linux Slackware 10.1 (kernel 2.6.15) installed as NFS (kernel 2.6.12). Tested HW: · SOC/RF chipset: 88W8686 B1 Systems Software Modules: · SDIO8686 Driver o Binary .ko file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:332.07kb
    • 提供者:william Li
  1. c--.h.tar

    0下载:
  2. Lex and Yacc file. Neccessary c minus file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:944byte
    • 提供者:robmind
  1. file-3.33.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:148.21kb
    • 提供者:lwj
  1. file-3.22-src.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:74.54kb
    • 提供者:lwj
  1. cmd_yaffs.c

    0下载:
  2. 基于TQ2440的编译Uboot镜像的源码,支持大于64M的文件系统烧写。(在天嵌自带的光盘Uboot源码u-boot-1.1.6_20100601.tar.bz2的Common下增加此代码,并修改相应的Makefile,得到Uboot镜像就可以支持大于64M的文件系统烧写。烧写时在命令行模式下loadYaffs 0x30000000 root)-Based on the support of more than 64M TQ2440 file system programming of Ubo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-01-29
    • 文件大小:3.7kb
    • 提供者:安丽
  1. xerces-c-3.1.4.tar

    0下载:
  2. xml解析器xerces-c-3.1.4.tar.gz压缩文件(XML parser xerces-c-3.1.4.tar.gz compressed file)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:6.67mb
    • 提供者:风扬
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com