-
doxygen_manual-1.4.3
doxygen是一个代码文档化工具。通过他可以自动的生成注释和文档。很方便(doxygen is a code documentation tool. Can be automatically generated through his notes and documents. Easily)
- 2010-01-14 15:13:26下载
- 积分:1
-
zuiduanluwenti
该代码主要用于求最短路问题,开发环境为Matlab(The code is mainly used for the shortest path problem, the development environment for Matlab)
- 2008-07-27 19:08:13下载
- 积分:1
-
fft
变频信号的快速FFT变换,能准确的给出信号的频谱特征(Fast FFT of the signal frequency, can give accurate spectral characteristics of the signal)
- 2011-11-22 21:02:24下载
- 积分:1
-
random
说明: 用于产生1万个用户的丢包率,呈现正态分布,结果存放在result.txt中(he packet loss rate used to generate 10000 users is normally distributed, and the results are stored in the result.txt in)
- 2020-09-22 16:02:47下载
- 积分:1
-
Matlab-signal
关于信号处理方面的内容,在matlab编程实现时详细解答(Signal processing on the content of programming in matlab to answer in detail)
- 2011-04-20 16:40:18下载
- 积分:1
-
gaosi-keshihua
高斯可视化的仿真,利用matlab实现,是一个很经典的算法啊,ppt展示(Gaussian visualization simulation using matlab to achieve, is a classic algorithm, ppt show)
- 2012-05-27 22:47:07下载
- 积分:1
-
ATiny13-htr
hooter zone card 4 tone
- 2014-09-01 20:22:03下载
- 积分: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
-
FIR
本文档用于FTR滤波器的设计,基于matlab平台,内包含源代码以及结果(This document is designed for FTR filter matlab-based platform, and contains the source code and the results)
- 2015-04-16 23:26:46下载
- 积分:1
-
matlab-secret
jiangshumatlab编程技巧的书籍,能够极大提升编程效率(jiangshumatlab programming skills books, can greatly enhance the efficiency of programming)
- 2015-12-25 16:54:23下载
- 积分:1