资源列表
Data-structure-and-algorithm-on-C
- 这篇文档是基于数据结构的算法分析,专门针对的是C语言,数据结构是算法的根本,对数据结构有一个很好的了解能够帮助我们更加好的去学习。-Data structure and algorithm analysis- C language descr iption
chesse
- pc游戏编程_人机博弈,算法和实现都比较完整,源码可运行。且可以从中学到很好的算法知识,和人机博弈-pc game programming _ man-machine game, algorithms and realization are relatively complete, source code can run. And can learn a good knowledge of algorithms, and human-computer game
airport
- 利用数据结构的队列,模拟一个飞机场的运行,有一条跑道多条跑道等模式,是数据结构预算法的经典问题,这个是我们的项目,压缩包包含了源代码,项目报告,MFC界面。-Queue data structure used to simulate the operation of an airport, there is a multi-runway runway models, the data structure is a classic problem of the Budget Act, this i
BST
- Binary search tree code written in c language
数据结构与算法分析:C语言描述(原书第2版)
- 学习c语言,一本资料。。。。。。。。。。。。。(this is a pdf docx about c language learning. it's very classical and useful. hope it is helpful.)
railroad-rush-hour
- 实现火车的调度,即将无需的乱的火车,重新调度成有序的-Realization train scheduling, without the chaos of the train is about to re-scheduled to orderly
Coursera_Design_Analasys
- Coursera开放课程算法分析与设计部分代码,ps1~ps4-the code of the Coursera Design Anlayis
jiapu_4.0
- 题目要求: 用树形结构实现家谱成员信息管理(如建立、删除、查询、统计、打印等) 实现要求: 1、 添加新成员的信息,包括姓名、性别、家庭住址、出生地、职业、 出生日期、是否健在、死亡日期等。 2、 添加一对夫妇作为整个家谱的祖先,其中包括他们的详细信息。 3、 添加一新成员作为一对夫妇的孩子,包括其详细信息。 4、 添加一新成员作为某一成员的妻子,包括其详细信息。 5、 删除某一成员及其信息。可以选择删除该成员与其直系子孙,也可以选择仅删除该成员,对其他成员无影响
cPP
- 有关数据结构c++实现的源代码,包括顺序表,队列,链式表,堆,二叉树等。-Data structure c++ source code, including the order form, queue, chain table, heap, binary trees and so on.
lab
- 算法中多种排序,包括插入,合并,希尔,冒泡,快排,以及桶排序的链表实现!-A variety of sorting algorithms, including the insertion, merge, Hill, bubble, quick row, and bucket sort linked list to achieve!
FIFO
- 里面包含各种关于FIFO的文章,介绍了各种实现方式,让大家借鉴-Which contains a variety of articles on the FIFO introduces a variety of implementations, so that we learn
BubbleSort
- 用c++实现冒泡排序,在算法中冒泡排序是一个经常被提及的算法,是排序算法中最简单的一种-With c++ implement bubble sort, bubble sort algorithm in the algorithm is a frequently mentioned, the sorting algorithm is one of the easiest