搜索资源列表
LZ77算法源代码
- 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
Style
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
GenGuassWin2D
- 指定方差和窗口的大小, 产生2维高斯平滑窗的源码.
windows
- 滑动窗口模拟 // 对滑动窗口中每一个2字节串排序 // 排序是为了进行快速术语匹配 // 排序的方法是用一个64k大小的指针数组 // 数组下标依次对应每一个2字节串:(00 00) (00 01) ... (01 00) (01 01) ... // 每一个指针指向一个链表,链表中的节点为该2字节串的每一个出现位置
showpixel
- 任意读取一幅BMP图像,可以得到图像上任意一点的像素值,读取窗口可以移动,大小可变-Any reading a BMP image, the image can be any point on the pixel value, read the window can be moved, the size variable
LZ77
- 模拟了LZ77编码的编码原理,采用固定窗口大小编码-Simulation of the LZ77 coding coding theory, the use of a fixed window size encoding
OsgMFCSDI
- OSGmfc的展示 一头牛在窗口中,模型更具窗口的大小改变分辨率-OsgMFCSDI
rms
- 通过不同大小的窗口移动,计算每个窗口内地形剖面数据的均方根值,得到的数据在双对数图中拟合直线可求得分维数-move the windows of different size and calculate the rms of the data in the window.Then using the resultant data to plot,so that the fractal dimension can be gotten.
d
- 窗口的大小、位置和布局,此程序是实现这个功能的。-Window size, location and layout
PSD
- 力学中的 PSD 方法,用来进行滤波, 可以调节窗口大小-PSD method of mechanics, used as a filter
LocalWindow
- 基于规则将一张图片中的目标物体使用窗口进行覆盖,窗口之间允许叠加.窗口大小与窗口中心间隔参数可以自定义.-Rules based on the target object in an image using the window cover to allow superposition between windows. Window size and window center of the interval parameters can be customized.
faraday1
- 这个例子显示了如何使用stretchmesh功能 扩大不增加人数的gridpoints在边缘计算窗口的大小。 -This example shows how to use the stretchmesh function to expand the size of the computation window at the edges without increasing the number of gridpoints.
zhongzhilvbo
- 图像的中值滤波,能够从键盘输入窗口大小,自适应滤波-Image median filtering can be entered from the keyboard window size, adaptive filtering
filter--classifier
- matlab数字信号处理,输入图像矩阵和窗口大小,进行中值滤波,平均滤波,svm分类器-Digital signal processing, input image matrix, and window size,median filter,Average filter, svm classifier
adpmedian
- 非线性空间滤波—自适应滤波器,可自动调节窗口大小-Nonlinear filtering- adaptive filter
AMfilt_P
- 非线性滤波,自适应滤波器的一种改进算法,可根据噪声浓度调整滤波窗口大小-Nonlinear filtering, an improved algorithm of adaptive filter which can be adjusted according to the noise density filter window size
Modify_figure
- 用于方便修改输出窗口的大小,可以使以后输出不用太麻烦-Size for easy to modify the output window
eps_operator
- 对数据进行边界保护平滑处理,可以选择平滑窗口大小-Apply Edge-preserve Smoothing (EPS) operation on input dataset with selected window size
movewindow
- 建立一个单调递增队列,元素从左到右依次入队,入队之前必须从队列发问开始删除那些比当前入队元素大或者相等的元素,直到遇到一个比当前入队元素小的元素,或者队列为空为止。若此时队列的大小超过窗口值,则从队头删除元素,直到队列大小小入窗口值为止。然后把当前元素插入队尾。(The establishment of a monotonically increasing queue elements from left to right in the team, the team must start fro