代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/155223/11888893
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/344239/11894895
java interfaceextractorprocessor.java
//: annotations/InterfaceExtractorProcessor.java
// APT-based annotation processing.
// {Exec: apt -factory
// annotations.InterfaceExtractorProcessorFactory
// Multiplier.java -s ../annotations}
www.eeworm.com/read/257806/11911430
m opt_filter.m
%-----------------------------------------------------------------------------------------
% 本程序直接摘自文献:
% S. K. Mitra. Digital Signal Processing: A Computer-Based Approach. Second Edition,
%
www.eeworm.com/read/154811/11925080
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/257016/11959964
txt vba16-4.txt
Private Function SetPageSize() As Boolean
' Show the page size choices and
' set the page size based on the
' user's selection.
Dim pMxDocument As IMxDocument
Dim pPageLayout
www.eeworm.com/read/257016/11959981
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
www.eeworm.com/read/256502/11995810
cs parse.cs
using System;
namespace Spider
{
///
/// Base class for parseing tag based files, such as HTML, HTTP headers
/// or XML.
///
///
/// This spider is copyright 2003 by Jeff H
www.eeworm.com/read/342441/12019656
c emd.c
/*
emd.c
Last update: 3/14/98
An implementation of the Earth Movers Distance.
Based of the solution for the Transportation problem as described in
"Introduction to Mathematical P
www.eeworm.com/read/342273/12032146
cpp roamsimple.cpp
//
// ROAM Simplistic Implementation
// All code copyright Bryan Turner (Jan, 2000)
// brturn@bellsouth.net
//
// Based on the Tread Marks engine by Longbow Digital Arts
//