-
DOTNET
A coupled statistical model in dot.net can be used to recover facial shape from brightness
images of faces.
- 2011-11-09 12:33:32下载
- 积分: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
-
CSharp
订单管理系统,增删改查,订单时间什么的都有(in the world,this is new peopeil ihingkz knz,kzjsezzz)
- 2020-11-19 22:29:37下载
- 积分:1
-
spezializations-domain
rossler混沌系统图像,u取不同参数时的6种混沌状态,很好(Rossler chaotic system image, when u get different parameters of 6 kinds of chaotic state, very good)
- 2017-08-06 21:35:24下载
- 积分:1
-
DrawCircle
实现画圆,用C++的mfc功能,这个是c语言交互式绘图的必备!(Achieve Circle)
- 2013-12-20 00:20:37下载
- 积分:1
-
FootBall
A simple football, league data sorter!
For FUN D!
- 2010-01-02 18:51:50下载
- 积分:1
-
1
说明: taky aboout thaky IA ITHANDKA
- 2015-05-23 12:24:19下载
- 积分:1
-
ChuanKouTiaoShi
串口调试助手,适合做串口通讯的人员使用。VB.NET编程。(vb.net serial debug for usart comm.)
- 2013-07-19 14:45:15下载
- 积分:1
-
c
C语言入门经典(第四版)源代码
C语言入门经典(第四版)源代码(Introduction to C language classic source code (fourth edition))
- 2013-05-11 12:52:25下载
- 积分:1
-
commatlab
说明: matlab具有强大的函数库,VC具有高效率的优点。通过com接口将VC和matlab进行连接,本程序实现了VC调用matlab中的magic函数。(Matlab has powerful functions, VC with high efficiency advantages. Com interface through VC and Matlab connect, the program of VC call Matlab function of magic.)
- 2021-03-02 22:29:33下载
- 积分:1