代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/422288/10648356
h variable.h
int DDA_Pulse_Modi1,DDA_Pulse_Modi2,DDA_Pulse_Modi3,DAError1,DAError2,DAError3,
Step1,Step2,Step3;
char Status1,Status2,Status3,DDAOK,AccStart,JogStart;
float Point_V1,Point_V2,Point_V3,DDA_
www.eeworm.com/read/421844/10693892
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'读取表中列值的变量
Public ColVal As String
'院系班级数组
Public Arr_ClassName() As String
Public Arr_ClassDescribe() As String
Public A
www.eeworm.com/read/159025/10701071
cpp variable.cpp
/**
* Title: 存储各个功能模块用到的变量的基类实现
* Description:对各个模块所需要的属性进行设置值和提取值的接口
* Copyright: Copyright (c) 2005-12-17
* Company: bjut
* @author gaok
* @version 1.
www.eeworm.com/read/159025/10701155
h variable.h
/**
* Title: 存储各个功能模块用到的变量的基类
* Description:对各个模块所需要的属性进行设置值和提取值的接口
* Copyright: Copyright (c) 2005-12-17
* Company: bjut
* @author gaok
* @version 1.0
www.eeworm.com/read/276828/10705854
inc variable.inc
; flat assembler core variables
; Copyright (c) 1999-2006, Tomasz Grysztar.
; All rights reserved.
; Variables which have to be set up by interface:
memory_start dd ?
memory_end dd ?
add
www.eeworm.com/read/350443/10742596
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'院系班级数组
Public Arr_ClassName() As String
Public Ar
www.eeworm.com/read/349181/10843277
exe variable.exe
www.eeworm.com/read/349181/10843279
ncb variable.ncb
www.eeworm.com/read/349181/10843281
cpp variable.cpp
#include
#include
int GLOBAL;
void TEST();
int main(void)
{
TEST();
printf("\nGLOBAL=%d",GLOBAL);
//printf("\nLOCAL=%d",LOCAL);
getch();
return 0;
}
void TEST()
{
www.eeworm.com/read/349181/10843287