资源列表
Graph
- 输入图的节点,节点之间的连接关系,实现求一个图的邻接矩阵。-Seeking to achieve an adjacency matrix
OrderSystem
- 航空订票系统实现了订票、查看订票信息(分别根据时间、地点、航班次查询)、退票等功能。-The system of ordering can order,check and quit ticket.
Matrix
- 要求创建一个稀疏矩阵,对此矩阵进行压缩存储,然后实现快速转置、求和、求积。-Creating a matrix,than compress,transposition, summation and quadrature.
Gobang
- 在控制台界面实现五子棋程序,包括棋盘的创建、扫描、赋权值、落子,通俗易懂。-The gobang program achieves the function of creating 、scanning、playing.
SelectSort
- c++实现的选择排序算法程序,经典,通过运行该程序可以更好地理解选择排序算法的过程。-c++ implementation of the selection sort algorithm, classic, by running the program can better understand the process of selection sort algorithm.
ParticleFilter
- Particle filter code
maze
- 随机画出迷宫,输入起点终点,寻找迷宫路径-Random draw maze, enter starting and ending points, find the maze path
matchpair
- 这是一个括号匹配的实验,输入表达式,判断括号输入的格式是否正确-This is a parenthesis matching experiments, enter the expression in parentheses judgment entered in the correct format
os_jodManage
- 模拟操作系统任务调度的程序,比如:短作业优先、FCFS、高响应比优先等-Simulation operating system task scheduling program, such as: short operating priority, FCFS, and other high-priority response ratio
1123
- 实现IEDA 加密功能,适用密码学初学者,*面-Realize IEDA encryption function, apply cryptography beginners, no interface
Hash-table
- 哈希表添加、删除、查找、显示全部的信息。-Hash table to add, delete, search, display all of the information.
Tree-traversal
- 树的先序遍历、中序遍历、后序遍历,简单实现。-Tree preorder, preorder, postorder, simple implementation.
