资源列表
Matching-2
- //给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //以a_i表示其第i个元素所在的集合号 //输出格式为 a1 a2 a3 ... //满足 //a_{i+1} <= max { a1,a2,...a_i } + 1 -/ / a given integer n, have all [2n] on the matching (matching) / / will be considered as an all
butterworth
- 巴特沃斯滤波,主要用于地震数字一维滤波处理,效果还是很不错的
counter
- 一种能实现各种复杂分数计算的小程序,麻雀虽小,五脏俱全。
huffman.c
- Implementation of Huffman code in C
hfmbyq
- 哈夫曼编/译器。有点问题,得不到正确的结果,望修改-Huffman Encoder/translation device . A little problem, not the correct results, look changes
MotionDetection
- 视频目标检测跟踪。摄像头采集获取背景图像 连续采集三副图像,将图像的均值图作为背景-video tracking
tingchechang
- C++数据结构栈操作,实现简易的停车场系统-C++ data structure stack operation, and easy parking system
link_rlink
- 数据结构链表的应用,主要是用于链表的插入算法-The application data structure linked list
mean_shift1
- 利用matlab对EDISON分割的处理,很有用的哦-EDISON segmentation using matlab for the treatment, very useful oh
Josephus
- 用链表实现的约瑟夫环。问题描述:给出人数和一数字n,循环报数,报n的人出列,最后剩下的是第几个人?-Joseph ring
2DPCAPPCA
- 2DPCA+PCA图像特性提取,用于图像的仿生模式识别中。-2 dpca and pca image feature extraction,Used in the image of the bionic pattern recognition.
denoise_bound_init
- TV模糊,利用TV模型进行图像处理,TV模型是重要的图像处理模型,可以进行去噪,能够在去除噪声的同时,还保持边界。(4)-TV model is an important image processing model, can be denoised, can remove the noise, while maintaining the border
