-
access-simulation
机动车驶入停车场对非机动车交通流的影响仿真,T_type是主程序(Vehicle into the parking lot of non-motorized transport stream simulation, T_type is the main program)
- 2012-07-07 20:37:58下载
- 积分:1
-
pekeris
根据皮克里斯波导模型计算不同模态声速,从而计算发射接收点间距离(Model calculation according to Pique Reese waveguide modal sound velocity, so as to calculate the distance between the transmitting and receiving points)
- 2021-04-06 14:49:03下载
- 积分:1
-
svm_read_write
用于读写适合支持向量机算法数据格式的matlab程序(For reading and writing data for support vector machine matlab program format)
- 2011-01-15 12:57:08下载
- 积分:1
-
FE_Model
说明: 用matlab建立任意桁架模型,计算节点矩阵,约束矩阵等(Using matlab to establish any truss model, compute node matrix, constraint matrix, etc.)
- 2011-03-12 21:52:29下载
- 积分:1
-
batpso
Active and Reactive power control of Solar power Microgrid
- 2015-02-21 18:28:18下载
- 积分:1
-
龙格库塔法和fft转换计算非线性微分方程solver
龙格库塔法和fft转换计算非线性微分方程,十分好用。简单方便。(Runge kutta method and FFT transformation calculation of nonlinear differential equations, is very good.Easy and convenient.)
- 2020-07-13 00:08:52下载
- 积分:1
-
FIR
fir滤波器设计 输入设计指标 计算过渡带宽度 按哈明窗数据,计算滤波器长度(fir filter design input design index to calculate the transition zone width by Hamming window of data to calculate the length of filter)
- 2010-08-09 19:34:25下载
- 积分:1
-
kousun_xiaoshu
与苏教版小学数学教材配套,五年级上册小数部分的口算题相对应,能够实现自动出题与评分.(Primary Mathematics textbooks and Su Jiaoban matching the fifth-grade book title fractional part of the port operator that corresponds to a problem with the automatic rate.)
- 2010-02-06 14:02:11下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
matlab-gui
该文件为matlab gui串口调试程序,可以帮助大家了解串口程序(
The file matlab gui serial debugger, can help you understand the serial program)
- 2016-06-30 09:45:49下载
- 积分:1