代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/167185/5462244
diff man.diff
.mc |
.\" @(#)ptrack.1 1.2 5/12/86
.TH PTRACK 1\-SPS "5/12/86"
.mc
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Processing, Inc.
.SH NAME
ptrack \- Performs pulse-to-pulse pitch t
www.eeworm.com/read/396844/2406779
m spuni1.m
function [xc,yc] = spuni1(xc1,yc1,xc2,yc2)
%SPUNI Simple polygon union for m-to-n polygons.
% [XP,YP] = SPUNI1(XC1,YC1,XC2,YC2) performs the polygon
% union operation for simple m-to-n polygon
www.eeworm.com/read/378175/2689923
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/378175/2689931
m erxover.m
function [c1,c2]=er(p1,p2,bounds,ops)
% Er crossover takes two parents P1,P2 and performs edge recombination
% crossover on permutation strings.
%
% function [c1,c2] = er(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/378175/2689953
m simplexover.m
function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% Simple crossover takes two parents P1,P2 and performs simple single point
% crossover.
%
% function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/393857/8258574
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/393857/8258702
m erxover.m
function [c1,c2]=er(p1,p2,bounds,ops)
% Er crossover takes two parents P1,P2 and performs edge recombination
% crossover on permutation strings.
%
% function [c1,c2] = er(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/393857/8259115
m simplexover.m
function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% Simple crossover takes two parents P1,P2 and performs simple single point
% crossover.
%
% function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/292990/8319174
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/292990/8319201
m erxover.m
function [c1,c2]=er(p1,p2,bounds,ops)
% Er crossover takes two parents P1,P2 and performs edge recombination
% crossover on permutation strings.
%
% function [c1,c2] = er(p1,p2,bounds,Ops)
% p1