-
根据地层参数通过简化佐普利兹方程求取反射系数,制作合成地震记录,从而显示不同地层模型的AVO响应。...
根据地层参数通过简化佐普利兹方程求取反射系数,制作合成地震记录,从而显示不同地层模型的AVO响应。-In accordance with formation parameter equation by simplifying佐普利兹find reflection coefficient, the production of synthetic seismograms, which show different stratigraphic model AVO response.
- 2023-01-17 01:55:04下载
- 积分:1
-
windows 程序设计源码最后3个源码
windows 程序设计源码最后3个源码-windows programming source final three FOSS
- 2022-04-18 19:26:08下载
- 积分:1
-
基于PC/104 总线的动态称重测量板的设计
Design of Dynamic Weight measure board Based on PC/104
基于PC/104 总线的动态称重测量板的设计
Design of Dynamic Weight measure board Based on PC/104 Bus-Based on the PC/104 bus WIM measurement plate design Design of Dynamic Weight measure board Based on PC/104 Bus
- 2023-02-27 11:15:04下载
- 积分:1
-
一个类似烟火的小程序,开发语言:VC++ 6.0 功能比较简单,运行后就可以看到...
一个类似烟火的小程序,开发语言:VC++ 6.0 功能比较简单,运行后就可以看到-a similar pyrotechnics small program development languages : VC 6.0 functionality is relatively simple, can be seen running after
- 2022-06-21 05:22:40下载
- 积分:1
-
C / C++帮助C / C++开发必须
C/C++帮助文档 c/c++开发必备-C/C++ Help c/c++ Development must
- 2022-03-20 19:00:21下载
- 积分:1
-
磁带库操作代码,针对磁带的换带操作。还有列举出插槽。
磁带库操作代码,针对磁带的换带操作。还有列举出插槽。-tape robot
- 2022-12-22 14:35:03下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
Compound document image high
图像复合文档高级编程,PictureStream,基于c++编写,欢迎下载!-Compound document image high-level programming, PictureStream, based on c++ to prepare, please download!
- 2022-02-03 09:11:33下载
- 积分:1
-
sxensor网络PDF文件
sxensor networking pdf rar-sxensor networking pdf rar
- 2022-02-21 07:08:55下载
- 积分:1
-
Windows平台下枚举显示器所有的显示分辨率
应用背景该Module源码的功能是枚举在Windows平台下显示器的分辨率列表,这样也就可以获得显示器的所有分辨率,同时也可以获得显示器的最大分辨率,其源码是用VS2012 Ultimate工具的Win32 Console Application程序。关键技术用到了Windows的库函数#pragma comment(lib, "D3D9.lib"), 需要的结构体D3DCAPS9,以及相应的库函数有Direct3DCreate9(D3D_SDK_VERSION),GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_NULLREF, &caps),GetAdapterDisplayMode(caps.AdapterOrdinal, &dismode),GetAdapterModeCount(caps.AdapterOrdinal, dismode.Format)等...
- 2022-11-04 20:55:03下载
- 积分:1