代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/332813/12726446
h stack.h
#ifndef _STACK_H_
#define _STACK_H_
#include // malloc
// The link class used to construct the stack
template
class ll_link {
public:
t data;
ll_link *next;
www.eeworm.com/read/246311/12737132
zip stack[xeroo].zip
www.eeworm.com/read/332417/12759313
h stack.h
#include
#include
template class stack{
public:
stack(int max=20);
~stack(){delete []elements;}
void push(const type&item);
type pop();
type gettop();
www.eeworm.com/read/332417/12759329
cpp stack.cpp
#include
#include
template class stack{
public:
stack(int max=10);
~stack(){delete []elements;}
void push(const type&item);
type pop();
type gettop();
www.eeworm.com/read/332411/12759405
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/332411/12759425
o stack.o
www.eeworm.com/read/246054/12762695
png stack.png
www.eeworm.com/read/144877/12764899
cpp stack.cpp
// Stack.cpp: implementation of the Stack class.
//
//////////////////////////////////////////////////////////////////////
#include "Stack.h"
//////////////////////////////////////////////////
www.eeworm.com/read/144877/12764916
h stack.h
// Stack.h: interface for the Stack class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STACK_H__96B15CB2_05AC_488B_92A0_0EA20837C927__INCLUDED_)
#d
www.eeworm.com/read/332239/12771394
s stack.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
;;;
;;; Startup Code for
;;; HMS720