代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/176119/9515782
f90 laguer.f90
SUBROUTINE laguer(a,m,x,eps,polish)
COMPLEX a,x,dx,x1,b,d,f,g,h,sq,gp,gm,g2,zero
!dimension a(m+1)
DIMENSION a(*)
LOGICAL polish
PARAMETER (zero=(0.,0.),epss=6.e-8,maxit=100)
INTEGER iter,j
dxo
www.eeworm.com/read/364264/9916842
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/364264/9916889
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
www.eeworm.com/read/364264/9916907
m mylog.m
function y=mylog(x)
%MYLOG Protected LOG function, equal to Koza.
% MYLOG(X) returns zero if X=0 and LOG(ABS(X)) otherwise.
%
% Input arguments:
% X - the number to log (double)
%
www.eeworm.com/read/166965/9987760
cpp tts_cn.cpp
#include
#include "tts_cn.h"
void ValueTrans( char * numstr )
{
int i,j,zero,len,locat;
char str[21]="";
char *ptr, c;
BOOL bIsFu = FALSE;
i=j=zero=len=locat=0;
if( num
www.eeworm.com/read/166217/10028940
v statem.v
Verilog HDL: Synchronous State Machine
This is a Verilog example that shows the implementation of a state machine.
The first CASE statement defines the outputs that are dependent on the value of
www.eeworm.com/read/163880/10141028
asl srv_exa1.asl
DefinitionBlock (
"SRV_exa1.aml",
"DSDT",
0x10,
"OEMy",
"SRV_xmpl",
0x1000
)
{// Processor Objects
Scope(\_PR) {
Processor
www.eeworm.com/read/163699/10149087
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/163684/10149570
lst fuzzy11a.lst
M68HC11 Portable Cross Assembler 0.05 MS-DOS/PC-DOS Page 1
Thu Oct 10 16:08:33 1991
Command line:
d:\pasm\PASMHC11.EXE -l FUZZY11A.lst FUZZY11A.ASM
Options list:
ON - b - Printing of ma