代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/366015/9836625
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/366015/9836710
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/169721/9845104
c stack.c
#include
#include
#define Max 100
int *p;
int *tos;
int *bos;
/*添加一个数据放到堆栈对顶端*/
void push(int i)
{
if(p > bos)
{
printf("堆栈以满\n");
return;
}
*p = i;
p+
www.eeworm.com/read/169580/9849850
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/169580/9849875
o stack.o
www.eeworm.com/read/365449/9863135
h stack.h
#include "common.h"
extern NODE *OperandHead,*OperatorHead;
NODE *PushOperand (
NODE *Source
);
NODE *PopOperand (
void
);
NODE *PushOperator (
NODE *Source
);
NODE *Pop
www.eeworm.com/read/365449/9863153
cpp stack.cpp
#include "common.h"
#include "stack.h"
NODE *OperandHead = NULL;
NODE *OperatorHead = NULL;
NODE *PushOperand (
NODE *Source
)
{
NODE *tmp;
tmp = (NODE*) malloc (sizeof (NODE));
www.eeworm.com/read/365329/9869420
dc stack.dc
% Stack add {
return addLast(_self, element);
}
% Stack take {
return takeLast(_self);
}
%init
www.eeworm.com/read/365329/9869433
d stack.d
// new(Stack, minimal-dimension)
% ListClass Stack: List {
%}
www.eeworm.com/read/365285/9870483
s stack.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; HMS720