资源列表
1-wire_search
- 这是关于DALLAS的一线的ROMID搜索程序,很有用,可以找到ROMID,-This is on the front line of Dallas ROMID search procedures, useful and can be found ROMID.
Myfb
- K阶菲波那契算法,运用环形队列实现,空间是K+1-K bands Fibonacci algorithm using circular Queuing, and the space is a K
loop
- 将单链表变成双向循环链表,及其遍历 将单链表变成双向循环链表,及其遍历
code
- 离散余弦新型编码算法,虽然很小但和以往的不大相同,看看就知道了
netn.拟牛顿法求非线性方程
- 拟牛顿法求非线性方程,并以一组三元二次方程组为例进行求解。,Quasi-Newton method for nonlinear equations, and a group of ternary quadratic equation group is solved as an example.
hafumanshu
- c语言实现的哈夫曼树源代码,找到最小长度的编码-the source code of the huffman tree
Generate-Huffman
- 能够快速的生成哈弗曼树和哈弗曼代码,源代码简单易懂-Able to quickly generate the Huffman tree and the Huffman code, source code is easy to understand
top_sort
- 拓扑排序算法 如图g无回路,则输出g的顶点的一个拓扑序列,并返回SUCCESS,否则返回FAIL-Topological sorting algorithm in Figure g no loop, the output of a topological vertex g sequence and returns SUCCESS, otherwise return FAIL
egypt
- 把给定的分数分解成多个埃及分数之和 埃及分数:分子为1的分数。 -The sum of the given scores into multiple scores of Egypt Egypt score: molecular 1 score.
5_Canny
- 关于opencv的有效边缘检测,用于行人检测或者物体的边缘检测-Effective edge detection on opencv for pedestrian detection or edge detection of objects
canny
- 基于canny算子的边缘检测的程序代码,非mat类。-Based canny operator edge detection code
MSS+OpenCV Human Face Detect
- 利用mss、Opencv实现动态人脸识别。需要OpenCV自带haarcascade_eye.xml和haarcascade_frontalface_alt_tree.xml文件