-
freescale华东赛区试车代码 光电平衡
freescale第十届全国智能车比赛华东赛区试车代码,成绩一般,但代码里可能有你想要的东西,想看的话就下下来看看,不想看就请绕过,代码绝大部分是自己的东西。
- 2023-08-23 03:20:05下载
- 积分:1
-
ntstatus
查看NT状态 (Viewing NT state)
- 2020-07-01 12:40:02下载
- 积分:1
-
0.96OLED显示屏_STM32系列_SPI_例程
基于OLED STM32F103 SPI基本驱动程序(Based on OLED STM32F103 SPI basic driver)
- 2020-06-15 22:23:55下载
- 积分:1
-
SVOKM_lilght_toolkit_32342-
SVM light 工具箱 包含例子和说明文件 包含windows版本和matlab版本222,Matlab的一个辅助库(this is a matlab ass lib,hope everyone enjob it.)
- 2013-08-23 11:54:16下载
- 积分:1
-
duilib 浏览器控件使用
duilib UI开源库中IE核浏览器控件使用方法DEMO,亲测可用。
- 2022-07-20 10:55:10下载
- 积分:1
-
CSharpPictureManage
图片管理使用说明书图片管理使用说明书图片管理使用说明书(C#PictureManage C#PictureManage)
- 2016-05-26 10:45:57下载
- 积分:1
-
C语言编写电话簿
无聊的时候用C语言写了一个电话簿,可能有一些缺点,希望大牛们给些指点吧aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-05-16 08:08:15下载
- 积分:1
-
Unikey-4.0
to study for student
- 2013-08-28 12:11:13下载
- 积分:1
-
butt_shuangxian
matlab 的巴特沃斯 及切比雪夫还有椭圆滤波器 程序,好使,且能画图(matlab Butterworth and Chebyshev filter program also elliptical, so that, and can draw)
- 2011-11-21 16:46:28下载
- 积分: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