代码搜索:MyStack

找到约 249 项符合「MyStack」的源代码

代码结果 249
www.eeworm.com/read/112473/15484682

h mystack.h

//Header file: myStack.h #ifndef H_StackType #define H_StackType #include #include using namespace std; template class stackType { public: const
www.eeworm.com/read/114927/15033906

cpp mystack_e.cpp

#ifndef MYSTACK_E_H #define MYSTACK_E_H #include"mystack.h" template SepStack::SepStack(){ pdata = new DataType [MaxNum]; if (pdata==NULL) cout
www.eeworm.com/read/472696/6864108

class mystack_link.class

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