资源列表
expression
- 此代码主要功能是用堆栈来实现数学表达式的解析功能,从中缀表达式来得到后缀表达式-these code use stack for describe mathematical expression
data_structure
- 大学计算机专业课程中数据结构各章的算法设计,都是比较经典的算法,希望对大家有帮助-University computer science curricula of the various chapters of the data structure algorithm design, are relatively classic algorithms, we would like to help
00
- 这是王晓东老师编著的算法设计与分析第三版的课件-It is edited by Wang Xiaodong teachers algorithm design and analysis of the third edition of the courseware
6830
- 稀疏矩阵相加 用三元表的形式输入 非常好的代码-Combined with sparse matrix form ternary input very good code
shuangxianglianbiao
- 该程序为双向链表,主要实现电话簿的功能,可以添加,插入,删除节点等。-This is doubly linked lists,which has the function of telephone.
main
- 哈夫曼树的计算方法 实验报告用程序-Huffman tree report the calculation of the experimental procedures
Datastructure
- 数据结构电子版 是清华大学严蔚敏版 非常有用,希望对你有所帮助-Data structure is the electronic version of Tsinghua University, Yan Wei-min version of a very useful, and they hope to help you
GraphAlgorithms
- There are many algorithms that can be applied to graphs. Many of these are actually used in the real world, such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.-有很多算法,可用于图形。其中许多是实际使用在现实世界中, 如迪杰斯特拉算法寻找最短路径。将在这里讨论几个算法。
KDTreeTest
- 一个KDtree的程序,包含建树过程和消耗的时间。-A KDtree procedures, including the contribution to the process and time consuming.
Queen8
- 八皇后问题是一个古老而闻名的问题,是回溯算法的典型例题。对于八皇后问题的实现,假如结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。课题目标是实现八皇后动态图形,主要应解决以下两个问题: 1.回溯算法的实现2.图形存取。-8 Queen s problem is an old and well-known problem is a typical example of backtracking algorithms. 8 Queen s problem for the
SSP
- I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performanc
paixu
- 各种排序算法,希尔,插入,冒泡,快排序,等六种排序方法-Various sorting algorithms, shell, insertion, bubble ...
