代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/234477/14111532
cpp stack.cpp
#include
#define maxlength 200
int main(void)
{
int array[maxlength][2] = {0};
int index[3] = {0};
int n, t, num;
printf("程序说明:本程序将把小于等于10的整数,大于100的整数,以及以上两者之间的数分别放入三个栈中并依次输出
www.eeworm.com/read/234146/14120836
c stack.c
/* Demo of using simplest stack data sturcture, coverting numbers from Dec to Oct.
*
* Written by Cyril Hu (cyrilhu@gmail.com), public domain.
*/
#include
#include
struct a {
www.eeworm.com/read/131819/14123265
cpp stack.cpp
/************************************************************************
* stack.cpp *
* This is a simple stack class for a stack of lptr
www.eeworm.com/read/234061/14123421
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/234059/14123821
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/234058/14123855
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/234057/14123884
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/234056/14123914
s stack.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/131671/14133505
h stack.h
#ifndef STACK_CLASS
#define STACK_CLASS
#include
#include
#include "link.h"
template
class Stack
{
private:
// a linked list object to hold th
www.eeworm.com/read/131669/14133562
h stack.h
#ifndef STACK_CLASS
#define STACK_CLASS
#include
#include
#include "link.h"
template
class Stack
{
private:
// a linked list object to hold th