-
文件内包含H.263视频编码算法和解码算法2个文件,主要应用实时视频通信,在视频会议中应用较多。...
文件内包含H.263视频编码算法和解码算法2个文件,主要应用实时视频通信,在视频会议中应用较多。-document containing H.263 video encoding and decoding algorithms two documents, Application of the main real-time video communications, video conferencing application more.
- 2022-02-01 23:50:04下载
- 积分:1
-
流的压缩和解压 说明:适用文件压缩、图象压缩等 调用ZLib单元的方法实现...
流的压缩和解压 说明:适用文件压缩、图象压缩等 调用ZLib单元的方法实现-A tool for bit stream compression and decompression. It may be used in coding of text and images, realized by Zlib unit method.
- 2022-01-28 06:36:44下载
- 积分:1
-
For binary image compression realize the arithmetic coding and decoding and on t...
针对二值图像的压缩实现了算术编码以及解码 并在此基础上实现了一节自适应算术编码 有很好的压缩效果-For binary image compression realize the arithmetic coding and decoding and on this basis has been realized a very good adaptive arithmetic coding compression has the effect of
- 2022-07-19 00:58:21下载
- 积分:1
-
请使用此代码作为在我区所有项目(工作环境…
Please, use this MATLAB code as environment for all projects in the ME area (Worked with .mat format)
- 2022-07-19 11:55:49下载
- 积分:1
-
和Unix的compress/uncompress兼容的压缩/解压算法16位程序,适合压缩文本或重复字节较多的文件...
和Unix的compress/uncompress兼容的压缩/解压算法16位程序,适合压缩文本或重复字节较多的文件-16-bit compression and decompression program which is compatible with that in Unix,it is suitable for text
- 2022-01-25 17:00:11下载
- 积分:1
-
压缩解压缩控件Xceed Zip
压缩解压缩控件Xceed Zip-decompress compressed Zip however Controls
- 2022-12-10 13:00:03下载
- 积分:1
-
串行口的设计,可以通过串行口与计算机相连,实现通讯的功能...
串行口的设计,可以通过串行口与计算机相连,实现通讯的功能
- 2022-03-20 16:03:45下载
- 积分:1
-
一个很简单的哈夫曼编码程序!!要的就下哟!
一个很简单的哈夫曼编码程序!!要的就下哟!-a very simple Huffman coding process! ! To the next yo!
- 2022-03-01 19:18:04下载
- 积分:1
-
This is VC++ for an icon with the mouse after a hearing, you will be able to hav...
这是用VC++编的一个用鼠标经过一个图标时你就能听到有铃在响,-This is VC++ for an icon with the mouse after a hearing, you will be able to have a bell in the ring,
- 2022-03-13 09:40:33下载
- 积分:1
-
魔兽改图工具。
魔兽改图一条龙
魔兽改图工具。
魔兽改图一条龙-dota
allstarbSuccess = ReadFile(hFile, buff, dwFileSize, &dwBytesRead, NULL)
CloseHandle(hFile)
if (!bSuccess || (dwBytesRead != dwFileSize))
{
free(buff)
return 0L
}
hash = XORRotateLeft(buff, dwFileSize)
free(buff)
return hash
- 2022-08-31 15:15:08下载
- 积分:1