-
small.b0t.C
A small IRC base bot written in C++
- 2009-11-14 15:34:53下载
- 积分: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
-
vbs
vbs脚本开发的chm技术文档,内容很全。(chm for chm)
- 2014-01-04 23:42:35下载
- 积分:1
-
DlgCSClient
好东西大家共同分享啊,我这可是收藏的一点好东西啊, 好好利用和学习吧,画CDC的确(good things to share with you ah, but this collection of 1:00 ah good things that make the best use of it and learning. CDC is the Eastern painting)
- 2006-11-23 10:32:42下载
- 积分:1
-
screenstart
用vc++.net开发的程序启动屏幕的一种新的方法,相信对大家会有所帮助。(with vc. Net development of the commencement of proceedings screen a new approach, I believe we will be of assistance.)
- 2006-12-31 17:47:28下载
- 积分:1
-
splitter
基于单文档,分割windows窗口,设置分割的形式(Based on a single document, split windows windows)
- 2013-10-14 09:38:29下载
- 积分:1
-
20051216165434883
说明: 这是一个用vc编写的简单的图形查看器程序,它可以用来实现图形查看的功能,好用哦(vc)
- 2005-12-23 10:59:08下载
- 积分:1
-
musicplayer
音乐播放,可以实现简单的音乐播放功能,可以找到音乐文件进行添加(music play)
- 2013-12-01 17:23:55下载
- 积分:1
-
portscan
端口扫描很好很强大 的,,大家试试,下载吧,可能达不到大家的要求 ,,新手练习 还是必要胡(portscan)
- 2010-11-26 20:55:47下载
- 积分:1
-
third-chapter-of-cPP-primer
第三章c++primer 课后习题答案,纯自己手写,欢迎大家来一起学习(Chapter III c++primer after-school exercise answers, pure own handwriting, welcome to learn together)
- 2015-07-21 15:20:31下载
- 积分:1