代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/431812/8652997
cpp pku2769.cpp
#include
#include
#define maxn 1000000
int N;
int a[300];
int stack[300];
int top;
char v[maxn];
char c[maxn];
int abs(int x){return x > 0 ? x : -x;}
int check(int
www.eeworm.com/read/431812/8653160
cpp pku2245.cpp
#include
int num[14];
int N;
int stack[6];
void out(int p, int s)
{
int i;
if (p == 6)
{
for (i = 0; i < 6; i++)
{
printf("%d ", stack[i]);
}
printf("\n");
www.eeworm.com/read/431812/8653574
cpp pku1113.cpp
#include
#include
#include
typedef struct
{
int x, y;
double ang;
} Point;
Point p[1000];
int cmp(const void *a, const void *b)
{
Point *c = (Point *
www.eeworm.com/read/431812/8653762
cpp pku1964.cpp
#include
#define SIZE 1010
int Num[SIZE];
int pre[SIZE], next[SIZE], stack[SIZE];
int N, M, top;
int Max, tmp;
int FindMax()
{
int i;
stack[0] = -1;
top = 0;
for (i = 0; i
www.eeworm.com/read/287961/8657189
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/287960/8657245
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/387619/8662205
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/431653/8663964
cpp 二叉树操作.cpp
/*课程设计题十五:.二叉树用二叉链表表示
一、 设计目的
1.掌握二叉树的概念和性质
2. 掌握任意二叉树存储结构。
3.掌握任意二叉树的基本操作。
二、设计内容和要求
1. 实现二叉树的建立、前序(非递归)、中序和层次遍历;
2. 求二叉树高度、结点数、度为1的结点数和叶子结点数;
3. 插入结点到指定位置、删除指定结点;
4. 将二叉树所有结点的左 ...
www.eeworm.com/read/431583/8666752
s startup.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/387524/8668089
s init.s
;file name ml64000init.s
;data: 19/07/2005
;function:init system ,init stack and falsh sram
AREA boot, CODE, READONLY
INCLUDE define.s
USERMODE EQU 0x10
FIQMODE EQU 0x11
IRQMOD