登录
首页 » Visual C++ » CDMSchen

CDMSchen

于 2014-11-11 发布 文件大小:4427KB
0 300
下载积分: 1 下载次数: 14

代码说明:

  此程序主要是对振动速度和位移信号的在线采集和处理,功能较为齐全。(This program is mainly for vibration velocity and displacement signal acquisition and processing online, function more complete.)

文件列表:

CaculateView.cpp,18725,2009-10-17
CaculateView.h,2783,2004-01-09
CalibrateDynamic.cpp,11303,2009-11-13
CalibrateDynamic.h,2063,2009-11-13
CalibrateStatic.cpp,9514,2009-09-14
CalibrateStatic.h,2338,2005-04-21
CDMS.APS,3704684,2007-09-27
CDMS.clw,26905,2009-11-13
CDMS.cpp,12402,2009-11-13
CDMS.dsp,9229,2009-05-20
CDMS.dsw,533,2007-09-10
CDMS.exe,5140532,2007-09-27
CDMS.h,2393,2009-08-11
CDMS.ncb,549888,2009-11-13
CDMS.opt,71680,2009-11-13
CDMS.plg,4083,2009-11-13
CDMS.rc,51025,2009-09-14
CDMS.sln,872,2009-07-18
CDMS.vcproj,20589,2009-07-18
CDMS.vcproj.WWW-3F603CEC97B.Administrator.user,1427,2009-07-20
CDMSDoc.cpp,1702,2006-08-11
CDMSDoc.h,1453,2006-08-11
CDMSView.cpp,2863,2006-08-11
CDMSView.h,2132,2006-08-11
ChildFrm.cpp,1531,2007-09-10
ChildFrm.h,1397,2007-09-10
Config.exe,155753,2006-09-10
DateTimeSelectDlg.cpp,1649,2005-10-15
DateTimeSelectDlg.h,1373,2005-10-15
DlgDeleteAlarm.cpp,3914,2009-11-13
DlgDeleteAlarm.h,1353,2009-09-14
DlgSelectSet.cpp,1733,2006-08-12
DlgSelectSet.h,1391,2006-08-12
excel9.cpp,147273,2009-11-09
excel9.h,39378,2004-10-17
HistoryTrend.exe,766054,2007-08-28
LABEL.CPP,4514,2003-11-19
LABEL.H,2093,2003-11-19
login.cpp,2501,2009-11-13
login.h,1266,2006-08-12
MainFrm.cpp,54539,2009-11-09
MainFrm.h,4918,2007-09-16
MclDll.dll,31232,2007-06-07
MclDll.lib,3872,1998-12-20
ModifyPW.cpp,2292,2007-03-31
ModifyPW.h,1275,2006-08-12
msado15.dll,487424,2003-07-23
msado15.tlh,90538,2003-07-23
msado15.tli,76575,2003-07-23
MySocket.cpp,3175,2006-09-24
MySocket.h,1207,2006-09-24
netad.dll,32768,2007-01-08
NetAD.h,1397,2007-01-09
netad.lib,3248,2007-01-08
Password.cpp,2758,2009-06-18
Password.h,1248,2007-03-02
ReadMe.txt,4712,2007-09-10
res

...\1.ico

...\2.ico

...\3.ico,766,2007-09-10
...\6#机组.bmp,464454,2005-05-28
...\BACKGROU.BMP,455614,2007-09-10
...\BITMAP1.BMP,730,2007-09-10
...\bitmap4.bmp,94726,2007-09-10
...\bmp00001.bmp,464454,2007-04-10
...\BMP00004.BMP,26122,2007-09-10
...\book.ico,2238,2007-09-10
...\CDMS.ico,1078,2007-09-10
...\CDMS.rc2,396,2006-08-11
...\CDMSDoc.ico,1078,2006-08-11
...\Histogram.ico,4710,2006-08-11
...\idr_main.ico,1078,2006-07-20
...\KEY.ico,3262,2007-09-10
...\NET.ico,3262,2007-09-10
...\noalarm.ico,3262,2007-09-10
...\setcycle.ico,766,2007-09-10
...\spectrum.ico,766,2007-09-10
...\SPLASH.bmp,995496,2007-09-10
...\TestDoc.ico,1078,2007-09-10
...\Toolbar.bmp,838,2007-09-10
...\USER.ico,4710,2007-09-10
...\平面布置图有字(11#).bmp,562510,2007-09-10
...\平面布置图有字(22#).bmp,562510,2007-09-10
...\平面布置图有字(33#).bmp,562510,2007-09-10
...\测点循环.ico,160838,2007-09-10
...\空袭警报.wav,99292,2007-06-06
...\重大.bmp,161734,2007-09-10
resource.h,19850,2009-07-20
resource.hm,288,2007-09-10
Set1Doc.cpp,1352,2006-08-11
Set1Doc.h,1361,2006-08-11
Set1Frame.cpp,1718,2009-11-13
Set1Frame.h,1356,2006-08-11
Set1View.cpp,97921,2009-10-19
Set1View.h,3904,2009-07-20
Set2Doc.cpp,1352,2006-08-11

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

发表评论

0 个回复

  • matlabOCR
    一个可图片中文字进行识别的matlab实例程序,具有很不错的识别率(A picture in the text to identify the matlab example programs, with very good recognition rate)
    2010-09-04 12:18:12下载
    积分:1
  • 11
    说明:   广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20 延时0.2秒 D1: MOV R4,#20 D2: MOV R5,#248 DJNZ R5,$ DJNZ R4,D2
    2012-11-22 13:22:07下载
    积分:1
  • sort
    HEap Sort Implementation !!
    2014-10-07 13:49:01下载
    积分:1
  • characteristics
    matlab 分类程序 金融工程 股票 (matlab matla)
    2012-08-31 18:32:55下载
    积分:1
  • OFDM11
    说明:  OFDM水声通信中最大多普勒频偏估计算法研究(OFDM underwater acoustic communication in the largest Doppler shift estimation algorithm)
    2010-03-20 14:09:48下载
    积分:1
  • Matlab--euler
    小程序,matlab编的,用于解常微分方程的问题(Small program, matlab compiled for the solution of ordinary differential equations of the problem)
    2011-09-27 10:18:19下载
    积分:1
  • hilbertvb
    hilbert 的VB6.0的代码,利用matlab验证过了,可以用于包络解调分析(hilbert the VB6.0 code, the use of matlab verified, and can be used for envelope demodulation)
    2011-09-10 22:41:26下载
    积分:1
  • pipe
    某石油公司计划建造一条由东向西的主输油管道。该管道要穿过一个有n 口油井的油田。从每口油井都要有一条输油管道沿最短路经(或南或北)与主管道相连。如果给定n 口油井的位置,即它们的x 坐标(东西向)和y 坐标(南北向),应如何确定主管道的最优位置, 即使各油井到主管道之间的输油管道长度总和最小的位置?证明可在线性时间内确定主管道的最优位置。(An oil company plans to construct a east to west from the main pipeline. The pipeline to pass through an oil field n wells. Wells from each must have a pipeline along the shortest path (or South or North) connected with the competent Road. If given the location of oil wells in n, that is, their x coordinates (east-west) and y coordinates (north-south), should be how to determine the optimal position in charge of Road, even if the wells to the pipeline in charge of Road between the sum of the smallest length location? proved to be linear time to determine the optimal position in charge of Road.)
    2008-07-07 10:25:25下载
    积分:1
  • cifafenxiqi
    做了詞法分析器,不知道怎樣,希望有人給我提提意見(Done a lexical analyzer, I do not know how, I hope someone is going to give me make a suggestion)
    2007-12-03 16:25:32下载
    积分:1
  • HDB3-coding
    主要是HDB3编程一些资料,内含一个MATLAB实现HDB3的实验报告(The main program is HDB3 some information, containing a MATLAB implementation HDB3 lab reports)
    2015-04-02 14:24:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载