2008年2月3日

用泛型实现在数组模拟入栈出栈时多类型的使用

摘要: /**//**CreatedbySharpDevelop.*User:??*Date:2008-2-3*Time:9:14**??????*/usingSystem;classStatck<T>{privateT[]statck;privateintcount;publicStatck(intsize){statck=newT[size];count=0;}publicvoidPush... 阅读全文

posted @ 2008-02-03 10:54 浴盆 阅读(404) 评论(2) 推荐(0)

导航