代码搜索结果
找到约 10,000 项符合
5 的代码
example5_5.m
I = imread('rice.tif');
BW = roicolor(I,150,200);
imshow(I);
figure;
imshow(BW)
example5_5.m
function [x,endPop,bPop,traceInfo] = ga(bounds,eevalFN,eevalOps,startPop,opts,...
termFN,termOps,selectFN,selectOps,xOverFNs,xOverOps,mutFNs,mutOps)
n=nargin;
if n
program_5_5.m
% Program 5_5
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
k = 0:R-1;
s = 2*k.*(0.9.^k);
x
program_5_5.bat
cd ..
matlab /r Program_5_5
program_5_5.m
% Program 5_5
% Illustration of Overlap-Add Method
%
% Generate the noise sequence
R = 64;
d = rand(R,1)-0.5;
% Generate the uncorrupted sequence and add noise
k = 0:R-1;
s = 2*k.*(0.9.^k);
x
vfp5-5.htm
第五节 介绍视图设计器
chap5_5.m
%GA(Generic Algorithm) to Optimize Online PID Control
clear all;
close all;
Size=120;
CodeL=2;
MinX(1)=9*ones(1);MaxX(1)=12*ones(1);
MinX(2)=0.20*ones(1);MaxX(2)=0.30*ones(1);
Kpid(:,1)=M
xt5-5.cpp
#include
using namespace std;
int main()
{ const int n=5;
int a[n],i,temp;
cout
c5-5.cpp
#include
using namespace std;
int main()
{ int i,j,row=0,colum=0,max;
int a[3][4]={{5,12,23,56},{19,28,37,46},{-12,-34,6,8}};
max=a[0][0];
for (i=0;i