资源列表
fft
- fft
bingchaji_kruskal
- 基于并查集的求最小生成树的Kruskal算法的实现-And set-based search for the Kruskal minimum spanning tree algorithm
3
- 这是算术编码技术 是一种压缩技术 可以对图片或者字符-This is the arithmetic coding technique is a compression technology, or characters in the picture
array
- C++、数据结构、数组的基本运算、源代码-C++, data structure, an array of basic operations, the source code
sort
- 史上最全的排序算法,冒泡,快排,插入,应有尽有-Sorting algorithm in the history of the most complete, bubble, quick row, insert, everything ~ ~ ~
BinaryTree
- 程序输入是一个(扩展)二叉树的先序序列。例如:扩展二叉树先序序列为ab#d##ce###。其中#代表空指针。 编写程序实现二叉树的如下操作: 1) 建立二叉链表 2)二叉树的先序、中序、后序遍历 3)求解二叉树的叶子结点个数 4)将二叉树中所有结点的左、右子树相互交换 -Program input is a (extended) binary tree inorder sequence. For example: the first order extended binary
BST
- Implementing Binary search tree in c-Implementing Binary search tree in c++
date-add
- 在一个初始的日期上加上一个日期,输出相加后的日期-Define a date ,and add some days on it ,and then ,print the result date.
fglg
- matlab实现的FGLG算法,效果较好,可以直接使用,也可以参考学习-FGLG algorithm matlab implementation, better, can be used directly, or you can refer to learning
drawing
- opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
Gauss
- 高斯消元法求解方程组。能够大大缩减复杂度,并且提升准确度。-Gaussian elimination method for solving equations. It can greatly reduce the complexity and enhance accuracy.
ICP算法
- 三维点云配准matlab算法,简洁易懂高效,适合入门学习。