-
rxjh
热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。
此文件包含组成 GameServer 应用程序
的每个文件的内容摘要。
(RXJH_source)
- 2009-05-18 00:25:08下载
- 积分:1
-
test
AMF协议解析工具,适合初学者查看amf协议结构。通过源码来修改测试amf协议(The AMF protocol analysis tool, suitable for beginners View amf protocol structure. Source code to modify the test amf protocols)
- 2012-10-16 11:19:37下载
- 积分:1
-
bpsk
用C++实现BPSK的仿真,包括信源,调制,信道,解调,计算误比特率(Using C++ implementation BPSK simulation, including source, modulation, channel, demodulator, bit error rate calculation)
- 2020-12-11 14:59:17下载
- 积分:1
-
GifCodec
参考网上的资料写的gif编解码。
编码用gdi解析常用图片格式,然后组装成gif
解码吧gif的每一帧转换成dib
gif文件格式网上有很多介绍
gif用的变长lzw压缩算法:
没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。
编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。
24位dib转换成8位dib时使用的八叉树算法
图片拉伸时参考的网上的双线性插值算法。
字典满了位数加一,位数是12时不加(Online reference materials written gif codec.
Encoded using gdi resolve common image formats, and then assembled into a gif
Each frame decode it into a gif dib
There are many online gif file format introduced
gif lzw with variable length compression algorithm:
Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
- 2015-01-17 20:22:25下载
- 积分:1
-
torbrowser
torborwser 洋葱路由安装包,隐藏IP地址。(Torborwser onion routing package, hide IP address.)
- 2016-07-19 13:16:42下载
- 积分:1
-
builtin
qt内建对话框,对qt中提供的对话框进行了系统归纳和总结,并在逐个演示。(qt built-in dialog box, on the qt dialog boxes provided in the system and summarized, and in one by one presentation.)
- 2011-08-16 09:00:45下载
- 积分:1
-
voronoi
visual c++实现voronoi图生成函数的实现
voronoi图生成与构造(voronoi implements with visul c++)
- 2016-03-22 00:31:02下载
- 积分:1
-
OPCserver-develop-by-vc
OPC服务器开发指南,采用VC和VB进行开发指导(OPC developer guide by use VC or VB)
- 2014-12-10 22:19:08下载
- 积分:1
-
DiskKey
得到文件系统的相关注册表键值,并且显示出来(get the register key value of file system and show it. )
- 2005-07-11 16:24:46下载
- 积分:1
-
Colormap
输入为不同的权值,程序根据权值生成各种类型的colormap的值(Enter a different weight, the program type is generated based on the weight of the value of colormap)
- 2016-04-13 15:53:35下载
- 积分:1