-
matlabcode
说明: 模拟退火是 80 年代初发展起来的一种随机性组合优化方法。它模拟高温金属降温的热力学过程,并广泛应用于组合优化问题。基于模拟退火的粒子群优化算法是把模拟退火机制引入基本粒子群优化算法中,采用杂交粒子群优化算法中的杂交运算和带高斯变异的粒子群优化算法中的变异运算,以便进一步调整优化群体。(Simulated annealing is a stochastic combinatorial optimization method developed in the early 1980s. It simulates the thermodynamic process of high temperature metal cooling and is widely used in combinatorial optimization problems. The particle swarm optimization algorithm based on simulated annealing introduces the simulated annealing mechanism into the basic particle swarm optimization algorithm, and adopts the hybrid operation in hybrid particle swarm optimization algorithm and the mutation operation in particle swarm optimization algorithm with Gaussian mutation, so as to further adjust the optimization population.)
- 2020-03-11 10:49:36下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
SQP方法
说明: 序列二次规划法,求解非线性优化问题;是有约束优化问题最有效的算法之一(SQP, solving nonlinear optimization problems)
- 2020-10-27 11:11:29下载
- 积分:1
-
javalocal
子类方法不可比父类方法抛出更多的例外。子类抛出的例外或者与父类抛出的例外一致,或者是父类抛出例外的子类型。或者子类型不抛出例外。(Class methods are not comparable to the parent class method throws more exceptions. The subclass thrown exception or thrown with the parent class exceptions, or the parent class throw exception sub type. Do not throw exceptions or sub type.
)
- 2013-10-18 19:51:43下载
- 积分:1
-
DSSS-CDMA-master
基于Python语言实现CDMA直接扩频通信系统,并分析了其误码率曲线图(The CDMA direct spread spectrum communication system is implemented based on Python language, and its bit error rate curve is analyzed.)
- 2021-03-03 10:39:33下载
- 积分:1
-
UPF_HVDC
说明: 统一潮流控制,基于VSC_HVDC结构,控制效果好,能达到预期的效果(Unified power flow control, based on VSC_HVDC structure, has good control effect and achieves expected results.)
- 2021-02-26 19:59:37下载
- 积分:1
-
Eight
八路模拟数据采集显示电路,70H-77H存放采样值,78H-7BH存放显示数据,依次为个位、十位、百位、通道标志-Eight-way analog data acquisition display circuit, 70H-77H stored sampled values, 78H-7BH store display data, followed by single-digit, 10, 100, channel markers
- 2022-02-04 08:43:08下载
- 积分:1
-
新建文件夹
基于光栅条纹的3D重建 用于生成正弦条纹 三频四相(3D reconstruction based on grating fringe is suitable for novice)
- 2019-01-14 16:13:45下载
- 积分:1
-
huanyingdenglu
用LABVIEW做的欢迎界面,可以设置分类型号登陆,对坐测试的朋友有一定的帮助,尤其是多型号测试。(Welcome to do with the LABVIEW interface, you can set the classification models landing, sitting down to a test of a friend has some help, especially the multi-model test.)
- 2010-08-28 08:31:06下载
- 积分:1
-
GY30光强度传感器
基于IAP15W4K58S4,使用串口输出测试GY30(Based on IAP15W4K58S4, GY30 is tested with serial output)
- 2020-06-22 04:40:02下载
- 积分:1