代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/250662/12393216
c g_client.c
/*
** A client that uses the generic stack module to create two stacks
** holding different types of data.
*/
#include
#include
#include "g_stack.h"
/*
** Create two sta
www.eeworm.com/read/250198/12425151
s init.s
;************************************************************************************************
;Beijing instittue of technology
;File Name: Init.s
;Description:
;Author: weian
;Date: 200
www.eeworm.com/read/130200/14203742
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/129048/14268878
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/227599/14420189
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/125105/14513415
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
This implementation of the PWB library alloca() function,
which is used to allocate space off the run-time stack so
th
www.eeworm.com/read/225162/14554221
s init.s
;************************************************************************************************
;File Name: Init.s
;Description: start up configuare
;Author: weian
;Date: 2004-3-1
;*******
www.eeworm.com/read/223305/14646853
c xparser.c
/**
*
* @file xparser.c
* @author Aleix Conchillo Flaque
* @date Tue Dec 03, 2002 00:21
* @brief SCEW private parser type declaration
*
* $Id: xparser
www.eeworm.com/read/223007/14664962
c g_client.c
/*
** A client that uses the generic stack module to create two stacks
** holding different types of data.
*/
#include
#include
#include "g_stack.h"
/*
** Create two sta
www.eeworm.com/read/221800/14720549
c ospf_init.c
/* ospf_init.c - initialize the OSPF protocol and register with IP */
/* Copyright 1998 - 2003 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02l