代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/142434/12945826
m legndr.m
function p = legndr(n,x)
% Legendre polynomials function
% Inputs
% n = Highest order polynomial returned
% x = Value at which polynomial is evaluated
% Output
% p = Vector containing
www.eeworm.com/read/142433/12945876
cpp legndr.cpp
#include "NumMeth.h"
void legndr( int n, double x, Matrix& p) {
// Legendre polynomials function
// Inputs
// n Highest order polynomial returned
// x Value at which polynomial is eva
www.eeworm.com/read/142261/12954031
m wave1.m
function [t,x,U] = wave1 (T,a,m,n,beta,f,g)
%----------------------------------------------------------------------
% Usage: [t,x,U] = wave1 (T,a,m,n,beta,f,g);
%
% Description: Use the expl
www.eeworm.com/read/142039/12968356
m std.m
function dev = std(chr)
% STD - Standard deviation
% For vectors, STD(chr) returns the standard
% deviation of the population. For matrices, STD(chr) is a column vector
% containing the
www.eeworm.com/read/140957/13050896
m make_rp.m
% This file makes the structure containing the run
% parameters used for the Adpative Equalization experiment
rp.Nruns = 200;
rp.var_v = 0.001;
rp.decay = 0;
rp.p = 11;
www.eeworm.com/read/327410/13080946
txt memory_readme.txt
The following files were generated for 'memory' in directory
F:\project\CPU16:
memory.asy:
Graphical symbol information file. Used by the ISE tools and some
third party tools to create a
www.eeworm.com/read/327410/13080958
txt mem1_readme.txt
The following files were generated for 'mem1' in directory
F:\project\CPU16:
mem1.asy:
Graphical symbol information file. Used by the ISE tools and some
third party tools to create a symb
www.eeworm.com/read/241695/13124966
m xovdp.m
% XOVDP.M (CROSSOVer Double Point)
%
% This function performs double point crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom =
www.eeworm.com/read/241695/13124968
m crtbase.m
% CRTBASE.m - Create base vector
%
% This function creates a vector containing the base of the loci
% in a chromosome.
%
% Syntax: BaseVec = crtbase(Lind, Base)
%
% Input Parameters:
%
% Li
www.eeworm.com/read/241695/13124986
m recombin.m
% RECOMBIN.M (RECOMBINation high-level function)
%
% This function performs recombination between pairs of individuals
% and returns the new individuals after mating. The function handles
%