-
code
自己写的TMS320F28335代码,内含DA、AD、液晶驱动、峰值检测、频率采集等程序,供参考(TMS320F28335 write their own code, containing DA, AD, LCD driver, peak detection, frequency acquisition procedures for reference)
- 2015-06-23 11:30:14下载
- 积分: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
-
MQ_CPP_Samples
MQSeries 编程模式,C++的源代码,希望能对MQ开发的人员,起到抛砖引玉的作用。()
- 2008-07-02 13:06:26下载
- 积分:1
-
ReadGeotiff
读取geotiff格式图像,并显示图像信息,如行列号,角点坐标,分辨率,投影信息等(Read geotiff format images, and display image information, such as row and column numbers, corner coordinates, resolution, projection information)
- 2012-01-31 20:39:40下载
- 积分:1
-
READ_WAV
读取.wav文件 C语言编写用于音频语音信号处理(Read. Wav file C language for audio speech signal processing)
- 2021-04-17 12:58:53下载
- 积分:1
-
MultiThreading
说明: FGMultiThreading,halcon多线程实现图像抓取,图像处理
运行环境:vs2013,c++,MFC,
主要针对图像读取,二维码识别,多线程处理(FGMultiThreading, Halcon multi-threaded image capture, image processing
Operating environment: vs2013, c++, MFC,
Mainly for image reading, two-dimensional code recognition, multi-threading processing)
- 2020-06-19 21:40:02下载
- 积分:1
-
MF
说明: 关于 Visual studio的书籍,实现了很多功能,很有借鉴意义。值得一看。适合学习。(Books about Visual studio, to achieve a lot of features, and a useful one. Worth a visit. Suitable for learning.)
- 2013-03-21 16:52:44下载
- 积分:1
-
turbulence
详细介绍了FLUENT里实现用户自定义湍流模型的方法。(The method of realizing user defined turbulence model in FLUENT is introduced in detail.)
- 2021-03-02 16:49:33下载
- 积分:1
-
ProcessHandles
This program list all the remote process handles by type wise and closes them selectively by duplicating
- 2013-12-27 18:37:14下载
- 积分:1
-
banking-system
The uploaded source code is a window based application for developing "Banking System" using Visual basic as front end and MS-Excel as back end.
This project is an implementation of simple tasks that occur during transactions in a bank.
Since it is in visual basic, it is very simple to understand.
- 2014-01-23 16:10:30下载
- 积分:1