资源列表
key
- 【问题描述】 多关键字的排序有其一定的实用范围。 例如:在进行高考分数处理时,除了需对总分进行排序外, 不同的专业对单科分数的要求不同,因此尚需在总分相同的情况下, 按用户提出的单科分数的次序要求排出考生录取的次序。 【基本要求】 (1)假设待排序的记录数不超过10000,表中记录的关键字数不超过5, 各个关键字的范围均为0至100。 按用户给定的进行排序的关键字的优先关系,输出排序结果。 (2)约定按LSD法进行多关键字的排序。 在对各个关键字进行排序时
calculator
- 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
TestBFS
- BFS算法寻找最短路径 BFS算法寻找最短路径 BFS算法寻找最短路径-BFS algorithm to find the shortest path
list
- 适合初学链表的朋友们参考,其中包含了链表的各个操作,如输入、输出、排序等等。-Suitable for beginners list of friends as a reference, which contains a list of the various operations, such as input, output, sorting and so on.
Circular-queue
- 数据结构 循环队列 用C语言实现,在VC6.0下实现-Circular queue data structure using C language, to achieve in the VC6.0
StackItemandQueue
- 这是栈和队列的各种算法,除了一些基本用法外,还包括表达式求值等等一系列的算法-This is the stack and queue the various algorithms, except for some basic usage, but also includes a series of expression evaluation algorithm, etc.
stone
- 动态规划-最小代价子母树源码,主要提供参考。-Dynamic Programming- PIP minimum cost tree source, the main reference.
860869658wqijp
- 家谱管理系统数据结构课程设计 vc++ -Genealogy Management System Data Structure Course Design vc++
sort_exp
- 搜索算法源码:合并排序,快速排序,shell排序,插入排序,堆排序,冒泡排序,桶排序-sort: merge sort、quick sort、 shell sort、insert sort、heap sort、 bubble sort
FF
- ford-fulkerson算法的具体实现。实现了最大流算法。编程语言c-ford-fulkerson algorithm implementation. To achieve the maximum flow algorithm. C++ programming language
Data-structures
- 数据结构-用面向对象方法与C++描述-源程序 清华大学 殷人昆 vc6-Data structures- Object-oriented methods and C++ descr iption- source Tsinghua University, Yan Renkun
knapdynamicprogram
- 0-1背包问题的动态规划算法实现。包含1维及2维0-1背包问题。-0-1 knapsack problem dynamic programming algorithm. Contains 1-D and 2-dimensional 0-1 knapsack problem.