代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/411000/11261414

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/148040/12498484

java pb91b5.java

import java.io.*; class pb91b5 { public static void main(String args[]) throws IOException { byte sum[]=new byte[51]; BufferedReader br=new BufferedReader(new FileReade
www.eeworm.com/read/248677/12547626

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/335007/12555563

m prob.m

function [py nBins]= prob(varargin) % PROB calculates probability distribution of y among nBins number of bins % % USAGE: % [py nBins]= prob(y) % [py nBins]= prob(y,maxBins) % % INP
www.eeworm.com/read/334951/12559272

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/334931/12561269

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/334931/12561528

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/248071/12603587

v test.v

module adder4 (in1, in2, sum, zero); parameter WORD = 32 ; parameter MEMSIZE = 16 ; input [WORD-1:0] in1, in2; inout [11:3] busl; output [15:0] out; /*af*/ initial begin sum=0; zero=sum; sum=in1+in
www.eeworm.com/read/247775/12619192

cpp vander.cpp

void vander(double x[], double w[], double q[], int n) { const int nmax = 100; double zero = 0.0; double one = 1.0; double c[100]; int i,j,k,k1; double xx,t,b,s; if (n ==
www.eeworm.com/read/247775/12619541

cpp laguer.cpp

void value(double x1[3],double dx[3],double gm[3],double gp[3], double sq[3],double g2[3],double h[3],double f[3], double d[3],double b[3],double zero[3]) { int i; for(i=1;i