-
QrInv
QR对复数矩阵进行求逆运算,是一个vc动态库源码,源码测试程序中针对是4维复数矩阵采用QR分解方法对4维复数矩阵进行求逆,可扩展,只需修改r上三角矩阵求逆的方法即可(QR method is mainly used for negative complex matrix inversion, the test program is carried out for 4 matrix inversion, scalable, simply modify the triangular matrix inversion process you can)
- 2015-12-03 10:16:37下载
- 积分:1
-
directsshowChapter04
dirctsShow开发指南源码Chapter05(Development Guide dirctsShow source Chapter05)
- 2007-10-22 19:43:42下载
- 积分:1
-
VC_Sql_AddressBook
说明: 用VC++和SQL开发的一个通信录程序,界面优美,功能齐全,对想学VC数据库编程的或许有所帮助。(with VC++ and SQL development of a communications procedures, beautiful interface, the full range of functions, right, like the VC database programming may be of some help.)
- 2006-04-18 16:05:03下载
- 积分:1
-
CD
说明: 基于VC环境下的光驱驱动程序,可实现对光驱的弹出和关闭操作。(VC environment based on CD-ROM driver can be realized on the drive pop-up and shut down operations.)
- 2009-01-05 19:42:46下载
- 积分:1
-
SplashWnd
splashwnd 窗口开始画面设置,主要针对VS2010的特定设置(Splashwnd )
- 2015-01-30 16:58:03下载
- 积分:1
-
ffmpeg-tutorial
ffmpeg入门教程,帮你快速学会ffmpeg的好途径(ffmpeg tutorial help)
- 2020-08-05 13:48:34下载
- 积分:1
-
tongxunlu
通讯录系统,简单的对通讯录进行编程,可实现文件的输出(Address book system, easy to program to the address book, documents can be output)
- 2009-04-06 11:34:33下载
- 积分: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
-
MsChartsale
说明: 一个能显示柱形图功能的源码,方便初学者使用。(A bar graph showing the function of the source code for beginners to use.)
- 2009-08-22 12:53:17下载
- 积分:1
-
PyramidImageMatchingII
针对离散小波变换对于图像平移和旋转的敏感性,提出了一种基于可操纵金字塔的图像匹配算法。(Discrete wavelet transform for image translation and rotation sensitivity of a steerable pyramid-based image matching algorithm.)
- 2009-06-22 12:25:35下载
- 积分:1