-
etop
魔力宝贝 辅助 功能多种全面,瞬移,挂机,自动补血 原地遇敌等(Magic Baby comprehensive variety of auxiliary functions, Teleport, hang up, automatic blood situ Yudi etc.)
- 2013-11-26 05:37:41下载
- 积分:1
-
udt.sdk.4.9.tar
UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)
- 2012-01-16 10:53:35下载
- 积分:1
-
source-code
Opencv教程的实例源代码
书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。(Opencv tutorial source code examples in the book of C/C++ language examples. .. Each instance subdirectory* dsw and* dsp files are under Visual C++ 6.0 for Windows File and Project Workspace file Makefile Linux is GNU Make the input file. In the Windows environment, double* dsw file will start the Visual C++ 6.0 and load the instance in the Linux environment, enter the make command to compile the examples.)
- 2013-12-05 22:28:11下载
- 积分:1
-
serial
串口驱动程序,可替换NT下的串口驱动程序 (Serial dirver which can replace serial driver in NT)
- 2021-04-20 23:48:49下载
- 积分: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
-
comnunication
使C++语言编程,实现双机在联网条件下通过IP地址实现通信。(With C++,we can make two computers commnicate with each other when they are on the Internet.)
- 2012-07-05 09:36:56下载
- 积分:1
-
duobianxingsaomiao
用多边形扫描线填充算法,实现对多边形围成区域的填充。(Filled with polygon scan line algorithm for polygon filling surrounding region.)
- 2009-07-01 22:59:57下载
- 积分:1
-
Product
利用MFC编程实现,在设置中输入产量值的数据,点击确定,视图区将显示结果统计的柱状图和扇形统计图。(MFC programming, production value of the data input settings, click OK, the view area will display the results of statistical bar and pie charts.)
- 2012-11-15 19:09:30下载
- 积分:1
-
RollDiceOnline
说明: 程序实现了一个简单的网络版的掷骰子,一个服务器端,另一个客户端。(Program implements a simple network version of the dice, a server-side, another client.)
- 2011-03-02 17:14:29下载
- 积分:1
-
sushu
说明: 用C++的类的概念写的一个有关寻找一定范围内素数个数并把它们输出的C++源程序(With C++ The concept of the class written by a certain range to find the number of prime numbers and their output C++ Source)
- 2008-10-26 19:50:29下载
- 积分:1