资源列表
BINARYTR
- 建立二叉树及二叉树的先序、中序和后序递归遍历*-Create a binary tree and binary tree preorder, inorder and postorder recursive traversal*
bankyuanma
- 银行排队系统源码,有排队算法,用C++编写-bank queuing system c++ write queuing theory of mathematical algorithms procedures on to postgraduate comrades useful,
lianbiao
- c语言环境下的一个简单的线性链表的插入与删除的源代码-c language environment is a simple linear linked list insertion and deletion of source code
ysfh
- 约瑟夫环的问题采用的是典型的循环链表的数据结构,就是将一个链表的尾元素指针指向队首元素。 解决问题的核心步骤: 1.建立一个具有n个链结点,无头结点的循环链表; 2.确定第1个报数人的位置; 3.不断地从链表中删除链结点,直到链表为空。 具体过程就是先建一个单向循环链表,用来存储这些人的编码和密码。然后删掉报数为m的人,在删除的同时将这个人的密码和标号输出。直到把这个链表删空为止。这就是我解决这个问题的方案。 -Joseph Ring is a typical
youhuasuofa
- 这是一个集合了多个算法的。他可能会对你研究算法有所帮助-This is a collection of several algorithms. He might help you study the algorithm
2009010870_Homework_8
- 求一个平面点集最近的两点间距离的算法实现,VS2010编译通过。-Find a planar point set the distance between two points of a recent algorithm, VS2010 compile.
6_3
- 采用邻接表存储结构编写Dijkstra算法,实现求从源点到其余顶点的最短路径。-Storage Structure adjacency list prepared by Dijkstra algorithm to achieve from the source to find the shortest path to the rest of the vertex.
data-struct
- 面试用到的有关数据结构算法方面的题,很全-data structure by c or c++
chapter2
- 数据结构课件,线性表的概念及运算,线性表的存储-Courseware data structure, the concept and operation of linear form, linear form of storage
chapter3
- 数据结构课件,栈和队列-Courseware data structure, stacks and queues
chapter4
- 数据结构课件,串-Data structures courseware, string
viterbi
- 在visual c++开发环境下,采用viterbi算法进行译码 -In visual c++ development environment, using viterbi decoding algorithms
