资源列表
vectoruse
- c++中向量的使用实例,向量关于函数的值返回值和引用返回的区别-vector use
kmp
- 自己编写的一个KMP字符串匹配算法的实现-I have written a KMP string matching algorithm implementation
tudebianli
- 图的遍历和生成树求解实现(邻接矩阵、邻接表 ―图的深度广度遍历算法的实现和最小生成树PRIM和KRUSCAL算法的实现) -Graph Traversal and Spanning Tree Solution implementation (adjacency matrix, adjacency list- map the depth of breadth traversal algorithm and implementation of the minimum spanning tree al
intpart
- 采用非递归方法实现的整数分拆程序,即把一个正整数表示成所有可能的整数相加的形式。逆序打印结果。-Ways to use non-recursive implementation of an integer spin-off process, that is, to express a positive integer integer into the sum of all possible forms. Reverse print the results.
cteach
- C语言程序课件文字 包括源码-C language programming language, including source courseware
parking
- 该软件主要是实现对停车场的管理。当车辆进入时,若停车场没满,车辆则直接进入停车场,若停车场已满,车辆则进入过道。并记录车辆的信息,如车牌号、进入时间。当车辆离开,停在其后的车辆给其让路,当其离开停车场时要显示要缴纳的费用,然后让路的车辆和停放在过道的车辆进入停车场。答辩通过很值得收藏和学习的-The software is mainly on the implementation of parking management. When the vehicles, if no parking is
FourArithmetic
- 精心编写的带有4个基本算法的程序,能加深大家对希尔排序、冒泡排序、快速排序、选择排序的理解,并清楚其中的区别,以及算法优劣性-Carefully prepared with a basic algorithm for four procedures, to strengthen the U.S. on the Hill sort, bubble sort, quick sort, selection sort of understanding, and clearly one of the di
select
- 采用Dijkstra算法和Floyd算法实现的简单医院选址系统-data structure
shuangxianglianbiao
- 实现双向链表所存储线性表的各种操作。要求提供数据的插入、删除、查找、两个数据交换、求所有数据平均值、最大值、最小值的操作。先利用随机函数产生100个随机整数,建立线性表的存储结构,然后完成上述的功能。分析程序的时间、空间复杂度。-Achieve bi-directional linear list stored various operating table. Request for data insert, delete, search, both for data exchange, and
SparseMatrix
- 数据结构课程设计题目,稀疏矩正的生成-Data structure design curriculum topic being the generation of sparse moments
PrintBinaryTree
- 数据结构课程设计,打印二叉树的算法的实现-Data structure course design, print binary tree implementation of the algorithm
Hashtable
- 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm