代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/263577/11354731
ncb stack.ncb
www.eeworm.com/read/263577/11354736
opt stack.opt
www.eeworm.com/read/263577/11354738
dep stack.dep
# Microsoft Developer Studio Generated Dependency File, included by stack.mak
www.eeworm.com/read/263577/11354743
mak stack.mak
# Microsoft Developer Studio Generated NMAKE File, Based on stack.dsp
!IF "$(CFG)" == ""
CFG=stack - Win32 Debug
!MESSAGE No configuration specified. Defaulting to stack - Win32 Debug.
!ENDIF
www.eeworm.com/read/263577/11354745
h stack.h
// stack.h
//数组栈类,第0个位置不放元素
#ifndef _STACK_H
#define _STACK_H
#define MAXSIZE 100
class CArrayStack
{
private:
char ArrayOfStack[MAXSIZE+1]; //栈数组
int top_pointe
www.eeworm.com/read/263577/11354749
dsw stack.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/263577/11354754
plg stack.plg
Build Log
--------------------Configuration: stack - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/263577/11354757
dsp stack.dsp
# Microsoft Developer Studio Project File - Name="stack" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/263577/11354759
cpp stack.cpp
// stack.cpp
//数组栈类实现
#include "stack.h"
#include
using namespace std;
CArrayStack::CArrayStack()
{
top_pointer=0;
}
CArrayStack::CArrayStack(const CArrayStack &s)
{
t
www.eeworm.com/read/263483/11361565
s stack.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; HMS720