代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/246798/12704617
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/245849/12777789
m units4plot.m
function units=units4plot(units)
% Replace "n/a" by zero length string
if strcmpi(units,'n/a')
units='';
end
www.eeworm.com/read/144399/12797404
m lunopiv.m
function [L,U] = luNopiv(A,ptol)
% luNopiv LU factorization without pivoting
%
% Synopsis: [L,U] = luNopiv(A)
% [L,U] = luNopiv(A,ptol)
%
% Input: A = coefficient matrix
%
www.eeworm.com/read/144399/12797624
m demosplinefe.m
function demoSplineFE(nk)
% demoSplineFE Spline approx to y = x*exp(-x) with fixed slope end conditions
%
% Synopsis: demoSplineFE
%
% Input: nk = (optional) number of knots used to def
www.eeworm.com/read/244597/12854593
cpp machar.cpp
#include
#include "nr.h"
using namespace std;
void NR::machar(int &ibeta, int &it, int &irnd, int &ngrd, int &machep,
int &negep, int &iexp, int &minexp, int &maxexp, DP &eps, DP &epsne
www.eeworm.com/read/244076/12891485
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/142897/12910712
asl srv_exa1.asl
DefinitionBlock (
"SRV_exa1.aml",
"DSDT",
0x10,
"OEMy",
"SRV_xmpl",
0x1000
)
{// Processor Objects
Scope(\_PR) {
Processor
www.eeworm.com/read/142092/12963212
m findcriticalpoints.m
function [allx, ally] = findcriticalpoints(datay)
%
% [allx, ally] = findcriticalpoints(datay):
%
% Function to return the set of max, min and zero crossing values
% and their coordinates in the
www.eeworm.com/read/242581/12998109
txt timers.txt
There are now timers available for use. There are four timers available,
each of which counts down from a user-defined value to zero at a rate of
10 counts/second. Each timer is 16 bits, allowing ti
www.eeworm.com/read/141232/13029710
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