资源列表
Cpp1
- 队列的实验,可以实现简单操作,但是有些错误-Queue experiments, simple operation, but some errors
main
- 描述 1 2 3 4 5 6 7 ############################# 1 # | # | # | | # #####---#####---#---#####---# 2 # # | # # # # # #---#####---#####---#####---# 3 # | | # # # # # #---#########---#####---#---# 4 # # | | | | # # ############################# (图 1) #
lagrange
- source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
CountingSort
- 在众多排序中,排序有堆排序,快速排序,计数排序,基数排序和桶排序等,下面是计数排序-counting sort
bubble-sorting
- 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,-bubble sorting in C/C++
gaosizaosheng
- 这是一个用MATLAB实现的高斯噪声滤波源码,代码简单易懂。-This is a Gaussian noise filtering with MATLAB source code is straightforward.
QSort
- 快速排序算法。注释详细而且正确运行,希望对大家有用。-Quicksort algorithm. Notes the detailed and correct operation, and the hope that useful.
MedianFilter
- 把彩色图像转换成灰度图像进行中值滤波 对彩色图像添加高斯噪声,然后对其进行中值滤波处理,得到图像与原图进行对比,实现中值滤波功能。-Converting the color image into a gray-scale image median filtering Gaussian noise added to the color image, then subjected to a median filtering process, to obtain an image with the
Image-gray-values
- Image gray values (Gray)v图像灰度值计算(Gray)-Image gray values (Gray)
tuxiangzengqiang
- 对冈萨雷斯版里的模糊图像进行增强清晰化,希望对各位有所帮助-Research on image enhancement
LinesDis.h.tar
- 基于opencv的直线检测,可以检测出图像中的直线,并求出方程-Opencv-based line detection can detect the linear image, and find the equation
emd
- 经验模式分解,emd分解,HHT主要算法,可用-empirical mode decomposition