-
SHOWALLPROCESS_OWN
自编进程查看管理器,visual c++课程设计,visual c++小制作(Self Process View Manager, visual c++ curriculum design, visual c++ small production)
- 2013-12-22 13:15:58下载
- 积分:1
-
NewASPCom
使用双缓冲画的日历控件,很漂亮 的,对于双缓冲的使用有很大帮助(Calendar controls use double buffering painting pretty)
- 2012-12-09 14:46:56下载
- 积分:1
-
remotecontrol
远程控制,分为客户端与服务器端两个对话框。(Remote control, is divided into client and server side both dialog boxes.)
- 2011-10-09 21:57:20下载
- 积分:1
-
02
说明: Resize方法方便的解决因窗口大小改变,而使控件的大小与位置的改变(Resize a convenient method to solve the problem of window size change, which controls the size and location changes)
- 2008-10-08 09:55:30下载
- 积分:1
-
CartoonParse
闹钟程序,定时关机功能,也是处理bitmap的经典代码,有透明背景效果(Alarm procedures, timing shutdown function, but also deal with the classic bitmap code, there is a transparent background effects)
- 2009-03-26 23:56:12下载
- 积分:1
-
6547687
用两个字符形成点阵大字,VC++经典编程源码,很好的参考资料。(Lattice with two characters form characters, VC++ classical programming source code, a good reference.)
- 2013-11-15 09:32:34下载
- 积分:1
-
GetHardDiskId
获取硬盘序列号的动态库与调用源码!
可以获得所有硬盘的序列号,兼容2000/XP/2003操作系统!(Get hard drive serial number of the dynamic library and call the source! Access to all the hard drive serial number, compatible with 2000/XP/2003 operating system!)
- 2020-09-05 16:48:05下载
- 积分:1
-
source
battlecity游戏源码.VC编写.(Source battlecity game. VC preparation.)
- 2009-04-19 19:59:13下载
- 积分:1
-
OpenJPEG_PCMDC
Fast Prediction Compensated Multiple Description Coding for JPEG 2000
The prediction compensated multiple description coding described in the following papers is implemented by modifying the OpenJPEG version of the JPEG 2000 standard:
J. Wang, and J. Liang, "Filter banks for prediction-compensated multiple description coding,?submitted to IEEE Trans. Signal Processing, Sept. 2007. Revised: Aug. 2008. PDF
J. Wang, and J. Liang, "Filter Banks for Prediction-Compensated Multiple Description Coding," accepted, 2008 Data Compression Conference, Snowbird, Utah, Mar. 2008. PDF
http://www.ensc.sfu.ca/~jiel/
- 2009-06-17 21:01:05下载
- 积分: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