代码搜索:Stack

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

代码结果 10,000
www.eeworm.com/read/239079/13303655

java stack.java

interface Stack { boolean isEmpty(); //操作结果:若栈空则返回true,否则返回false boolean push(Object element); //操作结果:数据元素element入栈,若成功则返回true,否则返回false Object pop(); //操作结果:当前栈顶元素出栈,并返回该元素 Object top();
www.eeworm.com/read/239079/13303678

class stack.class

www.eeworm.com/read/137695/13304468

h stack.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/137678/13306139

asm stack.asm

www.eeworm.com/read/137582/13310999

o stack.o

www.eeworm.com/read/137582/13311077

s stack.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/238962/13312862

inc stack.inc

;---------------------------------------------------------- ; 作者:陈文尧 ; 文件:Stack.inc ; 版本:1.04 ; 创建日期:2001.08.01 ;---------------------------------------------------------- FSTACK struc st
www.eeworm.com/read/137548/13313085

cpp stack.cpp

//: C04:Stack.cpp {O} // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Linked list with nesting #inc
www.eeworm.com/read/137548/13313122

h stack.h

//: C04:Stack.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Nested struct in linked list #ifnde
www.eeworm.com/read/323831/13314175

h stack.h

// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch) // // This file is part of Torch 3. // // All rights reserved. // // Redistribution and use in source and binary forms,