代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/310539/13649556
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/310418/13651320
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/309547/13669020
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/309123/13681882
c kaweth.c
/****************************************************************
*
* kaweth.c - driver for KL5KUSB101 based USB->Ethernet
*
* (c) 2000 Interlan Communications
* (c) 2000 Stephane Aln
www.eeworm.com/read/308733/13694319
mak libfcgi.mak
# Microsoft Developer Studio Generated NMAKE File, Based on libfcgi.dsp
!IF "$(CFG)" == ""
CFG=release
!ENDIF
!IF "$(CFG)" != "release" && "$(CFG)" != "debug"
!MESSAGE Invalid configuration
www.eeworm.com/read/308016/13711265
h _matrix33_sse.h
#ifndef _MATRIX33_SSE_H
#define _MATRIX33_SSE_H
//------------------------------------------------------------------------------
/**
An SSE based matrix33 class.
@author
- RadonLab
www.eeworm.com/read/307581/13720180
clonedefect
#!/bin/ksh
#
# SAMPLE NAME: cloneDefect
#
# FUNCTIONS: This sample shell script creates a new defect based on values
# contained in a specified defect.
#
# USAGE: cloneDefect defe
www.eeworm.com/read/307581/13720191
clonefeafromdef
#!/bin/ksh
#
# SAMPLE NAME: cloneFeaFromDef
#
# FUNCTIONS: This sample shell script creates a new feature based on
# values contained in a previously created defect.
#
# USAGE: cl
www.eeworm.com/read/307581/13720222
clonedeffromfea
#!/bin/ksh
#
# SAMPLE NAME: cloneDefFromFea
#
# FUNCTIONS: This sample shell script creates a new defect based on
# values contained in a previously created feature.
#
# USAGE: cl
www.eeworm.com/read/307207/13726552
txt vba14-3.txt
Private Sub FindFeature(pFeatureLayer As IFeatureLayer, _
strSearch As String)
' Select features based on the given search value.
Dim pMxDocument As IMxDocument
Dim pMap As IMap
D