-
luck800
抽奖程序VB编程,对设定号码进行随机抽奖(Test for voting fortunate people)
- 2009-05-06 14:25:15下载
- 积分:1
-
GA
说明: 利用遗传算法寻优,求函数 F (x) = x + 10cos (5x) + 7SiN (4x)的最小值(Genetic algorithm is used to find the minimum value of F (x) = x + 10cos (5x) + 7SiN (4x))
- 2021-02-03 13:38:46下载
- 积分:1
-
Vision
It was developed to identity the radius of V sample, using the optimizing process. It was a complete algorithm, appendix the test imagination.
- 2009-07-15 15:52:30下载
- 积分:1
-
shujucaiji
数据采集应用与编程(打开文档密码为8008100345).pdf
研华的采集卡的相关的的编程指南(Data Acquisition Application and Programming (open document password is 8008100345). Pdf Advantech card collection related to the Programming Guide)
- 2008-01-20 19:31:33下载
- 积分:1
-
FAPSL
HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #de
- 2019-03-31 07:28:39下载
- 积分:1
-
获取网卡地址mac。网络编程实例。初学使用
获取网卡地址mac。网络编程实例。初学使用-mac
- 2022-02-01 11:56:15下载
- 积分:1
-
本程序使用vc6.0开发,它实现了WINDOWS下的WEB服务器,能够解析asp脚本...
本程序使用vc6.0开发,它实现了WINDOWS下的WEB服务器,能够解析asp脚本-This procedure used vc6.0 development, it implements the WINDOWS under the WEB server that can resolve asp script
- 2022-03-10 19:37:36下载
- 积分:1
-
远程认证拨号
远程拨入用户认证服务,Radius协议,rfc2865,rfc28-Remote Authentication Dial-In User Service, Radius agreement, rfc2865, rfc28
- 2022-05-27 19:29:37下载
- 积分: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
-
c语言支持自己创建迷宫,并求解最短路径
支持自己设计迷宫,并一键自动求解最短路径,游戏界面附有操作说明(Supports oneself to design the maze, and automatically solves the shortest path with one key. The game interface is accompanied by operation instructions.)
- 2019-06-08 18:14:59下载
- 积分:1