-
Lambert
说明: lambert问题的求解程序,能给大家给予帮助,谢谢(the program of lambert)
- 2011-04-16 17:49:20下载
- 积分:1
-
Analisis
Histogram of letters and pair of letters from a text file.
- 2013-04-26 21:45:03下载
- 积分:1
-
kpid
根据轮式机器人速度稳定控制系统,建立速度、电流双闭环控制系统。轮式机器人的速度与电流双闭环控制系统。(According to the speed stabilization control system of wheeled robot, the speed and current double closed-loop control system is established. Double Closed Loop Control System of Speed and Current for Wheeled Robot)
- 2020-06-16 15:20:02下载
- 积分:1
-
短时傅里叶变换程序
说明: 短时傅里叶变换的MATLAB程序,保证时、频分辨率,有算例(Short time Fourier transform matlab program to ensure time and frequency resolution, and with calculation examples)
- 2021-03-05 22:38:29下载
- 积分:1
-
session23
经济学的数值方法 配套例题以及习题答案的有关牛顿法 最速下降优化的部分。(Newtown methods)
- 2014-01-15 14:40:06下载
- 积分:1
-
sousuo
搜索算法是利用计算机的高性能来有目的的穷举一个问题的部分或所有的可能情况,从而求出问题的解的一种方法。( The searching algorithm has a goal exhaustion question part or all possible situations using computer s high performance, thus extracts the question the solution one method. )
- 2011-04-21 08:47:11下载
- 积分:1
-
ngray
改变图像的灰度级数,通过输入的数值确定灰度级(change degree of gray )
- 2012-04-07 19:25:06下载
- 积分:1
-
Matlab
雷达成像的点目标仿真,通俗易懂,有详细的注释(Radar imaging point target simulation, easy to understand, detailed notes)
- 2013-03-15 12:34:28下载
- 积分: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
-
FortranandMatlab
Fortran和Matlab混合编程简介(Fortran and Matlab Introduction)
- 2014-02-08 21:51:13下载
- 积分:1