-
876545346
VB在treeview的节点处使用图形,有需要的下。(VB at the node in treeview using graphics, there is need for the next.)
- 2013-08-22 09:32:59下载
- 积分:1
-
UDPTest
UDP协议测试工具,可根据设定绑定UDP绑定IPD端口,进行相关的UDP吸引收发数据测试。(UDP protocol test tools, according to the set bound to the UDP binding IPD port, the UDP attract send and receive data test.)
- 2013-04-18 09:18:39下载
- 积分:1
-
IP
说明: 网络状态实时监控,断网报警,本机IP地址显示。(Real-time network status monitoring, fault alarm network, the machine IP address display.)
- 2010-08-07 09:50:15下载
- 积分:1
-
sclcqj1.0
VB排课源代码,附人工+排课系统说明书。(Arranging VB source code, with instructions manual+ Arrangement System)
- 2010-10-10 21:13:00下载
- 积分:1
-
elsfk
说明: 简单的VB小游戏,一个合集,包含了5个游戏的代码,大家可以下下来(Simple VB game, a collection contains five games of the code, you can down under)
- 2008-11-10 20:21:25下载
- 积分: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
-
ZFQXOX
自实现提示窗口,可以实现与XP风格的提示窗口类库,基于MFC,()
- 2018-04-29 06:13:18下载
- 积分:1
-
vbs
vbs脚本开发的chm技术文档,内容很全。(chm for chm)
- 2014-01-04 23:42:35下载
- 积分:1
-
juanjima
卷积码编译码C程序 一种简单的(3,1,2)卷积码编码和译码程序(Convolutional code encoding and decoding procedures for a simple C (3,1,2) convolutional code encoding and decoding procedures)
- 2009-05-23 10:07:45下载
- 积分:1
-
eMuleBTsrc1
eMuleBT又称变态驴,是中国自主研发的p2p文件共享软件。不同于easyMule和vagaa,它的代码是自主研发的。这里是他的core(核心)代码,对学习p2p编程很有帮助。(eMuleBT also known as metamorphosis donkey, is China' s homegrown p2p file-sharing software. Unlike easyMule and vagaa, its code is self-developed. Here is his core (core) code, very helpful in learning p2p program.)
- 2010-01-20 17:44:53下载
- 积分:1