代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/378175/2689939
m tournselect.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
%
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop -
www.eeworm.com/read/369885/2791064
java resolvingxmlfilter.java
// ResolvingXMLFilter.java - An XMLFilter that performs catalog resolution
/*
* Copyright 2001-2004 The Apache Software Foundation or its licensors,
* as applicable.
*
* Licensed under the Apach
www.eeworm.com/read/369885/2791066
java resolvingxmlreader.java
// ResolvingXMLReader.java - An XMLReader that performs catalog resolution
/*
* Copyright 2001-2004 The Apache Software Foundation or its licensors,
* as applicable.
*
* Licensed under the Apach
www.eeworm.com/read/358243/2990762
java resolvingxmlfilter.java
// ResolvingXMLFilter.java - An XMLFilter that performs catalog resolution
/*
* Copyright 2001-2004 The Apache Software Foundation or its licensors,
* as applicable.
*
* Licensed under the Apach
www.eeworm.com/read/358243/2990764
java resolvingxmlreader.java
// ResolvingXMLReader.java - An XMLReader that performs catalog resolution
/*
* Copyright 2001-2004 The Apache Software Foundation or its licensors,
* as applicable.
*
* Licensed under the Apach
www.eeworm.com/read/259525/4342743
c winbind.c
/***********************************************************************
*
* winbind.c
*
* WINBIND plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
* authentication using WINBIND to contact a
www.eeworm.com/read/160303/5574705
txt description.txt
This test invokes Opportunistic Encryption for a gateway that performs source
NAPT (aka "IP masquerading") on the packets first.
NOTE, that this test manages *sunset* and *west*, but uses the mechani
www.eeworm.com/read/472021/6878157
m chainmult.m
function y = chainmult(varargin)
%CHAINMULT Optimization of chain matrix multiply problem.
% CHAINMULT(X) performs optimization of a specified matrix
% multiply chain by determining the parenthesi
www.eeworm.com/read/471348/6890549
m select.m
% SELECT.M (universal SELECTion)
%
% This function performs universal selection. The function handles
% multiple populations and calls the low level selection function
% for the actual se
www.eeworm.com/read/471348/6890561
m recdis.m
% RECDIS.M (RECombination DIScrete)
%
% This function performs discret recombination between pairs of individuals
% and returns the new individuals after mating.
%
% Syntax: NewChrom = rec