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

搜索资源列表

  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:68.06kb
    • 提供者:刘忠
  1. 402_01

    0下载:
  2. CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the \"curses\" library. CForms uses a language-based design to define forms.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:333.75kb
    • 提供者:李凤杰
  1. sendip.c

    0下载:
  2. 经过修改的sendip结构,可以结合发送选择以太网的类型发送-Sendip modified structure, can be combined to send to choose the type of Ethernet Send
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5.61kb
    • 提供者:王培新
  1. unixC

    0下载:
  2. 因为在C语言草创的年代,UNIX是最好的大型机系统。后来又用C语言重写了UNIX代码。 时至今日,UNIX和它的各种发展型仍然是最好的大型机系统。C语言也是最好的底层开发语言之一。 -Since all by himself at the age of C language, UNIX mainframe systems are the best. Later, using C language to rewrite the UNIX code. Today, UNIX and it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.95kb
    • 提供者:柳益君
  1. LINUX1.0

    0下载:
  2. 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:郭子
  1. serial

    0下载:
  2. 通讯接口类的封装,适用于C/C++,为了通用性,用标准C封装,稍作修改可封装成类,简单好用-Communication interface of the package type for C/C++, for general use standard C package, with some slight modifications can be packaged into a class, easy-to-use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.76kb
    • 提供者:daiyuanhui
  1. udpbroadcast

    0下载:
  2. 基于UDP网络广播,实现了基本的广播功能,运行平台式qt4.3.0,语言为c语言-UDP-based Internet radio, radio to achieve the basic function, running, platform type qt4.3.0, language c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:72.9kb
    • 提供者:xuying
  1. DisplayString

    0下载:
  2. 包含MIB源文件以及相应C、H文件。实现DisplayString类型的GET和SET功能。供初学者参考-Contains the MIB source file and the corresponding C, H file. Achieve DisplayString type GET and SET functions. Reference for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3.47kb
    • 提供者:john
  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5.08kb
    • 提供者:王涛
  1. typeof.c

    0下载:
  2. Type of operator. This is full descr iption about type of operator which is important in Linux Kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:742byte
    • 提供者:Pramod
  1. Makefile

    0下载:
  2. 本文介绍了Unix/Linux平台上如何编写Makefile来自动编译C/C++。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为 makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 -This article describes the Unix/Linux platform, how to write a Ma
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:62.05kb
    • 提供者:yyrong
  1. cqual-0.991.tar

    0下载:
  2. 一个很好的程序分析工具,支持刘敏感分析。采用类型推断和约束求解的方法,代表了一种程序分析的流派。在PLDI上发表过文章! -Cqual is a type-based analysis tool that provides a lightweight, practical mechanism for specifying and checking properties of C programs. Cqual extends the type system of C with extra use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1.14mb
    • 提供者:保密
  1. oneself

    0下载:
  2. 本书在详细分析操作系统原理的基础上,用丰富的实例代码,一步一步地指导读者用C语言和汇编语言编写出一个具备操作系统基本功能的操作系统框架。本书不同于其他的理论型书籍,而是提供给读者一个动手实践的路线图。书中讲解了大量在开发操作系统中需注意的细节问题,这些细节不仅能使读者更深刻地认识操作系统的核心原理,而且使整个开发过程少走弯路。全书共分7章。-This book analyzes in detail the basis of the principle of the operating syste
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:21.48mb
    • 提供者:杨剑
  1. How_to_Write_makefile

    0下载:
  2. makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:421.66kb
    • 提供者:mall
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:liyi
  1. type-test

    0下载:
  2. GLIB - Library of useful routines for C programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:1.47kb
    • 提供者:liecengpui
  1. My_C_OBJ_QA

    0下载:
  2. I have contributed 40 objective type c questions written as source code. Which will be helpful in learning C.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:5.84kb
    • 提供者:Rocky
  1. type

    0下载:
  2. type.c, System type for NEC VR4100 series.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:xrgwzei
  1. vararg-non-pod

    0下载:
  2. expected-warning{{cannot pass object of non-POD type C through variadic function call. -expected-warning{{cannot pass object of non-POD type C through variadic function call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.29kb
    • 提供者:herimj
  1. as6313_linux_driver

    0下载:
  2. 支持TYPE-C耳机的驱动IC驱动源码,小米6,小米6 PLUS手机已具备此功能(Support TYPE-C headset driver code, has been used in Millet 6 mobile phone)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:15kb
    • 提供者:文大咖
« 12 3 »
搜珍网 www.dssz.com