代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/104139/15709104
h calc.h
//---------------------------------------------------------------------------
#include "vcl.h"
#ifndef CalcH
#define CalcH
#define DIVISION_BY_0 1
#define ILEGAL_OPERATION 2
#define UNDEFINED_
www.eeworm.com/read/103266/15738318
cpp variables.cpp
#include
#include "variables.h"
#include "dolphin.h"
#include "process.h"
#include "stl.h"
using namespace std;
using namespace Whale;
void report_wrong_parameters(ostream &os, co
www.eeworm.com/read/197736/7972287
c finsh_var.c
#include "finsh_var.h"
#include "finsh_type.h"
struct finsh_var global_variable[FINSH_VARIABLE_MAX];
int finsh_var_init()
{
memset(global_variable, 0, sizeof(global_variable));
return 0;
www.eeworm.com/read/162614/5516592
c visibility-1.c
/* Test visibility attribute. */
/* { dg-do compile { target ia64*-*-linux* } } */
/* { dg-options "-O2 -fpic" } */
/* { dg-final { scan-assembler "\\.hidden.*variable_j" } } */
/* { dg-final { scan-
www.eeworm.com/read/105882/15656308
sl nspace.sl
_debug_info = 1; () = evalfile ("inc.sl");
print ("Testing NameSpace routines ...");
if (current_namespace () != "")
failed ("current_namespace - 1");
implements ("NSpace");
% From this point on,
www.eeworm.com/read/458682/7291475
sh subshell-pitfalls.sh
#!/bin/bash
# Pitfalls of variables in a subshell.
outer_variable=outer
echo
echo "outer_variable = $outer_variable"
echo
(
# Begin subshell
echo "outer_variable inside subshell = $outer_variable"
www.eeworm.com/read/136571/5868941
c sdl_getenv.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/111374/6154811
c sdl_getenv.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the term