-
Equipment_debug
VB写的GPIB通讯例子+源码下载,NI 安捷伦 GPIB 大家可以参考看看。在仪器面板中可选择连接方式、GPIB地址、网络地址,可以发送命令。用了一些控件来美化窗体的按钮。(VB wrote GPIB communications+ source code examples download, NI Agilent GPIB we can take a look. In the instrument panel, optional connection, GPIB address, network address, you can send commands. Used some form of control to beautify the button.)
- 2014-05-09 12:25:19下载
- 积分:1
-
twi285
一个可以解ax2+bx+c 0方程的程序,输入a,b,c即可得到结果X1,X2,包内有详细VB代码,(A solution ax2+ bx+ c 0 equation application, type a, b, c can get results X1, X2, there is detailed VB code,)
- 2017-04-12 14:26:25下载
- 积分:1
-
moni
用于蘑菇温棚的模拟控制程序,包括xls表和动态显示控件,模拟速度速度可调节(Mushroom greenhouses for analog control procedures, including xls tables and dynamic display of control, analog speed can be adjusted)
- 2010-07-11 00:29:28下载
- 积分:1
-
hperation-ophratgon
Implementing push-to talk with hotkey operation(Implementing a push- to talk with hotkey operation)
- 2017-03-31 00:14:05下载
- 积分:1
-
svpwm3
TI28335的SVPWM程序,可以用在三相逆变电机控制等领域(TI28335 of SVPWM procedures, can be used in other areas of the three-phase inverter motor control)
- 2014-02-26 18:39:12下载
- 积分:1
-
vb+mo
北京旅游查询系统,vb+mo实现,具有MO的基本功能演示(Beijing Travel Inquiry System, vb+ Mo realize, with a demonstration of the basic functions of MO)
- 2020-07-03 20:20:02下载
- 积分:1
-
VB.NET
完全自己编写的做练习题的软件源代码,包括填空、选择、判断等类型,用ACCESS制作题库。通过这个例子可以学习VB下数据库的使用。(Fully prepared to do their own exercises in the software source code, including fill in the blank, select, judge and other types of produce with ACCESS exam. Through this example we can learn to use the database under VB.)
- 2014-01-31 10:25:10下载
- 积分:1
-
vbDelphText
用VB做的,可以使文本框透明,这样就不影响美观了,十分好的资源,欢迎大家下载,用到了API(Do with VB, you can make the text box transparent, so as not to affect the appearance of very good resources, are welcome to download, use the API)
- 2011-08-15 08:07:02下载
- 积分:1
-
acess
利用NET读取ACCESS,系统安装时自动配置(ACCESS read by NET)
- 2011-06-11 22:43:09下载
- 积分: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