登录
首页 » Visual Basic » DataCollectionSystem

DataCollectionSystem

于 2021-02-01 发布 文件大小:704KB
0 341
下载积分: 1 下载次数: 37

代码说明:

  徕卡TCA1800自动监测系统,可以应用于各种变形监测,用于数据的自动采集、保存以及平差处理,代码完整。(Leica TCA1800 automatic monitoring system that can be applied to a variety of deformation monitoring for automatic data collection, preservation, and adjustment processing, code integrity.)

文件列表:

Arrow.cls,5401,1997-02-11
Cipher.bas,8222,2003-09-12
ClassXP.dll,49152,2003-03-10
clsButton.cls,51040,2003-05-21
clsEncrypt.cls,2968,2000-05-25
DataFiles
.........\Averagexyz.txt,2713,2003-12-08
.........\Cal.txt,0,2003-12-08
.........\CalValue.txt,3181,2003-12-08
.........\FirstValues.txt,2548,2003-11-27
.........\oridata.txt,952,2003-12-07
.........\PreviousValue.txt,1718,2003-12-08
.........\ReturnCode.txt,322,2003-04-16
.........\status.txt,218,2004-01-29
.........\svdata.txt,2713,2003-12-08
.........\xyzData.txt,2415,2003-12-08
.........\初始值.txt,2548,2003-11-27
Dialog.frm,1879,2003-06-12
DlgPath.frm,2169,2003-06-12
DlgPath.frx,2250,2003-06-12
dlgSetting.frm,7515,2003-06-12
dlgSetting.frx,6782,2003-06-12
frmAbout.frm,12826,2004-05-09
frmAbout.frx,432540,2004-05-09
FrmChangePassword.frm,12089,2003-10-15
FrmChangePassword.frx,5366,2003-10-15
frmDataCollect.frm,689,2003-05-15
frmDataCollect.frx,458,2003-05-15
frmLogIn.frm,12432,2004-01-29
frmLogIn.frx,6212,2004-01-29
frmMain.frm,155452,2013-11-20
frmMain.frx,180345,2013-11-20
frmStudy.frm,16604,2003-07-10
frmStudy.frx,22817,2003-07-10
frmUserID.frm,21838,2003-09-12
frmUserID.frx,10082,2003-09-12
Frm_About.frm,25297,2003-11-13
Frm_About.frx,7080,2003-11-13
GEOCOM32.DLL,198144,1997-04-09
GEOCOM32.LIB,727832,1997-04-09
Global.bas,6313,2003-06-04
GurhanButton.ctl,39048,2003-09-15
LVbutton.ctl,97768,2003-08-14
LVbutton.ctx,21823,2003-08-14
mcLCD.Cls,5799,2003-08-21
MMTimer.ctx,500,2003-05-13
modFangan1.bas,2637,2003-05-22
modFangan2.bas,7742,2003-05-22
modFangan3.bas,9176,2003-07-22
modFunction.bas,296,2003-05-20
modIniRW.bas,3696,2003-07-12
modProcess.bas,6530,2003-08-12
modQuZhi.bas,2286,2003-05-21
modStand.bas,13302,2003-07-09
mod_gardient.bas,1077,2003-05-07
MSSCCPRJ.SCC,192,2003-06-12
PrjMain.vbp,2533,2013-11-20
PrjMain.vbw,1017,2013-11-20
Profiles
........\Profiles.ini,495,2003-11-13
........\sysdb.mdb,184320,2013-11-18
Reg.bat,90,2013-11-20
STUBS32P.BAS,42208,1997-04-23
System.RES,185968,2003-05-13
SystemInteroperatability.dll,229487,2003-06-17
SystemInteroperatability.exp,1087,2003-06-17
SystemInteroperatability.lib,2864,2003-06-17
SystemInteroperatability.pdb,328704,2003-06-17
Trans7.dll,98304,2003-05-30
Trans7.exp,973,2003-05-30
Trans7.lib,2586,2003-05-30
trans_colour.bas,1937,2001-10-28
UnReg.bat,90,2013-11-20
VFOutBar.oca,15872,2003-06-12
VFOutBar.ocx,90112,1998-12-07
XpCheckBox.ctl,18095,2003-04-28
XpCheckBox.ctx,93276,2003-04-28
xpcheckbox2.ctl,11319,2003-04-28
xpcheckbox2.ctx,10084,2003-04-28
xpcmdbutton.ctl,8852,2003-04-28
xpcmdbutton.ctx,3824,2003-04-28
xpradiobutton.ctl,12331,2003-04-28
xpradiobutton.ctx,2845,2003-04-28

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

发表评论

0 个回复

  • Wintab_Example
    使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes ******************************************************* ******************************************************* A few notes on this before you play with it: 1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
    2013-10-19 12:59:12下载
    积分:1
  • HRM(VC6PSQL2005)
    一套完整的人力资源管理系统,VC6编译环境,数据库Microsoft SQL2005,带有数据库,可直接应用。(About HRM application system,base on Windows platform and Microsoft SQL2005 platform,Visual C++ 6.0 environment.)
    2014-04-05 12:42:52下载
    积分:1
  • E0403
    VC6.0完全自学手册 主编孔鹏 对话框与窗口操作源代码(VC6.0 dialog with the window operation code)
    2013-10-26 19:01:57下载
    积分:1
  • WindowsApplication
    vb2008 调用大漠插件,魔域自动喊话,发出BOSS自动报警(vb2008 call desert plug Demon automatic message, BOSS automatic alarm issued)
    2013-12-30 00:24:54下载
    积分:1
  • Lesson1
    孙鑫老师vc教学视频中源码,以及上课所用ppt,非常好,希望对大家有用(Sun Xin vc teachers teaching video source, and the school used ppt, very good, want to be useful)
    2011-09-11 09:38:01下载
    积分:1
  • Hpop
    VC++卫星精密定轨(HPOP)程序,采用高阶精确力学模型。(VC2003)(VC++ satellite orbit determination procedures, the use of high precision mechanical model.)
    2021-03-18 20:19:19下载
    积分:1
  • manager
    小商品管理系统,实现商品的分录,查询,总价统计(Commodity management system, product entry, query, total statistics)
    2013-09-08 13:53:30下载
    积分:1
  • 686
    用vb.net编写的记事本原代码-vb.net using the notebook to prepare primitive code (Vb.net memo prepared by primitive code-vb.net using the notebook to prepare primitive code)
    2013-12-07 11:05:12下载
    积分:1
  • CSmoshidezhuomiangongxiangchengxu
    该程序完成的是桌面共享应用,包括论文一应俱全.使用语言是C++.(The process is complete is a desktop sharing application, including essays ranging use of language is C++. )
    2012-04-18 22:31:38下载
    积分:1
  • Josephus
    说明:  实现编程中最经典的问题:约瑟环问题。通过利用链表形式实现该功能。利用C编写。(Programming to achieve the most classic problems: the issue of Joseph Central. Form through the use of the feature list. Prepared to use C.)
    2009-08-10 19:43:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载