-
M16_T2_RTC
说明: 这是我自己编的程序 大家帮忙看一下 看有那些不好的指点一下(This is my own procedure to help you look at those to see what bad advice)
- 2009-07-22 16:04:31下载
- 积分:1
-
COMSOL_LibDoc_Aco
comsol声学模块中各种模型例子的讲解和具体操作步骤(the comsol acoustic module various model examples to explain the specific steps)
- 2020-10-20 14:37:24下载
- 积分:1
-
java web browser source code support mime
java实验的web浏览器源代码支持mime-java web browser source code support mime
- 2022-08-06 13:01:39下载
- 积分:1
-
428185
图片效果转换源码例程,程序结合易语言特殊功能支持库,使用易语言画板组件,进行图片的场景转换。(Picture Effects conversion source routines, programs combined with special features easy language support library , using easy language Sketchpad assembly carried pictures of scene transitions .)
- 2015-07-22 12:37:06下载
- 积分:1
-
DelegateDemo
WPF委托示例代码,适合初学者,委托学习(WPF commissioned sample code, suitable for beginners, commissioned study)
- 2013-11-25 16:48:15下载
- 积分:1
-
wvm
这是一个2D程序,用DIRECTX9.0写的,请大家一定要注意.(This is a 2D program, using DIRECTX9.0 write, please be aware that.)
- 2009-11-02 15:16:19下载
- 积分:1
-
CSSinger
包括基于“当前”统计模型和Singer模型的机动目标跟踪Matlab程序(Including those based on )
- 2008-05-05 15:22:41下载
- 积分:1
-
资源查看
类似于“资源管理器”的程序,可以查看,系统的所有资源(similar to the "resource management for" process, can view, the system of all resources)
- 2005-04-23 10:14:15下载
- 积分: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
-
RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布...
RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, the server calls a calculation method and the results back to the client, so as to achieve the effect of distributed computing. Upload file are detailed in the deployment and use in WIN2000 on the test.
- 2022-07-04 18:31:13下载
- 积分:1