-
4layer
多炮声波PML边界正演
时间二阶空间十阶
速度场为200*200
添加PML边界后为300*300.边界计算包括4个边及4个角点。初始震源位置位于(150,50处)
输入速度模型为3层,2000/2500/3000,放在model.bin中
输出数据为finite_difference_150_50_2.bin
主程序参考王恩江4239091.基于linux环境编译。(finite_difference,model based on linux envirenment,3 layer)
- 2017-04-26 10:49:40下载
- 积分: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
-
E0403
VC6.0完全自学手册 主编孔鹏 对话框与窗口操作源代码(VC6.0 dialog with the window operation code)
- 2013-10-26 19:01:57下载
- 积分:1
-
esprit_pairing_mimo
发射角和波达角经esprit算法仿真求出角度,然后自动配对。这是某sci的仿真程序。(Emission angle and the angle of arrival by ESPRIT algorithm for angle, then automatic pairing. This is a SCI simulation program.)
- 2014-09-04 20:53:46下载
- 积分:1
-
Regedit
系统注册表信息(registry information system)
- 2004-08-02 11:00:21下载
- 积分:1
-
Miss920
Miss920程序行为监视器,运用SSDT HOOK技术,可以简单有效的监控程序行为,现在已经实现了进程监控,文件监控,注册表监控,并且可以有效快捷地进行二次开发。(Miss920 monitor program behavior, the use of SSDT HOOK technology, can be simple and effective monitoring of program behavior, the process has already been realized to monitor, document monitor, registry monitor, and can be carried out effectively and expeditiously to the second development.)
- 2009-07-04 23:30:19下载
- 积分:1
-
AUpdateProvider
一个完善的升级程序,可供编写自动升级程序模块参考。(A complete update program solution.)
- 2014-01-18 00:38:42下载
- 积分:1
-
多边
此程序为地震层析成像的正演算法,此算法用来解正问题。(This program is a forward algorithm for seismic tomography, which is used to solve the problem.)
- 2018-09-19 19:15:04下载
- 积分:1
-
带ID的lpc2368 CAN通信
带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
- 2020-07-03 08:40:01下载
- 积分:1
-
ReMin0319
IEC60870-5-103通信规约的从站模拟软件,可以模拟一个采用单片机驱动的继电保护设备,自动向主站程序上送数据并响应主站数据的数据问询请求,并有可选择的状态变位和扰动数据进行上送(IEC60870-5-103 communication protocol slave simulation software can simulate a single-chip computer-driven protection equipment, automatic procedures to send data to the master station and respond to data inquiries master data requests, and there is an optional state displacement and disturbance data sent)
- 2013-07-16 15:05:42下载
- 积分:1