代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/385891/2578998

s strlen_user.s

/* * arch/alpha/lib/strlen_user.S * * Return the length of the string including the NUL terminator * (strlen+1) or zero if an error occurred. * * In places where it is critical to limit the proc
www.eeworm.com/read/383749/2614503

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha
www.eeworm.com/read/382543/2634924

h boot_loader.h

# file: boot_loader.h # # Register definitions for the boot loader code # Symbolic definitions for how registers are used in this program # program #define r_zero r0 #defin
www.eeworm.com/read/375190/2739780

cpp test_custom_unit.cpp

// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2008 Matthias Christian Schabel // Copyright (C) 2008 Steven
www.eeworm.com/read/372367/2774671

4095849 solaris.xtra.4095849

Bug Id: 4095849 Category: kernel Subcategory: syscall State: evaluated Synopsis: time_constant value >6 with PLL in use leads to integer divide zero trap panic Description: If the tim
www.eeworm.com/read/371704/2779160

m s_noise.m

function output=s_noise(seismic,varargin) % Function computes zero-mean noise with the same structure as the input data set % Depending on the option chosen the output is either the noise or the imp
www.eeworm.com/read/371404/2780130

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha
www.eeworm.com/read/368386/2815416

c usb_ep0.c

/* * Copyright (C) Extenex Corporation 2001 * Copyright (C) Compaq Computer Corporation, 1998, 1999 * Copyright (C) Intrinsyc, Inc., 2002 * * PXA USB controller driver - Endpoint zero managem
www.eeworm.com/read/368386/2815788

s strlen_user.s

/* * arch/alpha/lib/strlen_user.S * * Return the length of the string including the NUL terminator * (strlen+1) or zero if an error occurred. * * In places where it is critical to limit the proc
www.eeworm.com/read/367182/2853183

c math_ldbl_opt.c

/* Set temporarily to non-zero if long double should be considered the same as double. */ __thread int __no_long_double attribute_tls_model_ie attribute_hidden;