CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 数据结构,c

搜索资源列表

  1. hmm的c++语言实现

    1下载:
  2. c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all the documents and h
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:7.93kb
    • 提供者:宋敏
  1. C语言模拟飞机场

    0下载:
  2. 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15.06kb
    • 提供者:赖晖
  1. My_Class

    0下载:
  2. 这是一些C++中常用的数据结构,由于是太久以前,代码风格有些乱,不过用VC编译器同一格式化后就OK了-C which is a commonly used data structures, because it was too long ago, some arbitrary code style, But with VC compiler the same format after the OK
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.94kb
    • 提供者:许志平
  1. 100cprogram

    0下载:
  2. 数据结构,c语言学习的经典源代码,快-data structure, c language learning classical source code, under the fast Lower
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:30.58kb
    • 提供者:chen
  1. 数据结构c语言程序

    0下载:
  2. 具有多种经典的数据结构算法的程序集合,完全是经过多次测试编译调试好的,可以运行的!-with a variety of classic data structures set of algorithm is completely after several tests compiler debug Yes, we can run!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:361.65kb
    • 提供者:习可伟
  1. Analysis-of-the-data-structure-and-algorithm=study

    0下载:
  2. 数据结构与算法分析学习笔记,chm电子书,讲的比较详细(含源代码)-Analysis of the data structure and algorithm study notes, chm e-book, said a more detailed (including source code)
  3. 所属分类:source in ebook

    • 发布日期:2017-03-21
    • 文件大小:60.34kb
    • 提供者:chyjp
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:283.46kb
    • 提供者:sh_xj
  1. trimaran-4.0-manual

    0下载:
  2. trimaran是一个前端 后端编译器,通过一堆中间代码和表示,可以profiling出一些信息,进而优化体系结构 数据结构是c c++,linux下-trimaran is a front-end back-end compiler, by a bunch of intermediate code and said that they are profiling some information, and then optimize the architecture
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:381.02kb
    • 提供者:王振华
  1. jizhizhuanhuan

    0下载:
  2. C语言版的数据结构,利用数据结构的设计思想,来实现进制转换,即二,十,八,十六进制的相互转换。-C language version of the data structure, the use of the data structure design concept to achieve binary conversion, ie, ten, eight, hexadecimal, the mutual conversion.
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:李飞跃
  1. IT播吧思成老师数据结构源代码-全部手敲的

    1下载:
  2. 这些代码都是自己亲手敲的,程序全部可以直接运行。思成老师讲的数据结构还是很好的,特别注重程序的通用性。n学完后,同时也加深了对C语言的理解。
  3. 所属分类:书籍源码

    • 发布日期:2017-05-01
    • 文件大小:9.6mb
    • 提供者:testsb
  1. [《数据结构》(C语言版)配书光盘].DSDemo

    2下载:
  2. 数据结构(C语言版) 老版本 配套光盘,含源码和演示(Data Sturcture CD with code and demo)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-05
    • 文件大小:6.7mb
    • 提供者:luyanaa
  1. 数据结构课设小题线性表的链式存储

    0下载:
  2. 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da
  3. 所属分类:书籍源码

  1. DS_C

    0下载:
  2. 数据结构c语言描述的源码 希望对大家有帮助,(The source code hopes to be helpful to everyone)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-10
    • 文件大小:73kb
    • 提供者:泓深
  1. 用typedef定义结构类型

    0下载:
  2. 类型定义符 typedef C语言不仅提供了丰富的数据类型 , 而且还允许由用户自己定义类型说明符 , 也就是说 允许由用户为数据类型取“别名” 。类型定义符 typedef 即可用来完成此功能。(Type delimiter typedefC language not only provides rich data types, but also allows users to define their own types by the descr iptor, that is allowed
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5kb
    • 提供者:Bruce Leung
  1. 吴伟民等《数据结构(c语言版)》一书的全部源代码

    0下载:
  2. 吴伟民等《数据结构(c语言版)》一书的全部源代码,对于新手学习很有帮助(Wu Weimin, such as "data structure (C Language Edition)" the full source of the book, for novice learning is very helpful)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:643kb
    • 提供者:weitianyuan7
  1. 数据结构与算法分析C++描述源代码

    0下载:
  2. 数据结构与算法分析C++描述源代码,书籍源码,学习数据结构,了解这些结构应该怎么实现(Data Structure and Algorithm Analysis C++ Descr iption Source Code)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:71kb
    • 提供者:李小透啊
  1. 数据结构与算法分析:C语言描述

    0下载:
  2. 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th
  3. 所属分类:书籍源码

    • 发布日期:2018-05-03
    • 文件大小:7.46mb
    • 提供者:tjtony
  1. 链表线性表

    0下载:
  2. 严蔚敏版数据结构第二章线性链表的基本功能函数的C语言的实现,以及书上算法2.1,2.2,2.3的具体实现(Yan Wei Min version of data structure second chapters, the realization of C function of basic function function of linear list, and the concrete realization of algorithm 2.1, 2.2, 2.3 in book.)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-03
    • 文件大小:198kb
    • 提供者:feifan12345
  1. 数据结构教程第三版上机实验指导C 源程序

    1下载:
  2. 数据结构第三版上机源程序,各种代码。。。(Data Structure Fifth Edition)
  3. 所属分类:书籍源码

    • 发布日期:2020-12-06
    • 文件大小:85kb
    • 提供者:orangecless
  1. 数据结构教程上机实验指导

    0下载:
  2. 本书是《数据结构教程》的配套上机实验指导书,两书章次一一对应,内容包括线性表、栈和队列、串、数组和稀疏矩阵、递归、树状结构、广义表、图、查找、内排序、外排序、文件等。书后附录中给出了VC++ 6.0环境下编写C程序所需的基本知识及学生应提交的实验报告的格式。本书包含全部上机实验题目,因此自成一体,可脱离《数据结构教程》单独使用。
  3. 所属分类:汇编语言

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com