资源列表
fore_graph
- 多段图向前处理程序:可以自己定义多段图的所有内容,然后给出最短路径。这个程序的思想是采用动态规划思想,再转化为C++程序-Multi-stage plan to move the process: the definition of multi-segment can map all the content, and then gives the shortest path. This process of thinking is the use of dynamic programming i
BubbleActImprove
- 冒泡算法源代码,和两个改进后的冒泡算法源代码-Bubble algorithm source code, and two improved bubble algorithm source code
blizzard_hash
- 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
MergeSort
- 代码的功能:用C语言实现归并排序的算法,代码中带有详细的注解,十分有利于阅读和改进来应用于自己的算法。归并排序法是将两个有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的,然后再把有序子序列合并为整体有序序列。-The functionality of the code: merge sort algorithm, implemented in C code with detailed comments, and very conducive to reading a
main
- 一元多项式乘法 包含密运算 新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
Sequence
- 以c++实现的基础排序算法,包括直接插入排序,选择排序,冒泡排序,堆排序。-To c++ implementation of the basic sorting algorithm, including direct insertion sort, selection sort, bubble sort, heap sort.
paixu
- 本程序是用V#编写的。可实现选择程序和冒泡排序。可参考学习-V# This program is written. Selection process can be realized and bubble sort. Refer to learning
shunxubiao
- 里面包含了数据结构这本书里关于顺序表的源代码,可以下来直接用-Period of the order of table creation, insert elements and procedures to find the sequence tables
code
- 该程序用c++语言实现了计算机专业课中算法设计学习中经典的多边形游戏和最大子段和问题-The program c++ language to achieve the classic polygon game in the study of algorithm design and the largest sub-segment and problems
morphology-analysis
- 词法分析器,将我们编写的文本代码解析为一个个记号,分析得到的记号供后续语法分析使用-morphology analysis,transform text to mark,and the mark can be used for subsequent grammer analysis
SortedList_to_BalancedBinaryTree
- 给定一个升序排列的有序单链表,将其转换为一棵平衡的二叉搜索树。-Ordered to set a single list in ascending order, to convert it to a balanced binary search tree.
KMP-algorithm
- 写了一个myString类,用于展示KMP 算法,有少量注释。-KMP algorithm, a small amount of Notes.