资源列表
UVaOJ
- UVaOJ上的volume0到volume1的大部分有点难度的题,太水的题目源码没包括。还包括volume2开始的链表方面的题。全是自己写的源码,全部在UVaOJ上AC了,包含注释。-Volume0 to volume1 bit difficult UVaOJ majority on questions, the subject of too much water source not included. The list also includes aspects title volume2
exercise4
- 通过构造树,实现对hospital各部分之间数目关系的表示。通过在part类里定义子类实现part之间的关联,从而最终实现通过读取相应文字而输出相对应的结果。-By constructing a tree, to realize the number of relationships between the various parts of hosptal representation. By the definition of sub-part class where the associat
Red_Black_Tree
- 用C++实现的红黑树算法,适合对算法感兴趣的初学者-the code of red black tree
Parking lot problem
- 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交费。如果停留在便道上的车未
Calculation-expressions
- 数据结构实验4栈的使用。程序用于数据结构实验中计算数学表达式的值,在程序中用到了堆栈的数据结构。-Experimental data structure used to calculate the value of mathematical expression, used in the program a stack data structure.
123
- 对于图的应用, 最低级的应用,帮助了解图。最基本的制作图-it show PIC
AOE
- AOE关键路径,数据结构课程设计,使用MFC界面,图形化操作。有实验报告。-AOE critical path program. my project for Data Structure. Using MFC UI, Operate in GUI. It contain a report.
data-stucture-exams
- 大学时数据结构的一个实验考试项目,内容丰富,仅供参考,欢迎大家参考-An experimental examination of the data structure of the college, for reference only, we welcome
hamidun
- 能够求解哈密顿最短路径,方法简单,而且使用,效率高,求解规模大-solve shortest hamidun huilu
tf-idf
- 关于TF-IDF排序问题,对于中文文档都能用的很方便的...需要的可以看一下子
ADT_DSTable_BSTaAVL
- 抽象数据类型(ADT)实验之动态查找表: 二叉排序树与二叉平衡树两种存储结构-ADT of Dynamic Search Table. There are two types: 1.Binary Sort Tree 2.AVL Tree
merge_sort_algorithm
- how to program C里面的一个排序例程-merge sort algorithm