资源列表
Findstr
- Findstr.cpp运行结果: GetNext-IndexKMP的结果: 输入主串s:acabaabcaabaabcac 输入模式串t:abaabcac 主串s长=17 模式串t长=8 next[0]=-1 next[1]=-1 next[2]=0 next[3]=0 next[4]=1 next[5]=-1 next[6]=0 next[7]=-1 next[8]=0 模式串在主串的位置从第10个字符开始 GetNext-IndexKMP的结果:
tuxing
- 一个空心球体在做旋转运动,鼠标点击后将会由大到小的变化
33753158guofu11111111111111
- 严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
touying
- 可以显示任意位置立方体在光源下的投射阴影。a/s/d/o/p/m/n分别可以控制立方体前后左右移动及旋转-Cube can be displayed anywhere in the light under the shadow of the projection. a/s/d/o/p/m/n-cube can be controlled separately before and after the movement and rotation around
BSpline
- B样条绘制 输入四个点,按B即可绘制以这四个点为控制点出B样条。-draw Bspline by using four reference points.
Rossler_lyh
- 李雅诺夫指数程序 李雅诺夫指数程序 -chaos
MotionDetectUsingFrameDiff
- 基于Opencv的帧间法,修改自Opencv书上的背景减除法,可以继续扩展-The frame-based Opencv method, adapted from the book Opencv background subtraction method can continue to expand
bresenham3
- 基于 Bresenham算法画圆并对其进行种子填充。-Bresenham algorithm based on a circle and its seed filling.
EDS
- 分别利用 Roberts、Prewitt和 Sobel 算子对原图像进行边缘检测和锐化。-Respectively use Roberts, Prewitt and Sobel operator on edge detection and sharpening the original image.
opencvfft
- 采用OPENCV库来对图片进行按列依次进行FFT变换,并将结果保存。-The OPENCV library to FFT transform, according to orderly images and save the results.
kmeansclustering
- 基于K-means聚类算法对彩色图象进行分割,聚类的个数可由自己定义.-Based on K- means clustering algorithm for color image segmentation,and the number of clustering can be defined by yourself.
susan-
- 基于SUSAN特征检测算子的边缘提取,添加图片即可运行,可自行根据图片特征设置参数得到较好的边缘检测效果-Edge detection feature extraction SUSAN operator, add images to run, you can set your own parameters to get a better edge detection based on image characteristics