代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/429611/8799041
h ppp.h
#ifndef _PPP_H
#define _PPP_H
/*
* This implementation of PPP is declared to be in the public domain.
*
* Jan 91 Bill_Simpson@um.cc.umich.edu
* Computer Systems Consulting Services
*
*
www.eeworm.com/read/284183/8956478
h random.h
#include
/* variables are declared static so that they cannot conflict
with names of */
/* other global variables in other files. See K&R, p 80, for
scope of static */
static double
www.eeworm.com/read/283457/9020387
h random.h
#include
/* variables are declared static so that they cannot conflict
with names of */
/* other global variables in other files. See K&R, p 80, for
scope of static */
static double
www.eeworm.com/read/185143/9055831
h psignal.h
#ifndef _PSIGNAL_H /* { */
#define _PSIGNAL_H
/*
* The type of a signal handler is declared inconsistantly in the header files.
* Extremely picky compilers may require adjustment here; most don't co
www.eeworm.com/read/185142/9055902
h posignal.h
#ifndef _PSIGNAL_H /* { */
#define _PSIGNAL_H
/*
* The type of a signal handler is declared inconsistantly in the header files.
* Extremely picky compilers may require adjustment here; most don't co
www.eeworm.com/read/179705/9342048
texi specfunc-erf.texi
@cindex error function
@cindex erf(x)
@cindex erfc(x)
The error function is described in Abramowitz & Stegun, Chapter 7. The
functions in this section are declared in the header file
@file{gsl_sf_er
www.eeworm.com/read/362142/10016325
m inc_time.m
function inc_time
% Increments time for simulation use
% Does nothing for real time use
global tstep del_t % These variables must be declared global
tstep = tstep + del_t;
www.eeworm.com/read/360340/10101877
h random.h
#include
/* variables are declared static so that they cannot conflict
with names of */
/* other global variables in other files. See K&R, p 80, for
scope of static */
static double
www.eeworm.com/read/424281/10468006
texi specfunc-erf.texi
@cindex error function
@cindex erf(x)
@cindex erfc(x)
The error function is described in Abramowitz & Stegun, Chapter 7. The
functions in this section are declared in the header file
@file{gsl_sf_er
www.eeworm.com/read/416385/11031204
vhd divisor.vhd
library divisor ;
use divisor.pkg_divisor.ALL ;
-- bit_width was instantiated in the pkg_divisior pack,
-- it could be declared as a generic as well.
entity divisor is
Port ( a : in bit_vec