代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/239763/13257967
java stack.java
// stack.java
// demonstrates stacks
// to run this program: C>java StackApp
////////////////////////////////////////////////////////////////
class StackX
{
private int maxSize; //
www.eeworm.com/read/324562/13258018
class stack.class
www.eeworm.com/read/324535/13259345
h stack.h
#ifndef Stack_SFSFSF
#define Stack_SFSFSF
#include
#include
using namespace std;
template
class Stack{
public:
Stack();
bool empty() const;
www.eeworm.com/read/239624/13265195
dsk stack.dsk
www.eeworm.com/read/239624/13265201
cpp stack.cpp
//THE PROGRAM IS TO TEST THE CLASS "STACK"
//FILE STACK.CPP
#include "STACK.H"
class STACK : LIST
{
public:
STACK():LIST(){}
void PUSH(int NUM)
{
LIST::FORWARD_ADD(NUM);
www.eeworm.com/read/239624/13265203
prj stack.prj
www.eeworm.com/read/239624/13265205
obj stack.obj
www.eeworm.com/read/239624/13265209
h stack.h
//THE FILE INCLUDES THE CLASS "NODE" "LIST" "STACK" "QUEUE"
//FILE STACK.H
#include
#include
#include
class NODE
{
friend class LIST;
private:
www.eeworm.com/read/239624/13265210
exe stack.exe
www.eeworm.com/read/239611/13267109
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