资源列表
BiNode
- 数据结构二叉排序树算法,适用于数据结构初学者的源代码,控制台程序-Binary sort tree data structure algorithms, data structures suitable for beginners source code, the Console program
baxter_tf
- baxter robot tf information source code
senarai
- Data structure Senarai
AC_BM
- AC_BM算法源码,能够进行快速的匹配,主要核心思想是树的运用-AC BM algorithm source code, can be quickly matched, the main core idea is to use the tree
daohang
- 简易的路径导航程序通过设定城市,路费,车速等信息,自动匹配城市得到最短路径-Easy path navigation program
Code
- 常用算法程序集相关源码,如随机数、矩阵运算-Related Items commonly used algorithm for assembly, such as a random number, matrix operations
circ-queue
- An example that demonstate using a circular queue class.
dynamic-programming
- 动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..
Application-Stack
- 用算符优先法对算术表达式求值, 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式-Integer expression with operator precedence arithmetic expression is uated in the form of a sequence of characters the input terminal grammatically correct, variable-free
Traversing-the-node-tree
- 该程序以二叉链表作为存储结构,遍历树中所有结点-The program to the list as a binary storage structure, all nodes in the tree traversal
bplustree
- c语言实现的B+树,数据都在内存中,实现了插入和删除-bplustree in c
milkrun
- 使用深度优先搜索结合Floyd算法对循环取货问题进行穷举。-Using the depth-first search algorithm combined with Floyd circulation problems pickup exhaustive.