代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/479405/6694600
m hmatc.m
% hmatc.m
% Scope: This MATLAB macro constructs the H matrix (based on line-of-sight
% and clock measurements), when the user's position, the satellites
www.eeworm.com/read/479088/6699296
m ciaproc.m
function [startmat, endmat] = CIAproc(data,amplen,thre,sizemat,SNR);
%
% Decide final starting and ending points of a segment based on
% the information supplied by the amplitude informa
www.eeworm.com/read/477417/6734659
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 Mathema
www.eeworm.com/read/477361/6742074
m chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
www.eeworm.com/read/405069/11472302
m classify_paramteric.m
function targets = classify_paramteric(param_struct, patterns)
%Function for classifying patterns based on parametric distributions.
%Inputs are the paramters of the distributions and the patterns
www.eeworm.com/read/404602/11481615
java namerfactory.java
public class NamerFactory {
//Factory decides which class to return based on
//presence of a comma
public Namer getNamer(String entry) {
//comma determines name order
www.eeworm.com/read/403170/11521127
m chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
www.eeworm.com/read/402420/11535230
m unifmutation.m
function [parent] = uniformMutate(parent,bounds,Ops)
% Uniform mutation changes one of the parameters of the parent
% based on a uniform probability distribution.
%
% function [newSol] = multiNonUnifM
www.eeworm.com/read/401845/11547199
c sfload.c
/*==================================================================
* sfload.c - sound font loading functions
* Based on the awesfx utility Copyright (C) 1996-1999 Takashi Iwai
*
* Smurf Sound Fo