代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/370335/9605455
m fourier_filter.m
% A program that performs spatial filtering.
% Written by Amita B. Deb. Oxford 2008.
clc;
clear all;
close all;
M = 2^nextpow2(2000);
N = 2^nextpow2(2000);
deltax = 1;
deltay = 1;
x =
www.eeworm.com/read/172975/9681245
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/249499/12491126
rd mvrcv.rd
%% $Id: mvrCv.Rd 142 2007-10-01 13:10:25Z bhm $
\encoding{latin1}
\name{mvrCv}
\alias{mvrCv}
\title{Cross-validation}
\description{
Performs the cross-validation calculations for \code{mvr}.
}
\usag
www.eeworm.com/read/235612/14060266
m normraymig.m
function [tray,r]=normraymig(x0,t0,dtdx,params,clr)
% NORMRAYMIG: migrate a normal incidence ray
%
% [tr,r]=normraymig(x0,t0,dtdx,params,clr)
%
% NORMRAYMIG performs normal incidence raytrace mig
www.eeworm.com/read/202785/15373078
m heuristi.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/391341/8408053
m heuristicxover.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of t
www.eeworm.com/read/192034/8410509
m mssa.m
function [E,V,A,R]=mssa(X, M,method,ne,nr)
% Syntax: [E,V,A,R]=mssa(X, M); [E,V,A,R]=mssa(X, M, 'BK',.9,1);
% MSSA performs a Multichannel Singular Spectrum Analysis of the data
% matrix X, f
www.eeworm.com/read/190618/8441149
htm c_t.htm
The t Command
t/to
The t command performs a trace (single step) operation.
Format
www.eeworm.com/read/188503/8535148
c y4mtoppm.c
/*
* y4mtoppm.c: Generate one or more PPM images from a YUV4MPEG2 stream
*
* Performs 4:2:0->4:4:4 chroma supersampling and then
* converts ITU-Rec.601 Y'CbCr to R'G'B'
www.eeworm.com/read/389171/8545331
m heuristicxover.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of t