代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/315991/13532932
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'客户类别数组
Public Arr_CustType() As String
'房间分类数组
Public Arr_RoomType() As String
Public Arr_TypeId() As Long
'类模块对象
Publi
www.eeworm.com/read/314920/13555608
java variable.java
/*
* Variable.java
*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cmm;
/**
*
* @author lx
*/
public class Variable{
/* 表中的记录型数
www.eeworm.com/read/313249/13591335
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'连接字符串
Public Conn As String
'选择保险的项目和关键字
Public sInsuItems As String
Public sInsuKeys As String
'读取表中列值的变量
Public ColVa
www.eeworm.com/read/313005/13599473
java variable.java
package com.javapatterns.interpreter;
public class Variable extends Expression
{
private String name;
public Variable(String name)
{
this.name = name;
}
public bool
www.eeworm.com/read/312298/13613808
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SQLstmt As String
'读取表中列值的变量
Public conn As String
Public MyUser As New Users '用户对象
Public CurUser As New Users '当前用户对象
Public MySt
www.eeworm.com/read/311918/13622539
cpp variable.cpp
/************************************************************************
Copyright IBMTC Written by Xinxi Wang
****************************************************************
www.eeworm.com/read/311918/13622542
h variable.h
/************************************************************************
Copyright IBMTC Written by Xinxi Wang
****************************************************************
www.eeworm.com/read/307935/13713013
vb variable.vb
Module Variable
Public User As ClsUser
Public MyDep As New ClsDepartment
Public CurDep As New ClsDepartment
Public MyEmp As New ClsEmployees
Public CurEmp As New ClsEmployee
www.eeworm.com/read/307458/13722033
h variable.h
#ifndef VAR_H
#define VAR_H
extern CPoint ta5[5]; //定义五个变量表示哲学家所在位置
extern int radius;
extern CPoint CenterPoint;
#endif