-
UG_job
UG二次开发中其重要作用的能够建立块得功能(UG secondary development of its important role in the establishment of the block was able to function)
- 2012-01-03 23:19:33下载
- 积分:1
-
MatToC
matlab转换c++语言的程序代码,共分享(matlab to c)
- 2010-09-14 19:32:56下载
- 积分:1
-
LSD-CC430F6137-ADC
TI公司新型433M无线射频解决方案CC430源码此源码为带AD采样(TI s new CC430 433M wireless RF solutions for the band this source code AD sampling)
- 2013-10-03 13:08:50下载
- 积分:1
-
STM32_FOC_PMSM
这是 关于STM32单片机 PWM电机调速的 例程文件(this is about stm32 pwm )
- 2017-03-11 15:08:24下载
- 积分:1
-
md5 - 副本
说明: 文件哈希识别,采用md5法则进行。思路为每固定时间对文件进行比较,输出文件哈希值并给出结论。文件会被写入列表中,针对文本文件有效。(Document Hash Recognition,using MD5)
- 2019-04-03 20:51:55下载
- 积分:1
-
C# POP3类库 接收邮件 并读取邮件内容 附完整源码
接收邮件并读取邮件的详细内容,亲测通过。
- 2013-07-27下载
- 积分: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
-
slambook
说明: 《视觉SLAM十四讲》高翔,完整版,前10章。对视觉定位,机器学习,深度学习有很大帮助(Gao Xiang, the complete version of vision slam 14 lectures, is very helpful for vision positioning, machine learning and deep learning)
- 2020-12-30 16:58:59下载
- 积分:1
-
cpp_200715
说明: 通过一个C++例子,来学习C++的重载。这里面包括几个重载的例子(Through a C + + example, to learn C + + overload. There are several examples of overloading)
- 2020-08-03 15:14:16下载
- 积分:1
-
例
#include
int main()
{int i,sum=0;
i=0;
while (i
- 2023-08-01 17:45:04下载
- 积分:1