代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/229711/14324637
c pulse_src.c
/***************************************************************************
* This code and information is provided "as is" without warranty of any *
* kind, either expressed or implied, includ
www.eeworm.com/read/127767/14337271
txt e626. setting the stretchyness of rows and columns in a gridbaglayout using layout weights.txt
Column and row stretchyness is controlled by the weight of specific columns and rows. A column with zero weight does not stretch; it is given just enough space to accommodate the component with the wi
www.eeworm.com/read/228372/14387923
m zerocros.m
function [t,s]=zerocros(x,m)
%ZEROCROS finds the zeros crossings in a signal [T,S]=(X,M)% find zero crossings in a signal
% Inputs: x = input waveform
% m = mode string containing:
%
www.eeworm.com/read/126850/14397729
asl srv_exa1.asl
DefinitionBlock (
"SRV_exa1.aml",
"DSDT",
0x10,
"OEMy",
"SRV_xmpl",
0x1000
)
{// Processor Objects
Scope(\_PR) {
Processor
www.eeworm.com/read/226035/14502532
h onezero.h
/***************************************************/
/*! \class OneZero
\brief STK one-zero filter class.
This protected Filter subclass implements
a one-zero digital filter. A method i
www.eeworm.com/read/124842/14533957
fbk robotarm.fbk
FEEDBACK Fdbck
CYCLE_TIME 0.05
! Name MIN MAX
INOUT Movement (-50.0, 50.0)
IN Current (-1.0, 1.0)
INOUT Position (0.0, 70.0)
OUT Pos_error(-70.0, 70.0)
IN Refere
www.eeworm.com/read/124695/14553516
c minhost.c
// minhost.c
#define BYTE unsigned char
// SL811 Registers
#define CTL 0x00 // write this register to kick off a transfer
#define BUFADR 0x01 // start of internal data buffer
#define BUFLEN 0
www.eeworm.com/read/225029/14557374
changelog
2000-08-18 Roland "Mr. Zero" Dreier
* gphone/gphone.c: Add Jorge Gomes Silva's patch to fix config
button crash.
2000-01-05 Roland "Mr. Zero" Dreier
www.eeworm.com/read/224759/14568384
m mylog10.m
function y=mylog10(x)
%MYLOG10 Protected LOG10 function.
% MYLOG10(X) returns zero if X=0 and LOG10(ABS(X)) otherwise.
%
% Input arguments:
% X - the number to log (double)
% Outpu
www.eeworm.com/read/224759/14568431
m isvalid.m
function v=isvalid(value,domain)
%ISVALID Validates a value according to a domain.
% ISVALID(VALUE,DOMAIN) returns true if VALUE belongs to
% the specified DOMAIN, false otherwise.
%
% I