代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/343130/11970911
bas variable.bas
Attribute VB_Name = "Variable"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'部门数组
Public Arr_DepName() As String
Public Arr_De
www.eeworm.com/read/256129/12024083
exe variable.exe
www.eeworm.com/read/256129/12024084
ncb variable.ncb
www.eeworm.com/read/256129/12024089
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/256129/12024093
opt variable.opt
www.eeworm.com/read/256129/12024096
dsp variable.dsp
# Microsoft Developer Studio Project File - Name="Variable" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/256129/12024100
obj variable.obj
www.eeworm.com/read/256129/12024105
dsw variable.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/256129/12024107
plg variable.plg
Build Log
--------------------Configuration: Variable - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhan
www.eeworm.com/read/255969/12043502