登录
首页 » Visual C++ » energypick

energypick

于 2011-09-15 发布 文件大小:1848KB
0 297
下载积分: 1 下载次数: 28

代码说明:

  本程序实现功能: 1、微机、IBM工作站segy格式文件的a)变面积、b)波形、c)波形加变面积显示; 2、AGC自动均衡显示; 3、用任意多边形选择剖面数据并提取归一化能量、修改选取数据。 (This program function: 1, microcomputer, IBM workstations segy format file of a) become area, b) waveform, c) waveform and become area shows 2, AGC automatic equilibrium display 3, with arbitrary polygon choose profile and extracted data normalization energy, modify, select data.)

文件列表:

energypick
..........\AGCDLG.cpp,991,2005-04-21
..........\AGCDLG.h,1138,2005-04-21
..........\bmp
..........\...\05146-3.doc,44544,2005-04-10
..........\...\MFC Programmer's SourceBook Bitmap.htm,4969,2005-04-10
..........\ChangeData.cpp,1011,2005-04-18
..........\ChangeData.h,1183,2005-04-18
..........\ChildFrm.cpp,2861,2005-04-22
..........\ChildFrm.h,1521,2005-04-22
..........\dataview.cpp,10364,2011-07-07
..........\dataview.h,1699,2005-04-24
..........\displaypara.h,431,2005-04-21
..........\energypick.aps,47620,2006-10-17
..........\energypick.clw,6796,2006-11-03
..........\energypick.cpp,5015,2005-04-22
..........\energypick.dsp,6494,2005-04-22
..........\energypick.dsw,545,2004-04-05
..........\energypick.h,1400,2004-04-05
..........\energypick.ncb,199680,2011-07-07
..........\energypick.opt,54784,2006-11-03
..........\energypick.plg,256,2006-10-17
..........\energypick.rc,20392,2005-06-03
..........\energypick.reg,709,2004-04-05
..........\energypick.sln,909,2011-07-07
..........\energypick.vcproj,12753,2011-07-07
..........\energypickDoc.cpp,8155,2011-07-07
..........\energypickDoc.h,2599,2005-05-13
..........\energypickView.cpp,16891,2005-06-03
..........\energypickView.h,2775,2005-04-23
..........\erro.txt,332,2005-04-09
..........\help
..........\....\EnergyPick.htm,1498,2005-04-23
..........\....\HELP.CHM,11402,2005-04-23
..........\....\HELP.VCM,964,2005-04-23
..........\HELP.CHM,11402,2005-04-23
..........\Help.cpp,1084,2005-04-21
..........\Help.h,1160,2005-04-21
..........\HELP.VCM,1024,2005-04-22
..........\htmlhelp.h,18219,1999-07-14
..........\htmlhelp.lib,34904,1999-12-03
..........\HyprLink.h,814,2001-11-29
..........\MainFrm.cpp,3022,2007-03-05
..........\MainFrm.h,1479,2005-05-09
..........\panel.cpp,13440,2005-05-13
..........\panel.h,2075,2005-04-21


..........\panel2.bmp.psd,48768,2004-04-05
..........\para.h,215,2005-04-10
..........\parameter.cpp,1844,2005-04-10
..........\parameter.h,1269,2005-04-10
..........\ReadMe.txt,5168,2004-04-05
..........\res
..........\...\cursor1.cur,326,2005-04-06

..........\...\energypick.rc2,402,2004-04-05
..........\...\energypickDoc.ico
..........\...\QQRes249.ico

..........\resource.h,2665,2005-05-09
..........\result
..........\......\energypick.exe,86016,2011-07-07
..........\......\EnergyPick.htm,1498,2005-04-23
..........\......\energypick.reg,709,2004-04-05
..........\......\HELP.CHM,11402,2005-04-23
..........\......\model.segy,2065088,2005-03-25
..........\savedlg.cpp,991,2005-04-18
..........\savedlg.h,1223,2005-04-18
..........\SEGSTRUCT.h,4457,2005-04-10
..........\seishow.cpp,16438,2005-04-28
..........\seishow.h,2288,2005-04-27
..........\StatLink.cpp,4810,2005-04-22
..........\StatLink.h,1685,2005-04-22
..........\StdAfx.cpp,212,2004-04-05
..........\StdAfx.h,1054,2004-04-05
..........\struct.h,143,2005-04-08
..........\说明.htm,1414,2005-04-22
..........\进度记录.txt,115,2005-04-18

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

发表评论

0 个回复

  • FaceDetection
    本程序和实现对一幅包含人脸的bmp图像进行光纤补偿,对人脸区域进行检测实现人眼和人嘴的检测与定位,最后勾绘出人脸的特征以实现人脸检测的目的。(This procedure and implementation of a compensate the fiber contains face of BMP image, the face region detection to realize human eyes and mouth detection and positioning, finally drew out the facial features to achieve the purpose of face detection. )
    2013-04-17 10:37:31下载
    积分:1
  • VZ_HELP
    说明:  全数字摄影测量系统 VirtuoZo 具有以下特点:
    2011-03-26 12:41:11下载
    积分:1
  • BicubicHermiteCode
    使用Visual C++编写的生成三次Hermite曲线的源代码。(Bicubic Hermite code in Visual C++.)
    2011-01-07 18:01:47下载
    积分:1
  • Graph_Cut
    Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 (Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.)
    2008-03-03 22:26:01下载
    积分:1
  • fdeconv
    图像的反卷积 去卷积复原 效果还不错,欢迎下载(image deconvolution image restoration)
    2010-12-24 14:11:25下载
    积分:1
  • MARPH
    对图像变形的一些基本算法的介绍和功能的描述等 (about marphing )
    2010-11-17 18:21:25下载
    积分:1
  • 145
    一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
    2013-08-30 17:17:58下载
    积分:1
  • 的读写MyBitmapImg
    本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能(The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square distance, rename picture and some other functions.)
    2013-09-18 10:05:23下载
    积分:1
  • trix
    delaunay三角化程序 delaunay三角化程序 delaunay三角化程序(delaunay triangulation delaunay triangulation process procedures delaunay triangulation process)
    2020-10-28 09:19:58下载
    积分:1
  • cannyho
    openCV+MFC(VS2008)canny边缘检测,能用滑动条调节参数(openCV+MFC (VS2008) canny edge detection, use the slider to adjust parameters)
    2015-09-16 15:27:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载