CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - VC I
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - VC I - List
[
Compress-Decompress algrithms
]
lzwfordepresscoding
DL : 0
LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c / bitio . h some support function, and support bits (bit) for the File I / O usage : Compression 4,558,302 E
Date
: 2008-10-13
Size
: 1.87kb
User
:
冯灿科
[
Compress-Decompress algrithms
]
wang452128fg86
DL : 0
上次我传的倒立摆的控制程序,不是我的最终的程序,本程序采用VC++编程,定时器为多媒体控制器,(控制时间可到达5ms),控制算法用的是最优控制,-last time I Chuan an inverted pendulum control procedures, I was not the ultimate procedures, the procedures for using the VC program, Timer for multimedia controller (Control can be reached by the time 5 ms), the control algorithm is optimal control,
Date
: 2008-10-13
Size
: 101.08kb
User
:
王志强
[
Compress-Decompress algrithms
]
jioawuguanli
DL : 0
我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例-I bought the new CD there are a good educational management system to the general rule of VC.net
Date
: 2008-10-13
Size
: 368.98kb
User
:
oyyee
[
Compress-Decompress algrithms
]
vccap
DL : 0
简单的vc视频捕捉,不是我写的-simple video capture, I did not write
Date
: 2008-10-13
Size
: 223.54kb
User
:
晏传
[
Compress-Decompress algrithms
]
vccap
DL : 0
简单的vc视频捕捉,不是我写的-simple video capture, I did not write
Date
: 2026-01-09
Size
: 223kb
User
:
晏传
[
Compress-Decompress algrithms
]
lzwfordepresscoding
DL : 0
LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c/bitio . h some support function, and support bits (bit) for the File I/O usage : Compression 4,558,302 E
Date
: 2026-01-09
Size
: 2kb
User
:
冯灿科
[
Compress-Decompress algrithms
]
wang452128fg86
DL : 0
上次我传的倒立摆的控制程序,不是我的最终的程序,本程序采用VC++编程,定时器为多媒体控制器,(控制时间可到达5ms),控制算法用的是最优控制,-last time I Chuan an inverted pendulum control procedures, I was not the ultimate procedures, the procedures for using the VC program, Timer for multimedia controller (Control can be reached by the time 5 ms), the control algorithm is optimal control,
Date
: 2026-01-09
Size
: 2.01mb
User
:
王志强
[
Compress-Decompress algrithms
]
jioawuguanli
DL : 0
我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例-I bought the new CD there are a good educational management system to the general rule of VC.net
Date
: 2026-01-09
Size
: 1.08mb
User
:
oyyee
[
Compress-Decompress algrithms
]
mpeg2
DL : 0
1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
Date
: 2026-01-09
Size
: 216kb
User
:
[
Compress-Decompress algrithms
]
g729a
DL : 0
g729 的源码,我调试我,可以用了, 用vc6 编译,建个console的应用程序工程-G729 source code, I debug I can be used with vc6 compiler, built a console application project
Date
: 2026-01-09
Size
: 565kb
User
:
kenneth
[
Compress-Decompress algrithms
]
LEDCtrl
DL : 0
这是一个测试led的程序,在VC下可以很好的运行 我试过,效果不错-This is a test procedures led, in the VC can be a very good run I tried, the effect of good
Date
: 2026-01-09
Size
: 4.6mb
User
:
王哲
[
Compress-Decompress algrithms
]
unrar_vc
DL : 0
我把unrar的代码整理成vc工程了,供大家使用。-I unrar code organized into the vc project for everyone to use.
Date
: 2026-01-09
Size
: 209kb
User
:
agou
[
Compress-Decompress algrithms
]
Soft
DL : 0
G729 A-I的所有源码 可直接在DSP或者VC上跑 版本比较全-G729 A-I all the source code can be directly on the DSP or VC running version of the more complete
Date
: 2026-01-09
Size
: 14.19mb
User
:
lenovo
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.