代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/160068/10574874
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/160068/10574906
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/160068/10574954
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/278058/10577590
h stack.h
// stack.h -- class definition for the stack ADT
#ifndef STACK_H_
#define STACK_H_
typedef unsigned long Item;
class Stack
{
private:
enum {MAX = 10}; // constant specific to class
www.eeworm.com/read/278058/10577605
cpp stack.cpp
// stack.cpp -- Stack member functions
#include "stack.h"
Stack::Stack() // create an empty stack
{
top = 0;
}
bool Stack::isempty() const
{
return top == 0;
}
bool Stack::isf
www.eeworm.com/read/423228/10578143
cpp stack.cpp
/**************************************************************************
**************************************************************************
******************************* STACK.C
www.eeworm.com/read/159990/10581308
java stack.java
//Stack class
class Stack//???
{
public static void main(String args[])
{
int i;
Stack mystack1 = new Stack();
Stack mystack2 = new Stack();
for(i=0; i
www.eeworm.com/read/159990/10581636
class stack.class
www.eeworm.com/read/352029/10587266
cpp stack.cpp
// Stack.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
//#include "StkSequence.h"
//#include
#include
#include
using names
www.eeworm.com/read/352029/10587273
dsw stack.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################