-
dos3
this algorithm is another self organizing maps
- 2009-10-24 12:12:16下载
- 积分:1
-
TestProblems
多目标优化测试函数集合,主要包括ZDT1~ZDT6以及DTLZ1~DTLZ6函数、TYD、UF等测试函数的数学模型,标准Pareto解集,非常实用。(Multi-objective optimization test function set, mainly including the ZDT1~ZDT6 and DTLZ1~DTLZ6 function, TYD, UF and other test functions of the mathematical model, the standard Pareto solution set, very practical.)
- 2021-03-24 22:49:14下载
- 积分: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
-
FOA
使用matlab编写的基于FOA果蝇优化算法的极小值、极小值优化问题程序(A minimax and minimization optimization program based on FOA fruit fly optimization algorithm written in MATLAB)
- 2018-05-07 15:05:01下载
- 积分:1
-
VCPP-create-a-application-window
VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。(VC++ language to create a common application window in order to make proper use PlaySound function, should be done before compiling the following settings: Click Project-> Setting-> Link tab, select General in the Category, and then in the Object/Library Modules text box, we see a lot. lib library file, add the code in its final " winmm.lib" (windows multimedia library), click OK.)
- 2013-11-24 14:23:38下载
- 积分:1
-
PSK4
Matlab产生M-psk信号,用SVM实现对M-psk星座图的非线性决策边界,使用训练后的模型对测试数据进行预测(Realization of nonlinear decision boundary for M-psk constellation using SVM)
- 2018-06-10 23:55:01下载
- 积分:1
-
一个简单的员工管理系统,可以体现出员工现在状态,是否劳动力。...
一个简单的员工管理系统,可以体现出员工现在状态,是否劳动力。-a simple staff management system that can reflect the state employees now, whether labor.
- 2023-02-27 05:05:03下载
- 积分:1
-
matlab-gps-from-GPS
matlab版读取串口gps信息的图像化程序(A GUI program of matlab reads gps info from GPS by rs232 port。)
- 2012-12-12 13:59:48下载
- 积分:1
-
29798
查看网络连接源码,例程程序结合易语言扩展界面支持库,调用API函数查看系统中程序连接网络的情况。(View Network Connections source , routine program combined with easy language support library expansion interface , API function calls in the case of view the system to connect the network.)
- 2015-05-19 18:51:16下载
- 积分:1
-
Examination Management System to facilitate the examination of the management an...
考试管理系统,方便考试人员的管理和进行网上考试的便利可行。-Examination Management System to facilitate the examination of the management and staff for the convenience of online examinations feasible.
- 2022-09-18 00:50:02下载
- 积分:1