代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/113863/15446716
x opt1.x
union optlong switch (bool flag) {
case TRUE:
long val;
case FALSE:
void;
};
struct args {
optlong arg1; /* union with boolean discriminant */
long arg2; /* variable-length array
www.eeworm.com/read/113200/15467366
bas genmod.bas
Attribute VB_Name = "GenMod"
Option Explicit
'use for global variable
Public GlobalPath As String
Public TableName As String
Public RecordNo As Integer
www.eeworm.com/read/113029/15472142
cpp fig22_03.cpp
// Fig. 22.3: fig22_03.cpp
// Demonstrating namespaces.
#include
using namespace std; // use std namespace
int integer1 = 98; // global variable
// create namespace Example
na
www.eeworm.com/read/109038/15567151
h dibdll.h
/*
* dibdll.h
*
* Copyright (c) 1991 Microsoft Corporation. All rights reserved
*
* Header file for dllinit.c, print.c, and dibapi.rc. It includes
* the declaration for ghDLLInst, a
www.eeworm.com/read/108874/15573459
htm ei32.htm
Effective C++, 2E | Item 32: Postpone variable definitions a
www.eeworm.com/read/108554/15584267
cpp ex10_15.cpp
/* Code for exercise 10.15.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to
www.eeworm.com/read/107002/15615031
cpp semantic.cpp
#include "common.h"
NametabItem *LastName;
ObjItem *ProgramBlock();
void Expression();
void Sentences();
void Factor();
void GotoNextSymbol()
{
if(CurSymbol->Next)
CurSymbol=CurSymbol-
www.eeworm.com/read/105882/15656101
sl arrayfuns.sl
%!%+
%\function{reverse}
%\synopsis{Reverse the elements of a 1-d array}
%\usage{Array_Type reverse (Array_Type A)}
%\description
% The \slfun{reverse} function reverses the elements of a 1-d array an
www.eeworm.com/read/105882/15656174
tm info.tm
\variable{_NARGS}
\synopsis{The number of parameters passed to a function}
\usage{Integer_Type _NARGS}
The value of the \var{_NARGS} variable represents the number of
arguments passed to the fun