代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/224513/4803436
java variable.java
package scriptedit.data;
/**
* Title: Variable
* Description: 2006年3月27日
* Copyright: CoCoMo Copyright (c) 2006
* Company: 9you
* @author 郭昉
* @version 1.1
*/
publ
www.eeworm.com/read/222161/4822257
java variable.java
public class variable{
public static void main(String args[])
{
int j=0;
for (int i=0;i
www.eeworm.com/read/221464/4828655
h variable.h
/*
* Copyright 1993, 2000 Christopher Seiwald.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/*
* variable.h - handle jam multi-element variables
*/
struct h
www.eeworm.com/read/221464/4828672
c variable.c
/*
* Copyright 1993, 2000 Christopher Seiwald.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/* This file is ALSO:
* (C) Copyright David Abrahams 2001. Permissi
www.eeworm.com/read/220576/4840194
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/219395/4848348
c variable.c
/* Beispiel zur Zuweisung und Ausgabe von Werten*/
#include
int main()
{
short s_zahl = 123;
int i_zahl = 12345;
long l_zahl = 1234567;
printf("Wert von s_zahl: %d\n",s_za
www.eeworm.com/read/215493/4902727
java variable.java
/*
* Bytecode Analysis Framework
* Copyright (C) 2003,2004 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/209354/4979247
java variable.java
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
*
www.eeworm.com/read/207941/5000640
h variable.h
#ifndef VAR_H
#define VAR_H
extern CPoint ta5[5]; //定义五个变量表示哲学家所在位置
extern int radius;
extern CPoint CenterPoint;
#endif
www.eeworm.com/read/205961/5013942
java variable.java
/* Copyright (C) 2003 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th