CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jpeg code

搜索资源列表

  1. CImage--Class

    0下载:
  2. Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。 现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法.-The Visual C++ class CBitmap and static picture control func
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:13600
    • 提供者:赵聪
  1. 8645645

    0下载:
  2. 对于iOS运动JPEG图像视图,精选ios学习编程源码,很好的参考资料。-For the iOS JPEG image view, select learning IOS programming source code, a good reference.
  3. 所属分类:iPhone

    • 发布日期:2017-04-08
    • 文件大小:24247
    • 提供者:清拌蟹肉
  1. MMF_JPEG_encoder

    0下载:
  2. 对bmp位图图片实现JPEG压缩,代码是纯C语言的,经过代码优化-accomplish the JPEG method using C code for the picture of bitmap, and the code was optimized
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6529
    • 提供者:ivy
  1. lzhuf

    0下载:
  2. Code Information motion jpeg
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4218
    • 提供者:Colinrs
  1. jpg

    0下载:
  2. c源代码 图象的压缩编码,JPEG压缩编码标准 功能是行程编码,JPEG压缩编码(基本系统)-c code, function: jpeg stand for image show
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-24
    • 文件大小:243493
    • 提供者:
  1. BmpToJpgJpgToBmp

    0下载:
  2. 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6219146
    • 提供者:余峰
  1. DCT-and-Image-Compression

    0下载:
  2. DCT and Image Compression In the JPEG image compression algorithm, the input image is divided into 8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each block. The DCT coefficients are then quantized, coded, and trans
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1431
    • 提供者:Eldhose
  1. ym_vcpp-showjpeg

    0下载:
  2. VC++6.0下显示JPEG图像,貌似不是太难啊,不过在论坛上见到不少朋友询问如何实现,今天无意发现这个程序,正好实现这么一个功能,源代码比较多,显示效果不错,仅供参考。 -Display JPEG images, seemingly not too hard, ah, but see how many of my friends asked today stumbled on this program, just to realize such a function, source cod
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:235311
    • 提供者:eric
  1. ImageConvert10.7z

    0下载:
  2. The ImageConvert utility converts files of pictures in the C-like array of values. The utility creates a header file which then uses in a device firmware source code. The utility imports the data from files BMP, JPEG, GIF, PNG, ICO to colour formats
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:585893
    • 提供者:Darvin_forever
  1. jpegencode

    0下载:
  2. Verilog源码,实现jpeg图片的编解码,内附代码说明文档。-verilog source code to realize the encodeing and decodeing for JPEG
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:177037
    • 提供者:fengchen
  1. clc

    0下载:
  2. it is jpeg image compression code
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:12665
    • 提供者:naina Rawat
  1. v4l2camera

    0下载:
  2. 网上找的,忘了是哪个大神的,测试可用,拍完会生成JPEG和BMP图像,之前BPM图像不正常,改了里面一句代码BMP可以正常显示了-Find online, which is forgotten by the great God, the test is available, finished will generate JPEG and BMP images, the image is not properly before the BPM, change the code inside a B
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3749
    • 提供者:z
  1. Steganalysis

    0下载:
  2. Simple LSB code to embed data into a JPEG image in the transform domain.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:consti
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. jpegencode

    0下载:
  2. 实现JPEG压缩的图像处理及图像复原源代码,使图像更好的传输-Realization of JPEG compression of image processing and image restoration source code, make the image better transmission
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1925
    • 提供者:欣然
  1. jpegdecode

    0下载:
  2. 实现JPEG解码接量化的程序代码。便于初学者使用-Realizing the JPEG decoding by program code. For beginners to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:欣然
  1. cameranr

    0下载:
  2. 节点生命周期与传输距离变化关系的二维坐标图-Realizing the JPEG decoding by program code. For beginners to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:欣然
  1. Actual_JPEG

    0下载:
  2. 完整的jpeg量化编解码算法,输入为二维图像,输出为二进制码流-Quantify the full jpeg codec algorithm, the input is a two-dimensional image, the output is a binary code stream
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:102045
    • 提供者:孙修
  1. JPEGSample

    0下载:
  2. 大恒相机对所拍摄的图片进行JPEG压缩、参数设置的代码,并且包含OSD功能-Daheng camera captured image to JPEG compression, the code parameter settings, and contains the OSD
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:102916
    • 提供者:柯霞
  1. LC_eXeScope6.41

    0下载:
  2. eXeScope 是一个能够直接编辑可执行文件的资源编辑器。 它能够分析并改写 EXE、DLL、OCX 等文件的资源。而且这是不需要源代码的。几乎 支持所有的资源格式,比如菜单、对话框、字符串、消息表、图标、光标、位图、快 捷键列表、版本信息、Delphi 窗体,WAV 文件、MIDI、AVI、GIF、 HTML、JPEG、 工具栏。而且,eXeScope 能够分析并显示 导入/导出 函数和在 DLL、OCX 中的类型 库等等。-eXeScope is a resource
  3. 所属分类:Editor

    • 发布日期:2017-04-04
    • 文件大小:585768
    • 提供者:林宸贤
« 1 2 ... 28 29 30 31 32 3334 35 36 37 »
搜珍网 www.dssz.com