资源列表
algo12-1
- 数据结构代码,严书的第十二章,由于比较少见,上传分享,适合各水平人士-Data structure code, Yan Shu-Chapter XII, due to relatively rare, upload sharing, suitable for all levels of people who
-SPFA
- Bellman-Ford算法及其改进---SPFA算法_Lifeng Wang.htm-Bellman-Ford algorithm and its improvement--- SPFA algorithm _Lifeng Wang.htm
lexical_analysis
- 编译原理课程作业,词法分析器。简单的对于一段C程序进行词法分析-Compiler theory course work, lexical analyzer
Syntax_Analysis
- 简单的语法分析程序,可以对简单的四则运算式进行语法分析-A simple grammar analysis program, can be a simple four expression parsing
ee
- 线性表的顺序实现:插入、删除、排序 实验内容: 1. 问题描述 给定线性表类定义的头文件,改为模板类、增加排序功能。 2. 基本要求 改进或重写类定义的头文件,并自行编写主程序测试各功能。 3. 测试数据 整型、浮点型、字符型三组,每组4-8个测试数据 -Realization of the linear order of the table: insert, delete, sort, test: 1. Descr iption of the problem
22
- 实验内容: 1. 问题描述 先定义堆栈的几个基本操作,再设计一主函数利用堆的操作完成以下功能: 假设一个算术表达式中可以包含三种括号:()[]{},且这三种括号可以按任意次序嵌套使用(如:...[...{...}...[...]...]...(...))。编写判别给定表达式中所含括号是否正确配对出现的算法,已知表达式已存入数据元素为字符的顺序表中。 2. 基本要求 读入2个不同的、长度不超过80个字符的、包含三种括号的算术表达式,输出测试结果。-Experiment: 1.
33
- 实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
de
- 实验五 二叉树的递归算法:计算高度、结点个数、交换左右儿子-Experiment 5 binary tree recursive algorithm: calculating height, node number, exchange about his son
42
- 多元树的层次遍历、先根遍历、后根遍历 涉及的知识点:多元树的表示法、先根遍历、后根遍历的递归算法、多元树的层次遍历方法-Multi-level tree traversal, first the root traversal, traversal involved in dorsal root knowledge point: multi-tree representation, first the root traversal, after the root of the recur
passenger
- 数据结构大作业 用双向链表 和五种数据结构实现 飞机场旅客信息查询检索订票等-Great job with the two-way data structure linked list, and five kinds of data structures to achieve an airport passenger information query and search booking, etc.
PointersLoops
- describes pointers and loops
a
- 超长数列中n个整数排序,用C++中的类来设计超长数列,对n个整数排序-Super-long series of n-integer sorting