资源列表
erchashu
- 二叉树的一些简单应用,如输出二叉树,求深度,高度等-Some simple binary applications, such as the output binary, seeking depth, height, etc.
lianbiao
- c++链表练习,学生类和链表类。学生类中有姓名,性别,年龄,学号。通过链表类,对学生信息进行管理。-Exercises of c++ linked list , the students classes and linked list class.
mimo
- 能够展示不同调制格式的用与不用mimo技术误码率的曲线图-Able to show different modulation formats mimo technology with and without a graph of bit error rate
SPFA
- 求单源最短路径的一种算法,是一种高效的最短路算法.-An algorithm for single-source shortest path,which is an efficient algorithm.
C_The-critical-path
- 用C写的,求顶点事件的最早发生时间和顶点最晚发生时间 -Written in C, find the earliest time events vertex and vertex latest time occurred
Marriage
- 稳定婚姻:第一步配成一对夫妇, 即组成一个有序对, 以此作为问题的部分解, 以后每一步考虑一男一女, 如果将他们组成有序对并加入到部分解中, 不会引起不稳定, 则加入之 否则, 不组成有序对, 而是考虑另一对男女. 这样一步步地给部分解增加有序对, 直至得到完整解.在回溯的基础上,找到最优。 -stable marriage : first night of a couple that is a component ordered pair, as part of the problem sol
expression
- 利用堆栈先进后出的特点,使用进栈与出栈实现各种表达式的运算。-After the stack out of the use of advanced features, the use of the stack into the stack and out of operations to achieve a variety of expressions.
ShortestPath
- 最短路径算法,可以打印出最短路径,用的是Dijkstra算法 。-Shortest path algorithm, you can print out the shortest path
migongwenti
- 迷宫问题,希望能帮到有需要的朋友,大家支持下啊,缺分值啊-Maze, hoping to help a friend in need, we support, ah, ah missing scores
7
- 算法设计中的经典问题和尚挑水问题,使用C语言编写。-Algorithm design in the classic problem monk fetching water, using the C language.
Floyd
- Floyd算法介绍,说明了Floyd算法介绍的功能和使用条件。并且附带有代码-Floyd algorithm, the Floyd algorithm described features and conditions of use. And incidental code
queue
- 队列模板类,可以实现插入各种数据,读出数据,判定队列是否为空,清空队列等功能-Queue template class, you can insert a variety of data, read data, determine the queue is empty, empty the queue, and other functions.
