-
OpenGLSky
本程序主要介绍蓝天的模拟技术、采用球形(dome)方法。(this program introduces the sky simulation technology, using spherical (dome) method.)
- 2006-12-22 18:45:41下载
- 积分:1
-
network_report
计算机网络的实验报告和源码,包含聊天软件的源玛(An experimental computer network reports and source code, including chat software source ma)
- 2009-01-03 16:51:44下载
- 积分: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
-
xtrap
最新Xtrap SDK,可调用,懂得拿去!最新Xtrap SDK,可调用,懂得拿去!(Xtrap SDK hacker!)
- 2020-09-29 13:47:46下载
- 积分:1
-
lilxuq
做一频谱分析处理,为滤波提供频率(Spectrum analyzer to do one deal, in order to provide frequency filtering)
- 2008-05-26 12:27:21下载
- 积分:1
-
csexamsys
考试程序”客户端/服务器模式”,初学网络编程的人看了一定有所收获(C/S Program)
- 2009-10-27 13:57:55下载
- 积分:1
-
hailang147258
说明: 本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子(???)
- 2008-08-30 10:27:52下载
- 积分:1
-
keyboard_driver_C
说明: 键盘的源码的程序,了解键盘编程的方法,键盘测试程序(Keyboard source procedures, understanding of the keyboard programming methods, testing procedures keyboard)
- 2008-10-14 00:41:21下载
- 积分:1
-
neteq_test
C source code for neteq test
- 2020-07-11 23:18:53下载
- 积分:1
-
MsgChart
说明: 可以使用消息进行控制的Chart图,使用MSChart 实现 。(You can use the Chart chart control messages, use MSChart achieve.)
- 2010-04-12 14:50:44下载
- 积分:1