资源列表
euler
- 实现欧拉路的判断,使用图的结构,根据深度优先搜索判断是否有欧拉路-euler path
maxflow.cpp
- 最大最小流算法模板,可以在多种应用型状况下使用,特别是图像处理领域,达到分离前景后景的作用-Max-Min-Flow algorithm
MyKD_Tree
- KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者-KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners
kaokie
- 电磁勘探与大地电磁学 K型曲线,D.G型曲线 一维正演 视电阻率-Electromagnetic survey and magnetotelluric learning curve K, DG-type one-dimensional forward curve of apparent resistivity
some_sorting_ways
- 几种经典的排序方法,有气泡、希尔、直接插入等-some classic sorting ways
zhuanzhijuzhen
- 创建一个新的矩阵,求这个矩阵的转置矩阵,并进行相应的处理-Create a new matrix, find the transposed matrix matrix, and the corresponding treatment
linklists_use
- 对单链表的创建,对单链表进行插入、删除、调整等操作-To create a single list of single list insert, delete, adjustment operations
moshipipei
- 模式匹配,在一段链表中匹配出某一小段字符,找到相应位置-Pattern matching, matching the period of a short list of characters, find the corresponding position
queue_use
- 队列的创建及相关的处理,在队列中插入数据、删除、拼接等-Create and related processing queue, insert data in the queue, delete, stitching
stack_use
- 用代码创建一个堆栈,在堆栈中压入数据,弹出数据-Create a stack code, data pushed on the stack, pop-up data
paixuzhuanpinghengerchashu
- 将排序转为平衡二叉树,简化排序,方便运用数组-the code is useful,but my english is not well,so sorry
huiwen
- vc++代码,判断一个链表中是否是回文链表,比如元素为abcba,1234321的链表是回文链表。-Vc++ code, determine whether the palindrome list is a list, such as the elements of abcba, 1234321 of the list is a palindrome list.