代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/139252/13167930
asl srv_exa1.asl
DefinitionBlock (
"SRV_exa1.aml",
"DSDT",
0x10,
"OEMy",
"SRV_xmpl",
0x1000
)
{// Processor Objects
Scope(\_PR) {
Processor
www.eeworm.com/read/139251/13168893
asl srv_exa1.asl
DefinitionBlock (
"SRV_exa1.aml",
"DSDT",
0x10,
"OEMy",
"SRV_xmpl",
0x1000
)
{// Processor Objects
Scope(\_PR) {
Processor
www.eeworm.com/read/241049/13175242
cpp d10r10.cpp
# include
# include
# include
# include
# include
# include
void value(double x1[3],double dx[3],double gm[3],double gp[3],double s
www.eeworm.com/read/241049/13175248
txt text1.txt
double CABS(double A1, double A2)
{
double X,Y,t1;
X = fabs(A1);
Y = fabs(A2);
if (X == 0.0)
t1 = Y;
else if (Y == 0)
t1 = X;
else if (X > Y)
t1
www.eeworm.com/read/241049/13175442
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/241049/13176820
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
www.eeworm.com/read/241049/13177326
cpp pinvs.cpp
void pinvs(int ie1, int ie2, int je1, int jsf, int jc1, int k,
double c[], int nci, int ncj, int nck, double s[],
int nsi, int nsj)
{
double zero = 0.0; int one = 1;
double psc
www.eeworm.com/read/138783/13213082
readme
pngsuite
--------
(c) Willem van Schaik, 1999
Permission to use, copy, and distribute these images for any purpose and
without fee is hereby granted.
These 15 images are part of the much larger Png
www.eeworm.com/read/239885/13249241
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/239624/13265194
cpp countst.cpp
//THIS PROGRAM IS TO TEST THE COUNTER CLASS
//FILE COUNTST.CPP
#define ZERO 0
#define TEN 10
#include
#include "Count.h"
int main(void)
{
COUNTER TEST;
int CIRCLE;
c