-
H.264 CABAC的编码解码过程的传统
H.264的CABAC的常规码的解码过程-H.264 CABAC conventional code decoding process
- 2022-09-20 03:20:02下载
- 积分:1
-
可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。...
可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。-Can choose a variety of compression of images read into the compression and decompression, reference JPEG compression. Interface with MFC. And images can be saved.
- 2022-04-19 11:29:03下载
- 积分:1
-
音频文件编码为G729.VS2005编写,已测试
音频文件编码为G729.VS2005编写,已测试-G729.VS2005 encoding audio files to prepare for, have been tested
- 2022-06-01 11:26:13下载
- 积分:1
-
GIF images into RGB format decompression procedures can be, converted into gray
GIF图片解压成RGB格式的程序,可根据需要,转成灰阶或其它格式-GIF images into RGB format decompression procedures can be, converted into gray-scale or other format
- 2022-01-27 16:09:43下载
- 积分:1
-
gif图像的编解码实现,在vc环境下直接编译即可!
gif图像的编解码实现,在vc环境下直接编译即可!-realization of gif graphic compression/decompression,which can be compiled in VC environment.
- 2022-02-09 23:49:40下载
- 积分:1
-
Visual Basic课程举例1 有很好的例题
Visual Basic课程举例1 有很好的例题-Visual Basic courses, for example one has a very good example
- 2023-07-16 06:40:03下载
- 积分:1
-
伦佩尔
- 2022-06-13 23:53:30下载
- 积分:1
-
全搜索矢量量化码本的大小
full search vector quantizers with codebooks of sizes -full search vector quantizers with codebooks of sizes
- 2023-01-24 10:20:04下载
- 积分:1
-
self contained Huffman encoder and decoder with CLI.
Simple program written in...
self contained Huffman encoder and decoder with CLI.
Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
- 2022-02-28 17:27:26下载
- 积分:1
-
编译源文件生成可执行文件TestLibjpeg.exe,
此程序可以转换bmp位图为jpg格式,或解压缩
jpg格式图像为bmp格式。
将需转换的b...
编译源文件生成可执行文件TestLibjpeg.exe,
此程序可以转换bmp位图为jpg格式,或解压缩
jpg格式图像为bmp格式。
将需转换的bmp格式图片存到和TestLibjpeg.exe
相同的文件夹下,在DOS界面下使用命令行参数
bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg
jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp-
AppWizard has created this TestLibjpeg application for you.
This file contains a summary of what you will find in each of the files that
make up your TestLibjpeg application.
TestLibjpeg.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TestLibjpeg.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named TestLibjpeg.pch and a precompiled ty
- 2022-02-05 01:55:04下载
- 积分:1