-
labview2
labview做的小程序,用于模拟微波干涉仪的多普勒信号(PC so small procedures, which are used to simulate microwave Doppler interferometer signal)
- 2006-12-20 21:40:03下载
- 积分:1
-
Artificial-neural-network
LabVIEW中人工神经网络计算的实现与应用(Artificial neural network computing in LabVIEW Implementation and Application)
- 2013-10-31 08:36:01下载
- 积分:1
-
MPS-140801VBCode
数据采集例程suju cjsuju cj据采集例程据采集例程(suju cj suju cj suju cj suju cj suju cj
suju cjsuju cjsuju cjsuju cj)
- 2016-04-06 11:33:38下载
- 积分:1
-
ColorPicker
VB写的一款模拟Photoshop的拾色器源码。比Photoshop的要强大很多。(VB wrote a simulation Photoshop s color picker source. Photoshop is stronger than many.)
- 2015-06-29 14:08:10下载
- 积分:1
-
sa
vb application upload test
- 2009-09-25 10:39:47下载
- 积分:1
-
PMV-PPD
VB复杂计算,含绘图功能,同时也是个实用的空调辐射温度 舒适度衡量软件,稳定可靠(VB complex calculations, including graphics, is also a practical air-conditioned comfort of radiation temperature measuring software, stable and reliable)
- 2008-12-22 17:08:20下载
- 积分:1
-
Visual-Basic-programming-examples
Visual Basic 6.0编程实例大全(Visual Basic 6.0 programming examples)
- 2014-04-11 12:18:12下载
- 积分:1
-
Mainfram44XS
• Mainframe technology experience (Cobol, DB2, JCL, CICS, ZOS).
Person should be well versed with App Migration/modernization, Data Migration and Conversion experience.
Involved with defect analysis, fixing documentations and analyzing in past projects.
UNIX base with Micro Soft COBOL would be nice to have.
• Mainframe technology experience (Cobol, DB2, JCL, CICS, ZOS).
Person should be well versed with App Migration/modernization, Data Migration and Conversion experience.
Involved with defect analysis, fixing documentations and analyzing in past projects.
UNIX base with Micro Soft COBOL would be nice to have.
- 2013-11-24 19:02:54下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
65358
** sBackUpfileName 恢复后的数据库存放目录
** sDataBaseName 备份的数据名
** sIsAddBackup 是否追加到备份文件中
**说 明:引用Microsoft ActiveX Data Objects 2.x Library
**模 块 名:frestoredatabase_a
**描 述:恢复数据库,返回出错信息,正常恢复,返回""
**调 用:frestoredatabase_a "备份文件名","数据库名"
**参数说明:
** sDataBasePath 恢复后的数据库存放目录
** sBackupNumber 是从那个备份号恢复
** sReplaceExist 指定是否覆盖已经存在的数据
**说 明:引用Microsoft ActiveX Data Objects 2.x Library
">
- 2013-08-22 09:58:50下载
- 积分:1