资源列表
template
- ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
suanshu(C)
- C语言编写的算术编码程序,资源真的很好,希望有帮助-C language arithmetic coding procedures, resources, really good, hope to help
graph
- 有向图 采用邻接表存储 DFS和BFS方法遍历 为方便表示,结点数小于10 用V0-V9表示不同的结点的-Directed graph using adjacency list method of storing DFS and BFS traversal for the convenience that the number of nodes is less than 10 with V0-V9 for different node
seed_fill
- 此代码给出了四邻域与八邻域的种子填充数据结构函数源码-Change the code gives the neighbors field and eight neighborhood filled with data structure functions of seed source
obbtree
- OBB树的建立,用于碰撞检测过程中的模型处理,提高效率-OBB tree establishment in the process of collision detection for model processing, improve efficiency
jiheyunsuansys
- 集合运算系统,数据结构程序,集合的交,并,差运算。-Collection of computing systems, data structure procedures, collection of pay and poor computing.
tree
- 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the fo
zuishuxiajiangfa
- 运用最速下降法来给函数求极值的c++ 程序-Using the steepest descent method to seek extreme value to the function of the c++ program
SM3_cpp
- SM3杂凑算法c++实现, 测试字符串abc-The SM3 hash algorithm c++ achieve, test string abc
erchashujisuanqi
- 数据结构的二叉树遍历,多功能计算器,是学习二叉树的经典案例-Binary tree traversal of the data structure, multi-function calculator, is a classic case of learning binary tree
emd
- EMD程序,目前找到的最好用的EMD程序。使用HHT的朋友可以-EMD procedures currently used to find the best EMD procedures. Friends can use the HHT
MurmurHash
- mur hash是 Austin Appleby于2008年创立的一种非加密hash算法,适用于基于hash进行查找的场景。murmurhash在多个开源项目中得到应用,包括libstdc、libmemcached、nginx、hadoop等。-MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. It was created by Austin Appleby in 200