代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/189219/8484070
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 var; /* automatic variable on the s
www.eeworm.com/read/290380/8486116
c three_hi.c
#include
void three_hellos(void)
{
int counter; // Variable
for (counter = 1; counter
www.eeworm.com/read/290355/8488688
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/290301/8490288
plg bxx.plg
Build Log
--------------------Configuration: bxx - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"R
www.eeworm.com/read/189063/8493109
m da_pcor.m
%
% da_pcor.m
%
% Partial correlation screen
%
w1=gcf;
da_front;
drawnow;
%
% Now calculate the correlations
%
% All variables are included in this analysis
%
%
% Say it's calculating
www.eeworm.com/read/290190/8498469
s stack.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Stacks, DATA, NOINIT
EXPORT top_of_stacks
; Create dummy variable used to locate stacks in memory
top_of_stacks
www.eeworm.com/read/290190/8498477
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