代码搜索:Stack

找到约 10,000 项符合「Stack」的源代码

代码结果 10,000
www.eeworm.com/read/386267/8758743

cpp stack.cpp

void nipr(slink q) { slink p=q->prior; cout
www.eeworm.com/read/430210/8761872

obj stack.obj

www.eeworm.com/read/430210/8761878

cpp stack.cpp

#include #include static const int initialsize=200; template class stack{ friend ostream &operator
www.eeworm.com/read/286388/8766572

class stack.class

www.eeworm.com/read/286388/8766576

java stack.java

import java.util.*; class stack { public static void main(String args[]) { Stack stack1 = new Stack(); try { stack1.push(new Integer(0));
www.eeworm.com/read/386057/8766853

cpp stack.cpp

#include #include using namespace std; template class stack { public: stack(int sz=50); ~stack(){delete[]elements;} void Push(const T& x); bool Pop(T& x
www.eeworm.com/read/386018/8771312

h stack.h

typedef struct { char ch[20]; int chang; }stack; void initstack(stack &st) { st.chang=0; st.ch[1]='#'; } void push(stack &st,char c) { st.chang++; st.ch[st.chang+1]=c; } void pop(st
www.eeworm.com/read/430015/8773052

h stack.h

#ifndef STACK_H #define STACK_H /*==================================================================== Copyright 1996, 1997, 2004 Ian Kaplan, Bear Products International, www.bearcave.com. Al
www.eeworm.com/read/429993/8774120

o stack.o

www.eeworm.com/read/429993/8774310

s stack.s

;************************************************************************** ;NAME: stack.s ;modified by:wzz at Qingdao University 2008 ;************************************************************