-
ResultValue
Represents an evaluation of the goodness of a result.
- 2013-12-05 11:00:58下载
- 积分: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
-
683634
会发声的按钮,VC++经典编程源码,很好的参考资料。(Will sound button, VC++ classic programming source code, a good reference.)
- 2013-11-14 10:22:27下载
- 积分:1
-
C# ftp上传文件代码,配置服务器和本地目录后自动上传文件
C# ftp上传文件代码,配置服务器和本地目录后自动上传文件-C# ftp Uploadfile SourceCode
- 2022-02-03 09:32:22下载
- 积分:1
-
RBF神经网络控制设计Matlab仿真程序
说明: RBF神经网络控制设计Matlab仿真程序(ATLAB Simulation Program for RBF Neural Network Control Design)
- 2019-05-25 16:19:16下载
- 积分:1
-
f77_to_f90
可以将旧版的Fortran77语言转换为新版的Fortran90,方便使用(A program to convert FORTRAN 77 source form to Fortran 90 source *)
- 2020-11-21 12:59:35下载
- 积分:1
-
Cyyzz
大家都认为,c语言之所以强大,以及其自由性,很大部分体现在其灵活的指针运用上。因此,说指针是c语言的灵魂,一点都不为过。同时,这种说法也让很多人产生误解,似乎只有C语言的指针才能算指针。basic不支持指针,在此不论。其实,pascal语言本身也是支持指针的。从最初的pascal发展至今的object pascal,可以说在指针运用上,丝毫不会逊色于c语言的指针。(Everyone thinks, c language were strong, as well as its freedom, it is reflected in its most flexible use of the pointer. Therefore, said pointer is c language of the soul, can not be overemphasized. At the same time, this argument also let a lot of people misunderstand, it seems that only the C language can be considered a pointer to pointer. basic does not support pointers in this matter. In fact, pascal language itself is also supported by the pointer. Pascal far from the initial development of the object pascal, can be said that the use of the pointer, and in no way inferior to the c language pointer.)
- 2013-09-12 16:48:51下载
- 积分:1
-
ADOAccessClistctrl
ADO操作access全过程和CListCtrl的用法,vc编写,介绍数据库的使用(ADO operation and access the entire process CListCtrl use, vc preparation, on the use of database)
- 2007-04-25 20:38:18下载
- 积分:1
-
用c#写的,是我练习socket时的小作品,一个异步套接字的客户端...
用c#写的,是我练习socket时的小作品,一个异步套接字的客户端-Written by c# is my practice, when a small socket works, an asynchronous client socket
- 2022-02-04 10:29:29下载
- 积分:1
-
omap3-cm-t3x
Common support for CompuLab CM-T3x CoMs.
- 2015-03-13 10:51:12下载
- 积分:1