-
seg-y地震数据操作(全部源码 qt)
本例支持qt4.8以上版本,实现了对地震格式seg-y数据的读取,显示,初级FK变换,二维线性插值的内容。
seg-y地震数据操作(全部源码 qt)。
- 2022-07-08 09:14: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
-
shujukeshihua
说明: MATLAB数学实验之数据可视化,其中包含课件以及习题和答案,文档中附有源程序(MATLAB Mathematical experiments data visualization, which includes courseware, as well as exercises and answers, the document bearing source)
- 2006-03-08 15:23:32下载
- 积分:1
-
1602
说明: 1602的显示程序,很简单的那种,可以当入门之用(1602 1602 1602 1602 1602 1602)
- 2010-04-24 16:19:21下载
- 积分:1
-
juzhen
矩阵的练习 对于掌握数组的 概念很重要。如何快速掌握数组,灵活运用。(The practice of the matrix is very important to grasp the concept of the array. How to quickly grasp the array of flexible use.)
- 2012-06-29 11:34:40下载
- 积分:1
-
main
将保存有灰度图像信息的txt文件转化生成灰度图片。 txt数据只能包含数据,数据用逗号或者空格隔开,所存数据个数应与所生成的图片大小相同。例:要还原的图片大小为640*480,那么txt文件中就应当有307200个数据。(The txt file with information of grayscale image is transformed into gray image. The TXT data can only contain data, separated by commas or spaces, and the number of data stored should be the same as the size of the generated image. Example: the size of the image to restore is 640*480, so there should be 307200 data in the txt file.)
- 2018-10-13 12:47:55下载
- 积分:1
-
蓝牙点亮LED灯-C8T6
说明: 利用带有蓝牙功能的安卓手机与HC-05蓝牙模块通信。用stm32f103c8t6单片机来控制开关量(Use your cell phone to communicate with bluetooth. Switch quantity is controlled by single chip microcomputer)
- 2019-05-15 21:37:55下载
- 积分:1
-
paixu
使用的排序算法,非常不错的思维,比较其他有较大优势(Sorting algorithm used, very good ideas, have greater advantages compared with other)
- 2009-05-05 17:54:54下载
- 积分:1
-
jiaotongdeng
关于交通灯的单片机课程设计,内含程序代码以及Proteus的使用资料。(Information on traffic lights using microcontroller curriculum design, including the program' s code, and Proteus.)
- 2014-05-04 16:29:40下载
- 积分:1
-
通过输入欧拉角求旋转矩阵
通过输入欧拉角来求旋转矩阵,输入旋转矩阵可以反求欧拉角。可以用来做无人机的姿态学习。
- 2022-01-27 21:38:44下载
- 积分:1