-
driverDDKFloowMe01
黑客防线:windows 驱动开发视频培训教程 01(Hacker Defense: windows-Driven Development Video Training Tutorial 01)
- 2010-01-21 09:57:43下载
- 积分: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
-
nijc
Does not rely on MFC to get the system information class()
- 2018-03-17 18:55:52下载
- 积分:1
-
c# 监测进程cpu 占用率 过高则结束进程源码下载
c# 监测进程cpu 占用率 过高则结束进程源码下载
- 2014-01-22下载
- 积分:1
-
kali工具集部分翻译
kali linux工具集翻译,包括漏洞分析,数据库攻击,密码攻击,逆向工程,数字取证。(Kali Linux tool set translation, including vulnerability analysis, database attacks, password attacks, reverse engineering, digital forensics.)
- 2017-06-03 11:11:17下载
- 积分:1
-
admm_simpllified
admm,压缩感知的重构程序,内有仿真信号(admm,compressive sensing)
- 2017-02-21 16:15:33下载
- 积分:1
-
WPF中多窗体实例
在WPF中,没有默认提供MDI子窗体控件,如果有用到多窗体的朋友,可以参考一下。
- 2013-11-25下载
- 积分:1
-
飞思卡尔KL25 INCAP
功能概要:构件化理解OUTCOMPARE编程
版权所有:苏州大学飞思卡尔嵌入式中心(sumcu.suda.edu.cn)
版本更新: 2012-10-12 V1.0
2013-02-02 V2.0
2014-04-16 V2.2
硬件说明:PORTB19=红灯;PORTB18= 绿灯;PORTB9= 兰灯;
1. 工程概述
(1)本工程为KL25微控制器无操作系统应用工程,OUTCOMPARE样例程序
(2)使用串口与外界通信,使用串口1,波特率为9600,1位停止位,无校验
2. 软件环境
(1)CodeWarrior v10.2/v10.3/10.5
3. 硬件环境
(1)KL25 SD13-01 EVB板
(2)兰灯对应引脚为PTB9
(3)串口发送引脚为PTE0,接收引脚为PTE1
4. 实验现象
(1)程序启动时串口发送Hello incap!,同时兰灯闪烁.
(2)C1口输出10KHz的方波。采样频率设为20kHz。将C1引脚和A12引脚用导线连起来,
(3)启动程序会观察到小灯在闪,即A12口输入捕捉到C1口打出的方波,在上升沿捕捉,当计数
值达到一定值时,小灯闪烁
- 2022-06-28 00:05:48下载
- 积分:1
-
STC89c52,LCD1602数字时钟程序
基于stc89c52单片机的LCD1602数字时钟程序
- 2022-10-11 15:35:03下载
- 积分:1
-
Defect-detection
基于灰度图像进行傅立叶变换后的二值化处理(Binarization based on the Fourier transform after the gray image processing)
- 2014-12-21 13:56:05下载
- 积分:1