资源列表
网络流
- 关于数据结构的算法,关于网络流的运用……(Algorithms for data structures, the use of network streams......)
Merge_Sort With OMP
- merge sort with openMP Threading
实验六
- 8中简单排序算法,其中包括快速排序、堆排序、冒泡排序、直接插入排序、直接选择排序、归并排序等等(eight sort algorithms)
校园导游咨询(c++)
- 查询校园景点信息,查询最短路径,以及最短距离(Search campus information, query the shortest path, and the shortest distance)
LinkList.rar
- 用线性表查找书籍信息,如下功能: (1) 从文件中读入书籍信息; (2) 根据图书位置获取该书信息; (3) 根据价格进行查找,返回此该书的书名; (4) 根据指定的位置可返回相应的书籍信息; (5) 给定一个书籍信息,插入到表中指定的位置; (6) 删除指定位置的书籍记录; (7) 统计表中书籍个数。 (8) 输出书籍信息。(Using linear tables to find book information)
项目1
- 定义一个包含学生信息(编号,书名,价格)的的顺序表和链表,使其具有如下功能: (1) 从文件中读入书籍信息; (2) 根据图书位置获取该书信息; (3) 根据价格进行查找,返回此该书的书名; (4) 根据指定的位置可返回相应的书籍信息; (5) 给定一个书籍信息,插入到表中指定的位置; (6) 删除指定位置的书籍记录; (7) 统计表中书籍个数。 (8) 输出书籍信息。(Second: define an order table and a list of student i
Josephus问题:一个热土豆引发的故事
- 数据结构编程实验:Josephus问题:一个热土豆引发的故事(Data Structure Experiment: Josephus question: the story of a hot potato)
击鼓传花游戏还可以这样玩
- 数据结构编程实验:击鼓传花游戏还可以这样玩(Data Structure experiment: Beat the drum, the game can also play like this.)
MST-kruskal
- The classic kruskal algorithm is implemented Import: adjacency matrix Output: Minimum spanning tree
biTree
- ? 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法(要求使用顺序队列,调用顺序队列基本操作实现),求二叉树的深度(后序遍历)。(Two binary linked list storage structure - first traversal of the extended sequence according to the establishment of the two fork t
运算器
- 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,
expression.tar
- 表达式求值的一个C语言程序,可以识别高低层次的运算符,从而求出最后的运算结果.(expression evaluation)
