CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Gray coding

搜索资源列表

  1. 图象处理及分形图象压缩

    1下载:
  2. 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal image compression is against
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:206.53kb
    • 提供者:王晶
  1. VC_DigitalImageProcess

    1下载:
  2. 这是一个关于数字图像处理的源代码,目前只支持bmp格式的灰度图像,但功能强大,内容丰富,几乎包含了数字图像处理的所有基本内容。如图像的点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓检测,图像分析,图像复原,图像编码等等。-This is a digital image processing of the source code, only supports bmp format gray image, but powerful, rich in content, consists
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:310.99kb
    • 提供者:严江
  1. imagecodingexample

    0下载:
  2. 处理图像lena.bmp,并画出各图像的灰度层次的分布图,并对256位和16位信源数据进行霍夫曼编码-lena.bmp image processing and paint images of the gray level of distribution map as well as 256-bit and 16-bit data source coding Hoffman
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:72.03kb
    • 提供者:姚艳红
  1. gray_Code

    0下载:
  2. 这是用MATLAB编写的静态图像压缩程序中的基于灰度编码部分-is prepared using MATLAB static image compression based on the procedures Gray coding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:黄宇
  1. Recursive

    0下载:
  2. 格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 -Gray-code problem 1. Problem descr iption for a given positive integer n
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.67mb
    • 提供者:刘珊珊
  1. Graphic.process

    0下载:
  2. 应用C/C++语言编写灰度图像霍夫曼编码的程序-Application of C/C++ language coding gray-scale image of the Hoffman process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:113.88kb
    • 提供者:geyu
  1. CadTool_ETRI_Final

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:184.93kb
    • 提供者:Ho Joon Lee
  1. imageprocessing

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-Simple image processing, including 256 colors to grayscale, Hough transform, Wal
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3.18mb
    • 提供者:啊哦
  1. GImpprovedSVVe

    0下载:
  2. 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型使用径向基函数(RBF))作为核函数,运用格雷码编码方式对SVM算法的模型参数进行遗传编码与优化搜索,,将搜索到的优化结果作为SVM 的最终模型参数。 -Genetic algorithm (GA) combined with the traditional SVM algorithm to construct a parameter of the evolution of the optim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:175.46kb
    • 提供者:ru
  1. 603527

    0下载:
  2. 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-24
    • 文件大小:1.18mb
    • 提供者:jiajia
  1. TemplateTrans

    0下载:
  2. MFC实现灰度图像的图像增强,包括图像平滑,中值滤波,图像锐化,拉普拉斯锐化,伪彩色1编码等-MFC to achieve gray image image enhancement, including image smoothing, median filtering, image sharpening, Laplacian sharpening, pseudo-color one coding. . . . .
  3. 所属分类:Menu control

    • 发布日期:2017-05-11
    • 文件大小:2.08mb
    • 提供者:赵丹凤
  1. errorcode

    0下载:
  2. 常见信道编码的实现代码c++编写,包含格雷码,线性分组码等-Common channel coding implementation code c++ written, including the Gray code, linear block code, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:10.88kb
    • 提供者:潮水般
  1. Picture

    0下载:
  2. java GUL编程,java的图像界面编程,实现了从本地读取图片并显示,把图片转为二值图片和灰度图片-java GUL coding,read the pictures and display it,handle it to gray or binary picyures and save it to local file packages
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:殷明旺
  1. punkai_v23

    0下载:
  2. 与理论分析结果相比,matlab实现了五类灰色关联度模型的计算,有信道编码,调制,信道估计等。- Compared with the results of theoretical analysis, matlab implements five gray correlation degree computing model, Channel coding, modulation, channel estimation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.08kb
    • 提供者:贠全
  1. BPSK.QAM.QPSK.DPSK

    1下载:
  2. 各种数字调制解调方法的MATLAB实现,输出为信噪比图像。包括BPSK,DPSK,QAM,QPSK(包括有无格雷编码的对比)-A variety of digital modulation and demodulation MATLAB implementation of the method, the output SNR images. Including BPSK, DPSK, QAM, QPSK (including comparative Have Gray coding)
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.97kb
    • 提供者:刘墨
  1. GA-3

    1下载:
  2. 用matlab写的遗传算法小程序 里面涉及到二进制编码 和 格雷码 值得学习和参考-Write with matlab genetic algorithm small program which involves binary coding and Gray code is worth learning and reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.45mb
    • 提供者:王道
  1. picture

    0下载:
  2. 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transf
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:456.45kb
    • 提供者:我去
  1. sutpend-integrate

    0下载:
  2. 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异,-Using binary Gray coding, based on roulette method, non-linear ranking selection, uniform crossover, mutation,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:3kb
    • 提供者:taphatqv
  1. JPEG

    4下载:
  2. 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character. Including DCT coding and de
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:219kb
    • 提供者:笨笨木木
搜珍网 www.dssz.com