-
全搜索矢量量化码本的大小
full search vector quantizers with codebooks of sizes -full search vector quantizers with codebooks of sizes
- 2023-01-24 10:20:04下载
- 积分: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
-
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在...
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。-LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it became a category C, it can be to facilitate the compression.
- 2022-07-18 10:03:51下载
- 积分:1
-
用回溯法解决不是传教士和Sevag很麻烦的问题…
用回溯法解决不是很麻烦的传教士和野人问题-By backtracking to solve is not very troublesome issue of missionaries and Savage
- 2022-04-23 11:53:01下载
- 积分:1
-
简单的网吧收费系统,可用在小型网吧,有服务端与客户端两个部分组成。...
简单的网吧收费系统,可用在小型网吧,有服务端与客户端两个部分组成。-Simple Internet cafe billing system can be used in a small cafe
- 2022-02-26 13:00:11下载
- 积分:1
-
Marvell8686 source code
Marvell8686 source code
- 2022-08-07 02:27:54下载
- 积分:1
-
这是一个数据结构的遍历赫夫曼树的程序,是有C编程的
这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
- 2023-05-12 06:00:02下载
- 积分:1
-
VC++编程,有源代码,这个程序提供了一个用PPM算法进行文件压缩/解压的类...
VC++编程,有源代码,这个程序提供了一个用PPM算法进行文件压缩/解压的类-VC++ Programming, source code, this procedure provides an algorithm using PPM file compression/decompression classes
- 2022-05-24 07:23:59下载
- 积分: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
-
用C++实现的两个文件打包和拆包,常用…
用c++实现两个文件打包和拆包,经测试对常用的格式txt,doc,mp3,jpg等均通过。-Using c++ to achieve the two documents packing and unpacking, the commonly used test format for the txt, doc, mp3, jpg, etc. through.
- 2022-10-26 16:10:03下载
- 积分:1