对JPG图像进行编码解码操作,经过调试能正常运行。-right JPG image codec operation, after debugging can be in normal operation. 下载
超强图片解码类库,可以解GIF.jpeg,jpg,bmp,Png图片,速度很快!很适合v编程人员- 下载
一个用于jpg数据编解压缩的库,包含了enc和dec两个文件-a jpg for extracting data from the basement, and includes enc dec two documents 下载
在MFC程序中显示JPG/GIF图像 如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像。 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control, - minutes fixed up. But C programmers to show the same graphics is not so easy, So is not prepared to own JPG decompression code? Of course not so complicated! This code will be demonstrations on how to MFC process shows JPG or GIF images. 下载
图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : Segmentation and Edge Detection 2. Image encoder and decoder : Huff, PCX, GIF, JPG, etc.; 3. Filter : with a variety of filters (high and low pass offered inter-band stop); 4. Morphology : Image of corrosion and expansive, open and close operations, the image of rough and refined; in addition to the View editor, Gray processing, image restoration, wavelet decomposition and reconstruction and so on. 下载
如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示 同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像。 -If you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control, - minutes fixed up. But C programmers to show the same graphics is not so easy, So is not prepared to own JPG decompression code? Of course not so complicated! This code will be demonstrations on how to MFC process shows JPG or GIF images. 下载
如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像 -If you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control, - minutes fixed up. But C programmers to show the same graphics is not so easy, So is not prepared to own JPG decompression code? Of course not so complicated! This code will be demonstrations on how to MFC process shows JPG or GIF image 下载
jpg解码,请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。有解压密码的要说明密码。请先删除编译后的debug/release目录以减少压缩包大小 -jpg decoders, please read your package then write their specific function (at least 20 words). Try not to let the station have spent time in your note on the amendment. A password to extract passwords note. Please delete compiled the debug / release directory to reduce the size of compressed 下载
DCT离散余弦变换编码和解码,利用vc对bmp图像实行变换,可以对变换和恢复后的结果进行保存和观看比较结果-the program of DCT coding and decoding.It is used to transform bmp to jpg.you can compare the original bmp to transformed jpg 下载
1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat 下载
福娃屏保 国家标准下载 加密 at91san9261 dsp c程序源代码 stretchblt 保存 日程管理控件源码 java 库存管理系统 cyclic redundancy code kepware opc下载 自适应控制器 kcluster 消息队列 例子 rtp 源代码 vc鼠标提示信息 lpc2142 usb 不同窗口运行不同程序 电子杂志源代码 ocmj4x8c nutch的搜索引擎 源码下载 java 文件 随机 ucfs源码 下载arcgis engine linux cti gspohsource struts hibernate spring 视频教程 vc  文件属性 usb51s.lib aes加密测试标准 sd 卡 spi c8051f040 flash 陷波滤波器 设计 matlab usb模拟串口驱动 vc 画直线 arm9 verilog “guide for the preparation ” s3c2440 摄像头 iar ucos 移植 工单 代码 easyarm2200原理图 w77e58串口例程 远程桌面 vc 实现加减乘除的函数 彩信 接口 程序 opendevice qf框架移植 skinbutton uart通信实例 网络服务器 源码 完成端口 c语言实现map容器 c语言ftp客户端源码 unix