搜索资源列表
数据结构c语言程序
- 数据结构c语言程序,对于学习数据结构和算法很有帮助的源码程序.-data structure c language program for learning algorithm and data structure helpful source programs.
hmm的c++语言实现
- 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
C语言模拟飞机场
- 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-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
borland
- 数据结构c++语言描述 Borland C++实现-data structure c Borland C language descr iption to achieve
DataStructure-C
- 数据结构C语言版台湾知城数位科技有限公司出版2002
HaffmanTree.h
- 哈夫曼编码的算法实现(数据结构c++语言描述)用仿真指针实现二叉树节点双亲孩子结点存储结构
数据结构c语言程序
- 具有多种经典的数据结构算法的程序集合,完全是经过多次测试编译调试好的,可以运行的!-with a variety of classic data structures set of algorithm is completely after several tests compiler debug Yes, we can run!
DataStruct_CppSTL
- 数据结构 C++语言描述--应用标准模板库STL源码
jizhizhuanhuan
- 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.
c
- 数据结构(c语言版)习题集 -wewe
data_structure
- 数据结构c语言版的代码实现,高一凡教授所著书的源码,并且优化修改了一些算法,很值得借鉴,对于学习数据结构是一大帮助-datas structure sorce codes,so good!
LDrar
- 数据结构 C语言 编辑距离 相似度 最长公子串 -C language data structures son longest string edit distance similarity
Data-Structure
- 数据结构C语言源代码,含第3章到第9章的全部代码-Data structure C language source code, including Chapter 3 to Chapter 9 of the entire code
dsa
- 数据结构 c++语言版 第三版_邓俊辉-清华大学-Data structure c++ language _ Deng Junhui third edition- Tsinghua University
[《数据结构》(C语言版)配书光盘].DSDemo
- 数据结构(C语言版) 老版本 配套光盘,含源码和演示(Data Sturcture CD with code and demo)
数据结构课设小题线性表的链式存储
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。(Linked list is a discontinuous and non sequential storage structure on physical storage unit. The logical order of da
DS_C
- 数据结构c语言描述的源码 希望对大家有帮助,(The source code hopes to be helpful to everyone)
《数据结构》的全部代码实现(C语言)
- 数据结构的链表 二叉树 还有图的基本操作代码(data structure linklist arraylist graph tree sort)
吴伟民等《数据结构(c语言版)》一书的全部源代码
- 吴伟民等《数据结构(c语言版)》一书的全部源代码,对于新手学习很有帮助(Wu Weimin, such as "data structure (C Language Edition)" the full source of the book, for novice learning is very helpful)
数据结构与算法分析:C语言描述
- 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th