代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/384104/8898328
c yufa.c
/* 3+5*2*(2+1)
2008 by wanglaoji
*/
#include
int isterminal(char a)
{if((a=='i')||(a=='+')||(a=='*')||(a=='(')||(a==')')||(a=='$'))
return(1);
else return(0);
}
int notin(c
www.eeworm.com/read/384022/8905124
txt nealzane.txt
Welcome To Administrator's Page of Judge Online of ACM ICPC, Peking University
--------------------------------------------------------------------------------
Source
Problem Id:1048
www.eeworm.com/read/383872/8913305
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/383872/8913373
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/284556/8919227
c segments.c
/* segments.c
* Simple program to illustrate different segments and to show
* how parameters are passed and the syscall is generated.
*
* objdump below refers to:
* /software/gcc_nachos/bin
www.eeworm.com/read/186670/8919301
txt mch04-05.txt
堆叠条形图
Y = [5 1 2
8 3 7
9 6 8
5 5 5
4 2 3];
bar(Y,'stack')
grid on
set(gca,'Layer','top') % 在图形上层显示栅格线
www.eeworm.com/read/383771/8920753
txt 魔王语言解释.txt
#include"stdio.h"
#include"stdlib.h"
#include
typedef struct
{
char *base;
char *top;
int stacksize;
}stack;
typedef struct QNode
{
char data;
struct QNode *next;
}
www.eeworm.com/read/383614/8932618
txt 顺序栈出栈算法.txt
int pop(int s[],int top,int *q)
{ if(top==0)
{ printf("stack empty");
return(0);
}
*q=s[--top];//存储出栈的元素以备用
return(top);
}
www.eeworm.com/read/186344/8943349
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/186344/8943580
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil So