-
code
初步熟悉c++面向对象的功能,包括构造函数,简单类的使用(Preliminary familiar c++ object-oriented features, including constructors, the use of a simple class)
- 2013-06-24 14:57:00下载
- 积分: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
-
mailine邮件信息平台(2)。拉链
Mailine 邮件信息平台(2.5).zip-Mailine mail information platform (2.5). Zip
- 2023-04-25 19:50:03下载
- 积分:1
-
网络编程,完成端口的例子,在学网络编程的朋友可以下载下来...
网络编程,完成端口的例子,在学网络编程的朋友可以下载下来-Network programming, the completion of the port example, in the school network programming to see if a friend can be downloaded off
- 2022-02-26 05:21:53下载
- 积分:1
-
collisiondetection
在vc++环境下使用opengl语言进行碰撞检测(In vc++ environment to use opengl collision detection language)
- 2009-09-14 10:03:18下载
- 积分:1
-
radar_process_toolbox
雷达信号处理的matlab工具箱,从事雷达信号处理,包含了绝大部分信号处理的函数(Radar signal processing matlab toolbox in radar signal processing, and contains most of the signal processing function)
- 2012-11-24 10:44:31下载
- 积分:1
-
用VC编写的WWW浏览器,利用Microsoft的WebBrowser控件。
用VC编写的WWW浏览器,利用Microsoft的WebBrowser控件。-VC prepared by the WWW browser, using Microsoft"s WebBrowser control.
- 2022-12-03 16:55:02下载
- 积分:1
-
西门子PLC调试助手
说明: snap7 连接西门子PLC的库
填写PLC的ip、rack、slot、port参数,可读写I\Q\M\DB等区对应的寄存器。
支持西门子Ethernet TCP/IP协议的PLC(Snap7 is connected to the library of Siemens PLC
Fill in the IP, rack, slot, port parameters of PLC, and read and write the registers corresponding to I / Q / M / DB.
PLC supporting Siemens Ethernet TCP / IP protocol)
- 2020-07-02 11:48:00下载
- 积分:1
-
hevpower
说明: 用于混合动力汽车动力性经济性仿真,用simulink创建的模型(For hybrid vehicle dynamic simulation)
- 2019-01-25 11:09:34下载
- 积分:1
-
exercices-langag-C
this file contains codes of many examples in c
- 2013-12-04 09:13:17下载
- 积分:1