-
20081101199957090642
很不错的,希望大家喜欢,一起学习PROTEUS的仿真,大学是必须会的,一定发掌握。(Studying together is very good, hope you like them, PROTEUS simulation, is must be university, must master)
- 2013-06-08 12:57:07下载
- 积分:1
-
ThemesVB
You can only set the Theme programmatically in the PreInit event, but
this would mean you d have to have code in every page. The master page
doesn t have a PreInit event.
- 2009-07-09 18:25:48下载
- 积分:1
-
medic
用VB.NET开发的多媒体播放器控件的例子(Development with VB.NET example of multimedia player controls)
- 2010-12-20 11:57:21下载
- 积分:1
-
Hardware-information-viewer
VC++系统开发实例精粹 硬件信息查看器程序代码 Hardware information viewer(Instance of VC++ System hardware information viewer the essence of the program code Hardware information viewer)
- 2011-05-28 18:53:58下载
- 积分:1
-
test_cpu_speed
描述如何实现一个测试CPU速度的应用程序的开发。(Describes how to realize a test CPU speed of application development.)
- 2008-05-18 12:27:02下载
- 积分:1
-
683634
会发声的按钮,VC++经典编程源码,很好的参考资料。(Will sound button, VC++ classic programming source code, a good reference.)
- 2013-11-14 10:22:27下载
- 积分:1
-
Open
说明: Wincc使用MSComm控件串口通讯,VB中发送十六进制数据(Wincc uses MSComm control to communicate through serial port and sends hexadecimal data in VB)
- 2020-06-16 22:40:01下载
- 积分:1
-
sushu
说明: 用C++的类的概念写的一个有关寻找一定范围内素数个数并把它们输出的C++源程序(With C++ The concept of the class written by a certain range to find the number of prime numbers and their output C++ Source)
- 2008-10-26 19:50:29下载
- 积分: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
-
uip1.0
UIP1.0主要的代码,实现协议栈的源代码,对嵌入式移植协议有重要的作用。可以代替TCP/IP的库。(UIP1.0 main code, realize the protocol stack of embedded transplant agreement source code, have important effects. Can replace TCP/IP library.
)
- 2011-05-24 19:21:19下载
- 积分:1