代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/215705/15051989
m testcost.m
% Test if cost has improved, and if not backtrack, reduce etas and set momentum memory
% to zero
if (cost - mincost) > tolerance | isnan(cost) |sum(sum(isnan(grad45{1}))) % tolerance is additive
www.eeworm.com/read/214740/15090257
m deltax.m
function y=deltax(x);
%
% DELTAX(X)
%
% Function to return the difference between
% successive row elements of an array. First
% element of result array is zero.
%
% Differs from MATLAB sup
www.eeworm.com/read/214740/15090288
m da_pcr.m
%
% mv_pcr
%
% Principal Component Regression entry point
%
%
% Clear the screen
%
da_front;
drawnow;
clear impact py vy;
%
% Make sure that none of the variables have a zero
% stan
www.eeworm.com/read/214740/15090350
m da_lsqs.m
%
% da_lsqs
%
% Least squares regression entry point
%
%
% Clear the screen
%
da_front;
drawnow;
%
% Make sure that none of the variables have a zero
% standard deviation
%
s=std(dat
www.eeworm.com/read/214366/15104728
vhd ir.vhd
-- ir.vhd
-- This module implements the Instruction Register (IR). IR is loaded from
-- memory on the rising edge of "clk" when "IRwrite" is asserted high. It is
-- cleared to zero when "reset" i
www.eeworm.com/read/213931/15122126
m cyclic_cumulants_fast.m
function [m,v,s,k]=cyclic_cumulants_fast(x,T)
%
% CYCLIC_CUMULANTS_FAST
% calculate synchronously averaged zero lag cumulants
% up to fourth order
%
% USGAE
%
www.eeworm.com/read/212375/15157579
m oversamp1.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp1( indata, nsymb , sample)
%****************** variables **************
www.eeworm.com/read/4033/23762
cpp cparams.cpp
#include "CParams.h"
//because we will always be loading in the settings from an ini file
//we can just initialize everything to zero
double CParams::dPi = 0;
double CParams::d
www.eeworm.com/read/4082/28659
cpp ch19p1_particleemittertokenizer.cpp
#include "Ch19p1_ParticleEmitterTokenizer.h"
const int CParticleEmitterTokenizer::NUMBLENDINGMODES = 11;
const BLENDINGMODE CParticleEmitterTokenizer::m_BlendingModes[11] = {
{ "D3DBLEND_ZERO",
www.eeworm.com/read/37302/900999
m test.m
%
% This is a test m-file to try out this package on
% level set methods. It creates a signed distance function
% whose zero level set (the curve) is a square. In the default setup,
% this square