代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/462739/7196842
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/137285/13334971
h mnc.h
/*
mnc.h
Most structures used in mnc code are declared here;
this could be split into several bits, to avoid having to... .
*/
/* nn ones are here */
typedef struct {
int per_row ; /* h
www.eeworm.com/read/151988/5677961
cpp basics.cpp
// Basics.cpp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
//
// NOTE, to aid clarity, all literal text constructed using the _LIT macro
// is declared immediat
www.eeworm.com/read/141295/5774031
java field.java
// Field.java -- Methods and Variables
package toba.classfile;
import java.io.*;
public class Field { // field or method data
public String name; // declared name
public String cname; /
www.eeworm.com/read/126884/6010554
java nullvaluedb.java
package org.trinet.jdbc ;
/** Data members Contain the default null values for the declared data types.
* Methods compare input values to null defaults to test for null equivalence.
*/
public clas
www.eeworm.com/read/490034/6457611
cpp web.cpp
/** web.cpp
* Implements classes declared in web.h
* Author: Vijay Mathew Pandyalakal
* Date: 18/10/03
**/
#include
#include
using namespace std;
#include
www.eeworm.com/read/345571/11808400
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/339051/12264915
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/149908/12333892
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/337750/12342967
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