CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - linux C c

搜索资源列表

  1. CUnit-2.1-0-src.tar.gz

    0下载:
  2. linux 下 C程序单元测试,可以实现交互模式和静态模式,并可以生成xml测试结果显示文档,linux C unit test
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:614.03kb
    • 提供者:刘敏
  1. zh_CN

    0下载:
  2. Linux下开源数控系统控制软件EMC2的汉化软件包,内有四个汉化文件,可将软件界面汉化-Under the open-source Linux software, EMC2 CNC system control of the finished package, which has four finished documents can be software interface localization
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:35.93kb
    • 提供者:ayk1985
  1. cd-LINUX-C-language

    0下载:
  2. LINUX C编程实战这本书附带光盘的原代码,以及一些附带文件-LINUX C Programming actual CD-ROM attached to this book
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:8.43mb
    • 提供者:雪宁
  1. menu_win.c.tar

    0下载:
  2. linux平台下利用ncurse库菜单实例程序-Demo of windows associated with menus
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.16kb
    • 提供者:风语者
  1. linux

    0下载:
  2. linux下的c语言编程的一些例子,很实用哦,都是很基础的如文件读写、管道通信等-c language programming under linux some examples, very practical Oh, are all based, such as file reading and writing, communication channels
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:60.92kb
    • 提供者:小小鸟
  1. linux-2.6.14-for-skyeye.tar

    0下载:
  2. skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final
  3. 所属分类:Other systems

    • 发布日期:2017-10-30
    • 文件大小:45.02mb
    • 提供者:李新
  1. FrameC_V0_4

    0下载:
  2. 1. 这是对之前MyOOCFwV1_0(http://www.pudn.com/downloads229/sourcecode/middleware/detail1079540.html)的完善,解决了之前的bug 2. 新添源码(src目录下):CharString、链式栈、链式队列、先序二叉树 3. 新添测试代码,放在test目录下 4. 运行环境:Linux + Eclipse IDE for C/C++ Developers-1. This is the improved v
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:33.08kb
    • 提供者:
  1. Linux

    0下载:
  2. Linux下命令行实用程序(快速创建后缀为.h或.c文件框架)-Linux create head file or c file to quckily
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5.57kb
    • 提供者:sunrier
  1. tarena-C

    0下载:
  2. 达内课堂代码c基础代码,挺好的,Linux下的C,挺牛的-Up to within classrooms code c code base fine under Linux, C, cattle
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1.44mb
    • 提供者:cc
  1. Linux-C-develop-book

    0下载:
  2. linux c开发技术大全,linux下c语言开发进阶-linux c development technology Daquan
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3.57mb
    • 提供者:刘继超
  1. 开机音

    0下载:
  2. 实现Linux开机声音的配置,主要实现开机声音的大小控制以及类型的选择,查看此程序请用simuosc打开即可进行编辑运行。(Linux boot sound configuration, mainly to achieve the size of the boot sound control, and type selection, view this program, please open with simuosc, you can edit operations.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:249kb
    • 提供者:Dangbingjoe
  1. mp3_prj

    0下载:
  2. c/c++编写的音乐播放器,可在linux下直接运行,命令行操作。交叉编译后可直接移植到其他平台!(C/c++ prepared by the music player, can be run directly under Linux, command line operations. Cross compiling can be ported directly to other platforms!)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:116kb
    • 提供者:dingmz90
  1. nsga2-v1.1

    0下载:
  2. nsga算法在linux上的C程序,多目标优化程序。官方原版(NSGA algorithm on the Linux C program, multi objective optimization program. Official original)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:27kb
    • 提供者:Mr.Designer
  1. protobuf-2.5.0.tar

    0下载:
  2. google protobuf 2.5版本的源码包(google protobuf 2.5 source code for linux c++.)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:2.29mb
    • 提供者:baggio10
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41kb
    • 提供者:零下10度C
  1. linux-c-api-ref

    0下载:
  2. linux-c-api-ref 学习Linux平台下的,c语言的一些api(Linux-c-api-ref Learning some API in the C language on the Linux platform)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1.42mb
    • 提供者:二狗紫
  1. linux系统编程

    0下载:
  2. linux系统编程资料(包括个人总结的笔记和比较有用的参考资料)(Linux system programming data (including notes of personal summary and useful reference materials))
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:5.82mb
    • 提供者:小伟2018
  1. linux grep命令

    0下载:
  2. linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:21kb
    • 提供者:hhhhhhsss
  1. linux qudong jiaocheng pdf

    0下载:
  2. linux驱动程序开发教程.pdf文件,里面详细描述了如何用c/c++来写linux驱动程序(Linux driver tutorials)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9.55mb
    • 提供者:haha258654
  1. 轻松学用Linux编程

    0下载:
  2. c语言学习(c program study)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3.36mb
    • 提供者:tsh326
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com