资源列表
图的深度优先周游_递归_邻接矩阵
- 图的深度优先算法,这个算法非常的实用,应该经常被用到-map the depth priority algorithm, the algorithm is very practical, should always be used
recursion_mathod_to_solve_combination_and_all_perm
- 简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题-simple combination with the full array of recursive method, data structure and algorithm based on the issues than
gsxy
- // 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 // b - 常数向量的指针 // n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 // 1 - 求解失败
lcs
- 最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列。
migong
- 用回溯法求解迷宫问题,就是按某种方式走,不行的话就往后退,试试别的路,直到走通为止。
tree-
- 分形树,可以来回摆动,很不错,希望对大家有益,-tree
kkjkj
- gesture recognition by edge detection
xiaobo53
- 基于提升算法的53小波matlab算法,简单,易于初学者学习图像处理。-On the basis of promoting the algorithm and wavelet matlab algorithm, simple, easy to beginners learning image processing.
HuffmanCoding
- Huffman Coding in Java
segment
- 这个是自己写的,不过用的都很简单,里边还有几个小算法,rgb_detection1、bwlevel、im2bw1、area_thresh、edgelink、SampleCompress1-This is to write, but with the very simple, inside there are several small algorithm, rgb_detection1, bwlevel, im2bw1, area_thresh, edgelink, SampleCompress
canny
- canny算法实现边缘检测,实现简单,效果很好。-canny edge detection algorithm, simple, very good.
CoordinateExtraction
- 批量图像统一编号,然后对每张图像进行标点操作,并将标记的点的坐标存储在文本文档中。-Batch image uniform numbers, and punctuation operation for each image, and mark the coordinates of the point is stored in a text document.
