代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/147096/12585433
m gfpretty.m
function gfpretty(a,b,n)
%GFPRETTY Pretty display of a GF(P) polynomial.
% BFPRETTY(A) prints GF(P) polynomial in a traditional polynomial
% format. All zero coefficient terms are elimi
www.eeworm.com/read/235317/14074626
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/202785/15373375
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/202785/15373390
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/202785/15373417
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/202482/15382125
c ping.c
/* Ping utility */
#define VERSION "0.18"
/* Debug option to use structured data (alphabetic chars 'a'-'w') */
#define ASCDATA 1 /* Set non-zero to use ASCII (not random) data in ping */
#
www.eeworm.com/read/200886/15420888
m truncatezeronm.m
function [dat nm] = truncateZeroNM(dat,nm)
% remove all nm wavelengths that have no signal
% such that all data has the same number of
% wavelengths
keyboard;
%% find common nm zero region
maxNM =
www.eeworm.com/read/200660/15427800
c net.c
/* Debug option: reverse the order in which IP fragments are sent */
#define SUBFIRST 0 /* Set non-zero to transmit subframes first */
/* Debug options to drop frames on transmit or receive */
#de
www.eeworm.com/read/113074/15470663
cpp test.cpp
// Bartosz Milewski (c) 2000
#include "HTab.h"
#include
#include
char const * strTab [] = { "zero", "one", "two", "three" };
int main ()
{
{
HTable tab (3);
int
www.eeworm.com/read/113074/15470703
cpp test.cpp
// Bartosz Milewski (c) 2000
#include "HTab.h"
#include
#include
char const * strTab [] = { "zero", "one", "two", "three" };
int main ()
{
{
HTable tab (3);
int