-
七人表决 MAX + PLUS 2 编写
七人表决 MAX + PLUS 2 编写 -Seven people to vote
- 2022-05-20 00:19:58下载
- 积分:1
-
采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好...
采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
- 2023-05-07 10:45:02下载
- 积分:1
-
CORDIC algorithm using VHDL realize VLSI realize image processing algorithm tech...
CORDIC算法的VHDL实现 对于采用VLSI实现图象处理技术的算法中有很大的帮助-CORDIC algorithm using VHDL realize VLSI realize image processing algorithm technology has a great help
- 2022-02-25 22:46:20下载
- 积分:1
-
achieve dancing robot
跳舞机器人的实现-achieve dancing robot
- 2023-06-14 17:00:02下载
- 积分:1
-
data flow for the Huffman compression algorithm source code
用于数据流压缩的huffman算法源代码-data flow for the Huffman compression algorithm source code
- 2022-03-24 19:00:52下载
- 积分:1
-
自适应哈夫曼编码
Adaptive Huffman coding
- 2022-08-25 20:48:08下载
- 积分:1
-
THE JPEG2000 STILLIMAGE CODING SYSTEM
THE JPEG2000 STILLIMAGE CODING SYSTEM
- 2022-01-26 05:43:29下载
- 积分:1
-
基于改进K
基于改进K-means的压缩IP
由于k-means本身受异常点影响较大,这里采用迭代k-means的方法,降低异常点的影响,减少计算量和提高聚类数目的灵活性。并添加合并异常聚类方法,提高聚类的均匀性-K-means based on improved compression IP
As k-means itself is influenced by outliers, where an iterative k-means method to reduce the impact of outliers, reducing the number of cluster computing capacity and enhanced flexibility. And add the combined abnormal clustering method to improve the uniformity of clustering
- 2023-03-31 12:15:04下载
- 积分:1
-
边缘检测源程序,TI的DM642跑的源程序,TI的ccs环境
边缘检测源程序,TI的DM642跑的源程序,TI的ccs环境-Edge detection source, TI
- 2022-04-26 20:48:25下载
- 积分: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