资源列表
shujujiegou
- VC++6.0写的数据结构课程设计,内容是实现记事本小程序,可以实现新建、查找、删除的功能,适合期末课程设计-VC++6.0 program to write the data structure design, the content is to achieve a small notepad program, designed for the end of course
polinominal
- 用于计算多项式的加减,基于c++语言描述的。-Used for calculating polynomial add and subtract
data
- 单链表的逆置 单链表简介 用一组地址任意的存储单元存放线性表中的数据元素。 以元素(数据元素的映象) + 指针(指示后继元素存储位置) = 结点-Single linked list
database-Graph
- 一:实验目的: (1)掌握图的存储思想及其存储实现。 (2)掌握图的深度、广度优先遍历算法思想及其程序实现。 (3)掌握图的常见应用算法的思想及其程序实现。 (4)理解有向无环图、最短路径等算法 二:实验内容: 以下实验内容,1和2为必做内容,3为选做内容。 1.有向图 (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)在有向图的邻接表的基础上计算各顶点的度,并输出。 (3)以有向图的邻接表为基础实现并输出它的拓扑排序序
data-struct
- 数据结构课程设计,多项式计算,停车场管理,表达式计算-Data structure curriculum design, polynomial, parking management, the expression evaluates
Traverse.doc
- 运用栈来实现树的先序中序后序的遍历非递归算法-preorder non- recursive algorithm , inorder non- recursive algorithm , postorder non- recursive algorithm
2009211306-1-01
- 动态规划算法, 动态规划算法, 动态规划算法。-Dynamic Programming
SORT
- 数据结构的各种排序,堆排序,冒泡排序,希尔排序,快速排序等-The data structure of the various sort, heap sort, bubble sort, Hill sort, quick sort
strmatch
- 一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
student
- 一个学生信息管理系统的小型数据结构。程序可以对学生信息,课程信息和教师信息关联操作,支持查询删除添加等操作-A student information management system for small data structures: the student information, course information and teacher information associated with operation, delete the added support operation
0-1beibao
- 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为C。问应如何选择装入背包的物品,使得装入背包中物品的总价值最大-the problem is 0-1bag,it can put best price
Graduate-students--c-P-P
- 研究生考试课程为4门,其中数学、外语、政治为统一命题,而专业基础课则根据不同的专业由招生学校自行命题。国家对初试录取分数有总分要求(如某一年要求4门课总分应达到310分),另外还有对每门课的最低分数要求(如总分为100的试卷最低应达到40分,总分为150的试卷最低应达到65分)。编程统计初试合格的人数,并按总分由高到低的顺序输出合格考生的信息。-Student in the examination for the four course door, including mathematics,
