登录
首页 » Visual C++ » DeMultiwave

DeMultiwave

于 2007-02-16 发布 文件大小:237KB
0 429
下载积分: 1 下载次数: 466

代码说明:

  读取segy文件,消除多次波 的地震处理运用(segy read documents, eliminating the multiple use of seismic processing)

文件列表:

249839
......\DeMultiwave
......\...........\cagausfunc.cpp
......\...........\cagausfunc.h
......\...........\Class2SingleFilterDrawArea.cpp
......\...........\Class2SingleFilterDrawArea.h
......\...........\Class2SingleHRelDrawArea.cpp
......\...........\Class2SingleHRelDrawArea.h
......\...........\Class2SingleLastDrawArea.cpp
......\...........\Class2SingleLastDrawArea.h
......\...........\Class2SingleOriginDrawArea.cpp
......\...........\Class2SingleOriginDrawArea.h
......\...........\Class2SingleRelateDrawArea.cpp
......\...........\Class2SingleRelateDrawArea.h
......\...........\Class2SingleZJDrawArea.cpp
......\...........\Class2SingleZJDrawArea.h
......\...........\Class2TraceInfoDlg.cpp
......\...........\Class2TraceInfoDlg.h
......\...........\Class2WaveDlg.cpp
......\...........\Class2WaveDlg.h
......\...........\ClassOriginDrawArea.cpp
......\...........\ClassOriginDrawArea.h
......\...........\ClassResultDrawArea.cpp
......\...........\ClassResultDrawArea.h
......\...........\ClassSingleLastDrawArea.cpp
......\...........\ClassSingleLastDrawArea.h
......\...........\ClassSingleOriginDrawArea.cpp
......\...........\ClassSingleOriginDrawArea.h
......\...........\ClassSingleRelateDrawArea.cpp
......\...........\ClassSingleRelateDrawArea.h
......\...........\ClassSingleResultDrawArea.cpp
......\...........\ClassSingleResultDrawArea.h
......\...........\ClassWaveDlg.cpp
......\...........\ClassWaveDlg.h
......\...........\CreatData1Dlg.cpp
......\...........\CreatData1Dlg.h
......\...........\CreatData2Dlg.cpp
......\...........\CreatData2Dlg.h
......\...........\CreatDataDataArea.cpp
......\...........\CreatDataDataArea.h
......\...........\CreatDataDataForm.cpp
......\...........\CreatDataDataForm.h
......\...........\CreatDataRealForm.cpp
......\...........\CreatDataRealForm.h
......\...........\CreatDataSetDlg.cpp
......\...........\CreatDataSetDlg.h
......\...........\CreatDataTraceForm.cpp
......\...........\CreatDataTraceForm.h
......\...........\DeMultiwave.aps
......\...........\DeMultiwave.clw
......\...........\DeMultiwave.cpp
......\...........\DeMultiwave.dsp
......\...........\DeMultiwave.dsw
......\...........\DeMultiwave.h
......\...........\DeMultiwave.ncb
......\...........\DeMultiwave.opt
......\...........\DeMultiwave.plg
......\...........\DeMultiwave.rc
......\...........\DeMultiwaveDoc.cpp
......\...........\DeMultiwaveDoc.h
......\...........\DeMultiwaveView.cpp
......\...........\DeMultiwaveView.h
......\...........\DrawOptionBGColor.cpp
......\...........\DrawOptionBGColor.h
......\...........\DrawOptionDlg.cpp
......\...........\DrawOptionDlg.h
......\...........\DrawOptionFontColor.cpp
......\...........\DrawOptionFontColor.h
......\...........\DrawOptionLineColor.cpp
......\...........\DrawOptionLineColor.h
......\...........\FileInfoDlg.cpp
......\...........\FileInfoDlg.h
......\...........\font.cpp
......\...........\font.h
......\...........\headinfo.cpp
......\...........\headinfo.h
......\...........\MainFrm.cpp
......\...........\MainFrm.h
......\...........\matrix.cpp
......\...........\matrix.h
......\...........\msflexgrid.cpp
......\...........\msflexgrid.h
......\...........\myfft.h
......\...........\OpenFileDlg.cpp
......\...........\OpenFileDlg.h
......\...........\picture.cpp
......\...........\picture.h
......\...........\ReadMe.txt
......\...........\readsegybycpp.cpp
......\...........\readsegybycpp.h
......\...........\REALInfoDlg.cpp
......\...........\REALInfoDlg.h
......\...........\REALTxt.cpp
......\...........\REALTxt.h
......\...........\relate.cpp
......\...........\relate.h
......\...........\res

......\...........\...\DeMultiwave.rc2

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC_Example
    PRODAVE 实例 PRODAVE是西门子的通讯协议,这个文件是开源的PRODAVE实例,能够兼容西门子的PLC(PRODAVE example is the Siemens PRODAVE communication protocol, this document is open-source PRODAVE example, can compatible with Siemens PLC)
    2008-12-19 15:34:42下载
    积分:1
  • dvlp
    该功能实现 保险公司出单录单 及所有规则管控(The insurance company a single recorded single and all rules pipe control function)
    2012-08-28 17:02:25下载
    积分:1
  • Mifare_UsbMiCard_DLL
    Mifare USBMiCard.DLL - Visual C/C++ Source Program(Mifare USBMiCard.DLL- Visual C/C++ Source Program)
    2009-02-17 09:56:50下载
    积分:1
  • car4Ssale
    用c++做的汽车4s店销售系统(mfc) 录入查询库存预定等功能模块 头文件中定义 class CAutomobile4SshopDlg : public CDialog 头文件中定义class sale : public CDialog class service : public CDialog class storage : public CDialog class guanli : public CDialog 分别作销售,服务,库存,管理功能模块函数体调用 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_AUTOMOBILE4SSHOP_DIALOG 102 .....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc) Input query inventory reserve and other functional modules Header file defines class CAutomobile4SshopDlg: public CDialog Header file defines class sale: public CDialog class service: public CDialog class storage: public CDialog class guanli: public CDialog Respectively, for sales, service, inventory management function module calls the function body # define IDM_ABOUTBOX 0x0010 # define IDD_ABOUTBOX 100 # define IDS_ABOUTBOX 101 # define IDD_AUTOMOBILE4SSHOP_DIALOG 102 Defined as a function of the body ..... macro call)
    2013-10-24 17:52:29下载
    积分:1
  • forecast1130
    自己辛苦编写的双色球彩票统计预测程序. 为得到下载积分,忍痛贡献. visual c++ 2010, 开发. windows 7 64bit, 16GByte内存需求, 4核处理器 并行计算, STL C++, 能够快速遍历计算全部号码分解组合的概率. 贡献出来心痛. 希望联系我,找份喜欢的工作.(souce codes of double Color ball lottery statistical forecasting program, desinged by myself. visual c++ 2010 stl, parallel computing. operation requirement under windows 7 64bit, 16GByte memory and 4-core processor. Rapidly traverse calculation of the the probability of all decomposition and all combination code numbers. it have me heartache to contribute my codes for get download points. Hope to contact me, help me ge one job.)
    2012-12-02 16:55:59下载
    积分:1
  • Tourism-system
    基于MO+VB实现的旅游查询系统,该系统实现了景点的查询和出行路线的查询(Tourism inquiries system based on MO+VB implemented, the attractions queries and travel routes queries)
    2020-07-03 18:40:02下载
    积分:1
  • PV-Controller
    光伏控制器,自动充放电控制12V/10A光伏控制器(ERA-04-10-A): 额定工作电压:DC12V 最大充电电流:10A 最大放电电流:5A/路(共两路负载) 太阳能组件开路电压:25V 空载电流:<15mA 温度补偿:-20Mv/°C 工作环境温度:-25°C~+50°C 使用海拔:<5500M 控制器尺寸(mm): 光控电压(25°C):<=3.3V 过放保护电压(25°C):<10.8V 过放恢复电压(25°C):>10.8V 过充保护电压(25°C):>15.0V 过压保护电压:17.68V 过压恢复电压:14.7V 浮充电压(25°C):13.4V~13.7V 恢复正常充电电压(25°C):13.2V 结束正常充电电压(25°C):15.0V (PV controller, automatic charge and discharge control 12V/10A PV controller (ERA-04-10-A): Rated voltage: DC12V Maximum charge current: 10A Maximum discharge current: 5A/Road (a total of two loads) Solar components of the open circuit voltage: 25V No-load current: < 15mA Temperature Compensation:-20Mv/° C Operating Temperature:-25 ° C ~+50 ° C with elevation: < 5500M Controller Size (mm): light control voltage (25 ° C): < = 3.3V over-discharge protection voltage (25 ° C): < 10.8V over-discharge recovery voltage (25 ° C):> 10.8V overcharge protection voltage (25 ° C):> 15.0V over-voltage protection Voltage: 17.68V overvoltage recovery voltage: 14.7V float voltage (25 ° C): 13.4V ~ 13.7V back to normal charging voltage (25 ° C): 13.2V end of the normal charging voltage (25 ° C): 15.0V)
    2021-04-22 17:08:48下载
    积分:1
  • MedicManagementS
    药品管理系统,MFC+Access,MFC+SQL Server(Drug management system, MFC+Access, MFC+SQL Server)
    2020-10-26 23:19:59下载
    积分:1
  • netstatwx_v1.0
    this program change title of menu of windows
    2013-10-15 14:08:39下载
    积分:1
  • yuce
    用灰色预测理论实现负荷预测,可以任意取点(Gray prediction theory to achieve load forecasting, you can take an arbitrary point)
    2021-04-27 09:58:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载