代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/339831/12201984
c printf.c
// Implementation of cprintf console output for user environments,
// based on printfmt() and the sys_cputs() system call.
//
// cprintf is a debugging statement, not a generic output statement.
// It
www.eeworm.com/read/339592/12223495
m flashdevicememmap.m
function [startaddress,length]=flashDeviceMemMap(device,flashSectName)
% Based on the device the memory map will vary
% Hard coding the flash memory map
% Copyright 2006 The MathWorks, Inc.
%
www.eeworm.com/read/151137/12233280
m asm.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Based on (unless otherwise stated):%%%
%%% Active Contour Models--Their Training & Application
%%% T.F.Cootes, C.J.Taylor, et.al.
www.eeworm.com/read/339440/12236383
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/252928/12254350
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/252916/12254823
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/339051/12264670
v nco.v
//
// NCO Demo (Numerically controlled Oscillator).
//
// One type of NCO is based on the idea of a continuously wrapping modulo
// counter. The NCO is a programmable modulo counter. For example
www.eeworm.com/read/339051/12265368
c ppp.c
/*
* PPP.C -- Send and receive datagrams on serial lines with
* Point-to-Point Protocol
*
* This implementation of PPP is declared to be in the public domain.
*
* Based (in part) upon
www.eeworm.com/read/339051/12265691
v nco.v
//
// NCO Demo (Numerically controlled Oscillator).
//
// One type of NCO is based on the idea of a continuously wrapping modulo
// counter. The NCO is a programmable modulo counter. For example
www.eeworm.com/read/252679/12268827
c recurse.c
/*
These functions are based on Jim Luther's IterateDirectory() found in MoreFiles
However, it's heavily modified by Dirk Haase
*/
/*
** IterateDirectory: File Manager directory iterator routines.
*