代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/239624/13265617
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/239624/13265620
opt variable.opt
www.eeworm.com/read/239624/13265623
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/239624/13265626
obj variable.obj
www.eeworm.com/read/239624/13265630
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/239624/13265632
plg variable.plg
Build Log
--------------------Configuration: Variable - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhan
www.eeworm.com/read/239012/13309520
h variable.h
/*
*********************************************************************************************************
* 文件: Variable.h.
* 描述: 全局变量定义 , 所有全局变量请在次定义.
* 编写: 深思 (001-12345@sohu.com).
*********
www.eeworm.com/read/321622/13401661
bas variable.bas
Attribute VB_Name = "Variable"
Public SqlStmt As String
Public Conn As String
Public sInsuItems As String
Public sInsuKeys As String
Public ColVal As String
Public Arr_Type() As String
Public A
www.eeworm.com/read/318176/13484192
h variable.h
// Dummy Variable class
#ifndef VARIABLE_H
#define VARIABLE_H
class Variable
{
};
#endif