代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/342458/3233224
c variable.c
/*C**************************************************************************
* $RCSfile: variable.c,v $
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/342458/3233263
lst variable.lst
C51 COMPILER V6.20c VARIABLE 07/10/2002 15:17:32 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE VARIABLE
OBJECT MODULE PLACED
www.eeworm.com/read/341622/3247760
java variable.java
/*_############################################################################
_##
_## SNMP4J - Variable.java
_##
_## Copyright 2003-2006 Frank Fock and Jochen Katz (SNMP4J.org)
_##
www.eeworm.com/read/334317/3369254
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'部门数组
Public Arr_DepartName() As String
Public Arr
www.eeworm.com/read/331135/3415777
hpp variable.hpp
/*****************************************************************************
* variable.hpp
*****************************************************************************
* Copyright (C) 2003 the
www.eeworm.com/read/326370/3472166
java variable.java
class Variable {
public static void main(String[] arguments) {
int tops;
float gradePointAverage;
char key = 'C';
String productName = "Larvets";
}
}
www.eeworm.com/read/324136/3506274
n variable.n
'\"
'\" Copyright (c) 1993-1997 Bell Labs Innovations for Lucent Technologies
'\" Copyright (c) 1997 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribu
www.eeworm.com/read/323581/3514839
java variable.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
public class Variable extends Location im
www.eeworm.com/read/321483/3533857
t variable.t
BEGIN {
unless ("A" eq pack('U', 0x41)) {
print "1..0 # Unicode::Collate " .
"cannot stringify a Unicode code point\n";
exit 0;
}
if ($ENV{PERL_CORE}) {
chdir('t') if -d 't';
@IN