代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/484123/6591186
h variable.h
#ifndef VAR_H
#define VAR_H
extern CPoint ta5[5]; //定义五个变量表示哲学家所在位置
extern int radius;
extern CPoint CenterPoint;
#endif
www.eeworm.com/read/482987/6606816
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/482264/6631074
h variable.h
#ifndef VAR_H
#define VAR_H
extern CPoint ta5[5]; //定义五个变量表示哲学家所在位置
extern int radius;
extern CPoint CenterPoint;
#endif
www.eeworm.com/read/481944/6632859
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/478816/6703746
class variable.class
www.eeworm.com/read/478816/6703756
java variable.java
/*作者:徐朝*/
/*keystonexu@yahoo.com.cn*/
package regression.function;
import kernel.*;
/**
*变量x的类
*/
public class Variable extends Terminal
{
public Variable()
{
symbol = "x";
}
p
www.eeworm.com/read/264780/11301844
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'图书分类数组
Public Arr_BookType() As String
Public Arr_TypeId() As Long
'类模块对象
Public MyUser As New Users '用户对象
Public CurUs
www.eeworm.com/read/264129/11327724
class variable.class
www.eeworm.com/read/264129/11327773
java variable.java
public class Variable
{
private String id;
private String typeSQL;
public Variable(String _id, String _typeSQL)
{
id = _id;
typeSQL = _typeSQL;
}
public String getId()
{
re
www.eeworm.com/read/408589/11380062
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'产品编号数组
Public Arr_ProId() As String
'类模块的对象
Public MyPro As New Product
Public MyConPro As New ConProduct
Public MyCost