代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/192315/8386799
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/192259/8391044
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
www.eeworm.com/read/391640/8392690
lst delay.lst
C51 COMPILER V8.05a DELAY 10/07/2008 19:46:54 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE DELAY
OBJECT MODULE PLACED IN
www.eeworm.com/read/291488/8415122
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/191613/8426064
cpp ex0106.cpp
// Programming with C++ by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 1.6 on page 5
// Using Integer Variables
#include
using namespace std;
int main()
{ // pr
www.eeworm.com/read/189744/8455704
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/189743/8455806
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/189298/8477366
h mystdarg.h
/*
** Replacement for the library stdarg.h macros.
*/
/*
** va_list
** Define the type for a variable that will hold a pointer to
** the variable portion of the argument list. char * is used
www.eeworm.com/read/390194/8478214
txt 10-30.txt
%例10-30 isa和isequal函数的使用。
%isa函数的使用格式为isa(OBJ,' function_handle');isequal函数的使用格式为isequal(A,B…)。
%首先是关于isa函数的示例。
>> isa(funhandleone,'function_handle')
ans =
1
>> isa(funhandle,'function_ha
www.eeworm.com/read/189293/8480166
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