-
优化命题的解决存在于许多领域,对于国民经济的发展也有着巨大的应用前
景.随着优化对象在复杂化和规模化等方面的提高,基于严格机理模型的传统优化
方法在实施...
优化命题的解决存在于许多领域,对于国民经济的发展也有着巨大的应用前
景.随着优化对象在复杂化和规模化等方面的提高,基于严格机理模型的传统优化
方法在实施方面变得越来越困难.
-Optimization solution proposition exists in many areas, for development of the national economy also has great application prospect. With the optimization of the object in a complex and large-scale areas such as the improvement of the mechanism model based on strict traditional optimization methods in the implementation has become more to the more difficult.
- 2022-08-20 22:08:08下载
- 积分:1
-
Particle swarm optimization tool kit, including the dynamic environment of the o...
粒子群算法工具包,包括动态环境的寻优,还可以直观看到粒子的搜索过程-Particle swarm optimization tool kit, including the dynamic environment of the optimization, you can also see the particles in an intuitive search process
- 2022-01-25 23:09:46下载
- 积分:1
-
小迷宫 用c语言实现 实现的原理很简单 大家自己看吧
小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
- 2022-01-24 15:23:56下载
- 积分:1
-
RCPC编码,这个是用于CCS环境下的RCPC编码。里面有三种打孔图形。...
RCPC编码,这个是用于CCS环境下的RCPC编码。里面有三种打孔图形。-RCPC codes, this is for the CCS environment RCPC coding. There are three types of perforated graphics.
- 2022-04-29 17:28:03下载
- 积分:1
-
华北工学院校园导游系统
华北工学院校园导游系统-NCUST campus tour guide system
- 2022-05-10 23:56:53下载
- 积分:1
-
E语言源代码,有喜欢的都来看下,如果好用就保留不好用就
E语言源代码,有喜欢的都来看下,如果好用就保留不好用就-E-language source code, there are look like, if not with ease of use on the reservation on the
- 2023-05-22 11:05:04下载
- 积分:1
-
Flash 5 作品,展现漂亮的魔界的魔花!编程做到的景象就是比较奇妙。 此源码作为学习研究用...
Flash 5 作品,展现漂亮的魔界的魔花!编程做到的景象就是比较奇妙。 此源码作为学习研究用-works its way beautiful display of the magic flower! Programming is done more intriguing picture. This source used as a study and research
- 2022-02-27 07:16:24下载
- 积分:1
-
用VB做的股票软件,看到网站给你的信息。
用VB做的看网站股票的软件,给各位参考。-VB to do with the stock software, see the website to give your information.
- 2023-06-10 14:00:04下载
- 积分:1
-
倒计时
倒计时 倒计时 倒计时 倒计时-Countdown
- 2022-03-09 11:35:48下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1