代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/432287/8614918
s startup.s
;/*****************************************************************************
;* startup.s: startup file for NXP LPC230x Family Microprocessors
;*
;* Copyright(C) 2006, NXP Semiconductor
;*
www.eeworm.com/read/430937/8718109
h stackmacros.h
/*
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/187283/8835277
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
last edit: 86/05/30 rms
include config.h, since on VMS it renames some symbols.
Use xmalloc instead of malloc.
This
www.eeworm.com/read/187283/8836314
h input.h
/* Source file current line is coming from. */
extern char *input_filename;
/* Top-level source file. */
extern char *main_input_filename;
/* Line number in current source file. */
extern int lin
www.eeworm.com/read/383756/8921091
h stackmacros.h
/*
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/283815/8987030
c taskdesc.c
/**********************************************************************/
/* */
/* File name: taskdesc.c
www.eeworm.com/read/382947/8988043
h c3-1.h
// c3-1.h 栈的顺序存储表示
#define STACK_INIT_SIZE 10 // 存储空间初始分配量
#define STACK_INCREMENT 2 // 存储空间分配增量
struct SqStack
{
SElemType *base; // 在栈构造之前和销毁之后,base的值为NULL
SElemType *top; // 栈顶指针
www.eeworm.com/read/381070/9112537
h beelzebublang.h
#define STACK_INIT_SIZE 100
#define STACK_INCREMENT 10
#define ok 1;
#define OVERFLOW 0;
#define error 0;
typedef char selemtype;
typedef struct
{
selemtype *base;
selemtype *top;
int sta
www.eeworm.com/read/365713/9850052
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
last edit: 86/05/30 rms
include config.h, since on VMS it renames some symbols.
Use xmalloc instead of malloc.
www.eeworm.com/read/166778/9998772
cc calc++-parser.cc
/* A Bison parser, made by GNU Bison 2.1. */
/* C++ Skeleton parser for LALR(1) parsing with Bison,
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This program is free so