资源列表
InFix2PostFixorPreFix
- 要求:构建一个表达式树,当输入中缀表达式时,输出并打印其前缀及后缀表达式 实现:构造一个标准的表达式树的类,它涵盖先序、中序、后序遍历操作,通过不同顺序的打印操作来实现转换操作;相对于使用栈来进行转换,免去了中缀转成前缀时进行的逆序操作(Requirements: to construct an expression tree, when the input infix expression, output and print the prefix and suffix expression
BubbleSort
- an implementation of bubble sort in c++
Doubly Linked List
- doubly linked list c data structure
Sort
- sort c data structure
Stack
- stack c data structure
2-3-4 Tree
- 234 tree c data structure
冒泡
- 冒泡排序算法,最简单的数据结构排序算法,希望大家喜欢(Bubble sort algorithm)
task3
- 计算最短路径的算法。本实验实现dijkstra算法。图存储采用了数组存储结构。(Dijkstra algorithm, the shortest path algorithm. This experiment implements the Dijkstra algorithm. The array storage structure is used for graph storage)
BubbleSort
- 讲解冒泡排序基本概念,分析每步过程,并实现冒泡排序(Explain the basic concept of bubble sort, analyze every step, and implement bubble sort)
MergeSort
- 讲解归并排序基本概念,分析每步过程,并实现归并排序(Explain the basic concepts of merge sort, analyze each step process, and implement merge sort)
maze
- 随机输出一个迷宫,并显示路径,不能走出显示x(Random output of a maze, and show the path)
单目相机标定
- 基于张正友的标定算法,由MFC写的,程序清晰而有条理,花了我一周左右时间,资源宝贵且行且珍惜