代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/373326/9463479
prefs org.eclipse.cdt.managedbuilder.core.prefs
#Sat Oct 18 08:28:27 CST 2008
eclipse.preferences.version=1
environment/buildEnvironmentInclude/S60_31_com.symbian.cdt.build.projectType.pdll_gcce.urel_S60_3rd_FP1.1885576221=
www.eeworm.com/read/176730/9486435
local
#!/bin/sh
sample_text="global variable"
foo() {
local sample_text="local variable"
echo "Function foo is executing"
echo $sample_text
}
echo "script starting"
echo $sample_text
foo
e
www.eeworm.com/read/372878/9489165
s heap.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Heap, DATA, NOINIT
EXPORT bottom_of_heap
; Create dummy variable used to locate bottom of heap
bottom_of_heap SP
www.eeworm.com/read/372527/9505057
local
#!/bin/sh
sample_text="global variable"
foo() {
local sample_text="local variable"
echo "Function foo is executing"
echo $sample_text
}
echo "script starting"
echo $sample_text
foo
e
www.eeworm.com/read/372465/9509464
c three_hi.c
#include
void three_hellos(void)
{
int counter; // Variable
for (counter = 1; counter
www.eeworm.com/read/372449/9510371
local
#!/bin/sh
sample_text="global variable"
foo() {
local sample_text="local variable"
echo "Function foo is executing"
echo $sample_text
}
echo "script starting"
echo $sample_text
foo
e
www.eeworm.com/read/371836/9534581
h lib.h
typedef unsigned char uint8; /* defined for unsigned 8-bits integer variable 无符号8位整型变量 */
typedef signed char int8; /* defined for signed 8-bits integer
www.eeworm.com/read/371500/9551471
c fork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
char buf[] = "a write to stdout\n";
int
main(void)
{
int
www.eeworm.com/read/371495/9552223
lst delay.lst
C51 COMPILER V8.02 DELAY 01/17/2007 08:38:52 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE DELAY
OBJECT MODULE PLACED IN D
www.eeworm.com/read/175157/9556961
plg musicplay.plg
Build Log
--------------------Configuration: MusicPlay - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lhr