代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/372167/9518714
h stack.h
//=============================
//张邦华 2005160103
//实现简单栈的机制
//Stack.h
//=============================
#ifndef HEADER_STACK
#define HEADER_STACK
#include
using namespace std;
cl
www.eeworm.com/read/372090/9522088
ncb stack.ncb
www.eeworm.com/read/372090/9522089
opt stack.opt
www.eeworm.com/read/372090/9522091
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/372090/9522093
plg stack.plg
Build Log
--------------------Configuration: stack - Win32 Debug--------------------
Command Lines
Results
stack.exe - 0 error(
www.eeworm.com/read/372090/9522095
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/372090/9522096
cpp stack.cpp
#define OK 1
#define TRUE 1
#define ERROR 0
#define FALSE 0
#define OVERFLOW -2
#define STACK_INIT_SIZE 100
#define STACKINCREMENT 10
#define Status int
#define SElemType int
#inclu
www.eeworm.com/read/175878/9528165
java stack.java
package commu;
class Stack{
public synchronized int getPoint(){return point;}
public synchronized String pop(){this.notifyAll();
while(point==-1){
System.out.println(Thread.currentThread
www.eeworm.com/read/371911/9531242
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/371669/9542924