CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - for c

搜索资源列表

  1. LiveUI

    0下载:
  2. extjs 2.0 for C#, include many GUI for asp.net 2.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3265555
    • 提供者:hanh
  1. tushuguanli

    0下载:
  2. 图书信息管理系统设计全程序 C语言开发 适合课程设计 初学者很好的学习材料-Library Information Management System-wide procedures for C-language development for curriculum design, a very good learning materials for beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:2006
    • 提供者:wyy
  1. c

    0下载:
  2. 1、 构造一个简单程序设计语言的语法。(要求以C语言为样本,根据自己对编译器设计的掌握,简化C语言的功能) 2、 选中自己熟悉的分析方法对根据“设计的程序语言”编写的原程序进行分析,输出中间代码,并解释执行生成的中间代码。 -1, construct a simple programming language syntax. (Required for C language as a sample, based on their mastery of the compiler desig
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4369
    • 提供者:李丽
  1. c-compiler

    0下载:
  2. c编译器源码,完全实现了c编译器的功能,可以做为编译器学习的参考-c compiler, source code, the full realization of the c compiler features, the compiler can be used as reference for learning
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:219919
    • 提供者:崔志伸
  1. json-c-0.9.tar

    0下载:
  2. JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使J
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:340953
    • 提供者:gbios
  1. C-Minus

    0下载:
  2. 关于编译原理的一个c减编译器,很实用,供大家学习-On the principle of a c compiled by the compiler, it is useful for them to learn from
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:2183367
    • 提供者:wu
  1. FFT

    0下载:
  2. 基于DSP的FFT算法C语言实现,程序完整可以直接使用 编译已经通过-DSP-based FFT algorithm for C language implementation, the program can be used directly to compile a complete has passed
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:94915
    • 提供者:wpyu
  1. HMM_C_LANGUAGE

    0下载:
  2. 语音识别HMM算法的C语言实现,里面有详细的注释和说明,阅读起来很容易理清程序流程和思路,函数的功能以及函数怎么调用都说的很清楚。相信对语音识别的DSP编程有很大的帮助。-HMM speech recognition algorithm for C-language implementation, which has detailed notes and instructions, read them very easy to straighten out our thinking proces
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:8002
    • 提供者:陈永恒
  1. webbrowser2

    0下载:
  2. webbrowser是给易语言写的库,源代码为C++,当然也可以给其他语言使用-webbrowser is for libraries written in easy language, source code for C++, of course, can also be used for other languages
  3. 所属分类:Windows编程

    • 发布日期:2017-03-29
    • 文件大小:372574
    • 提供者:123
  1. oci

    0下载:
  2. 用于c下的oracle开发 用于c下的oracle开发-Development under the oracle for c under the oracle for c development
  3. 所属分类:Oracle

    • 发布日期:2017-05-10
    • 文件大小:2552525
    • 提供者:silence
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13904888
    • 提供者:wang
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. C++NOTES03

    0下载:
  2. C++ is the object oriented extension of C. As for C there is an ANSI/ISO standard ( final draft 1998) for the C++ programming language. This will ensure that the C++ code is portable between computers.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:739915
    • 提供者:makku
  1. c

    0下载:
  2. 自己写的C++文件流的读取,很实用 ,自己写了好久,研究了好久 终于弄明白了,真的很不容易,传上来,供大家学习-Write your own C++ file stream to read, very practical, himself wrote a long time to study for a long time has finally figured out, really is not easy, pass up, for them to learn thank you
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:2380
    • 提供者:习永建
  1. c-kermit.tar

    0下载:
  2. c-Kermit9.0,unix上用串口传输文件的软件,由哥伦比亚大学开发,早年就在NASA里使用,学习通信的好材料-c-Kermit9.0, unix on the serial port to transfer files using the software developed by Columbia University, early NASA years in the use of good material for studying communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2381121
    • 提供者:程弓
  1. C

    0下载:
  2. 源码1为单片机编程(IIC总线程序),源码2为一个单片机例程源码3-5为c++语言编程实例-Source 1 is Microcontroller Programmer (IIC bus program), source 2 source code for a microcontroller routine 3-5 for c++ language programming examples
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:19059
    • 提供者:hzhdhz
  1. MISRA-C(cn)

    0下载:
  2. 比较完整且准确的MISRA-C文档中文版,能为嵌入式C开发提供很大的帮助。-Guidelines for the use of the C language in critical systems
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:411706
    • 提供者:vigon Zhao
  1. CERT-C-Programming-Language-Secure-Coding-Standard

    0下载:
  2. CERT C Programming Language Secure Coding Standard,卡耐基梅隆大学计算机研究中心关于安全C语言编程的标准文档,非常有学习的必要。-CERT C Programming Language Secure Coding Standard, Carnegie Mellon University computer research center on security standards for C programming language docu
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1460279
    • 提供者:vigon Zhao
  1. 2701182-slides-Misra-C-Software-Development-Stand

    0下载:
  2. Misra slides that has some introduction for the misra
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:106658
    • 提供者:macbook1234
  1. C.chm

    0下载:
  2. C语言编程宝典,有很多程序,方便初学者学习。-C language programming canon, there are many procedures for beginners to learn.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:172400
    • 提供者:王者归来
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com