资源列表
Cpp1
- 编写算法,由依次输入的顶点数目、弧的数目、各顶点信息和各条弧信息建立有向图的邻接表-a goog program
KMP
- 本文主要实现了 kmp匹配算法在文本匹配中的应用 源代码高效简洁-KMP
tree
- 此代码实现的是树的简单的遍历,简单易懂。-This code is a simple traversal of the tree, easy to understand.
stackANDqueue
- 1. 用栈模拟停车场,队列模拟便道。停车场满的时候在便道排队,一旦有车开走,排在第一位的就进入停车场。 2. 当有车要开走的时候在它后面进入停车场的车先依次开出,待该车缴费离开后再依次回到停车场。 3. 离开停车场时应按时间缴纳费用,排队车辆进入停车场时也应该缴纳相应的排队费用。 4. 车辆到达时输出停车位置,离开时输出停留时间和应缴纳费用。 -1. With a stack simulation parking lot, queue simulation of pavement
SnowLeaf
- 圣诞节就要到了,为了答谢新老客户的厚爱,位于普罗旺斯的Snow & Leaf咖啡屋给北航的师生邮寄来一个巨大圣诞树,上面挂满了各种各样的礼物。不同于别的圣诞树的是,上面的礼物都是一对一对的,每一对相同礼物都是用一根缘分之绳连起来的,而且对与对之间不重复。更令人兴奋的是,它长得还是特别像二叉树。 礼物人人都想拿,所以报名的人太多了。由于大家都是程序设计的高手,Snow & Leaf的老板娘就说,我当初准备缘分之绳花了很久的时间,如果你们能算出总共有多长,就可以在上面挑选一个礼物,并和选择了对应
yiyuanduoxiangshi
- 数据结构 一元多项式的加、减、乘简单运算-Data structure of Multinomial add, subtract, multiply simple operation
parking
- 数据结构,《停车场管理系统》 (c语言)-Parking Management System (c language)
student_information
- C++编写的学生基本信息管理系统,包括链表的建立,排序,增加新结点等。-Students basic information management system are written in C++ , including the establishment of the list, sorting, adding new nodes and so on.
HUFFMAN
- Huffan codein and decoding
btzyz
- java数据结构方面的,关于二叉树,很简单、实用-data structure, for the binary tree, a very simple, practical
Crosslink
- 采用十字链表表示稀疏矩阵,并实现矩阵的加法运算-Cross-linked with that sparse matrix, and matrix addition operations to achieve
StringMatchAlgorithms
- 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics -- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0 / a string matching. An
