代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/208569/15244318
prefs org.eclipse.cdt.managedbuilder.core.prefs
#Sat Mar 17 19:11:02 CST 2007
eclipse.preferences.version=1
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.exe.debug.1767386579=\n
www.eeworm.com/read/208568/15244323
prefs org.eclipse.cdt.managedbuilder.core.prefs
#Wed Jan 31 15:16:38 CST 2007
eclipse.preferences.version=1
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.exe.debug.1669683505=\n
www.eeworm.com/read/208565/15244365
prefs org.eclipse.cdt.managedbuilder.core.prefs
#Thu Feb 01 15:04:37 CST 2007
eclipse.preferences.version=1
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.exe.debug.512085093=\n\
www.eeworm.com/read/207444/15271569
c environ.c
/*----------------------------------------
ENVIRON.C -- Environment List Box
(c) Charles Petzold, 1998
----------------------------------------*/
#include
#de
www.eeworm.com/read/206959/15284915
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/206958/15284926
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/206867/15286683
cpp stat_fun.cpp
#include
class shared
{
static int a;
int b;
public:
void set(int i, int j)
{
a=i;
b=j;
}
static void show();
};
int shared::a;
www.eeworm.com/read/206867/15286851
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/206630/15292818
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**