资源列表
pku1177
- PKU1177的源代码,高级数据结构线段树的应用之一:求边长。
mazePath
- 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。
zju1016
- zju 1016 Parencodings http://acm.zju.edu.cn/show_problem.php?pid=1016-zju 1016 Parencodings http :// acm.zju.edu.cn/show_problem.php pid = 101 6
sequenlist
- 线性表(顺序表)的创建,插入,删除操作,在vc6.0huoc-free可实现。 对于初学数据结构者,该程序是综合理解线性表最好的程序。-Linear form (order form) the creation, insertion, deletion, in vc6.0huoc-free can be realized. Data structure for the beginner, and the program is a comprehensive understanding of
matchparentheses
- VC++ 数据结构实验算法 括号匹配的检验-VC++ data structures match the test in parentheses
insertion
- A program to sort a range of numbers with Insertion and Quicksort, check their sorting time and prompt the result on the screen-A program to sort a range of numbers with Insertion and Quicksort, check their sorting time and prompt the
main
- 用C语言编写的小程序,一元多项式的加法,希望大家喜欢-Written in C small program, a element polynomial addition
qlist
- 顺序表的C++模板实现,适合学习数据结构初期的同学-Sequence table c++ template realization, for learning a data structure of the students, and the early
migong
- 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有 通路的结论 -To an m* n the long square maze, 0 and 1, respectively maze of paths and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or
yueli
- 利用元年元月元日(即1年1月1日)是星期一的已知事实,编写程序,输入任意一个年份,然后再输入任意一个月份,由程序负责在屏幕上显示出这一个月的月历。-January Xianming the first year of use (that is, one year on January 1) is the known facts Monday, programming, an arbitrary importation year, and then a month to import arbitr
123
- 先创建一个雇员类,然后再派生四个类,并通过虚继承的方式继承相应的基类,以使相同的函数名可以在不同的类中具有不同的函数功能,如在各个类中重新定义输入数据函数、保存数据函数。然后,在定义完各个类之后,再定义数据录入函数、通过数据返回函数进行冒泡排序并输出的数据统计函数、数据保存函数、系统退出函数,最后完成相应的功能。
Fac5_11
- // //本程序取自王晓东编著“算法分析与设计”第 182 页,例 //电路板排列问题回溯解法 -////This procedure Xiaodong edited from the Algorithm Analysis and Design section 182, for example,// circuit board with the issue of retrospective method
