代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/375289/9365257
lst startup.lst
ARM Macro Assembler Page 1
1 00000000 ;定义堆栈的大小
2 00000000 00000000
FIQ_STACK_LEGTH
EQU 0
3 00
www.eeworm.com/read/176336/9502989
c script.c
// $Id: script.c,v 1.18 2003/07/04 01:11:38 lemit Exp $
//#define DEBUG_FUNCIN
//#define DEBUG_DISP
//#define DEBUG_RUN
#include
#include
#include
#include
www.eeworm.com/read/170484/9803761
h compat.h
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/compat.h,v $
* $Re
www.eeworm.com/read/363059/9969512
c verifier.c
/*0001*//*
/*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
/*0003./ *
/*0004./ * This software is the confidential and proprietary information of Sun
/*0005./ * Mic
www.eeworm.com/read/163371/10163504
cpp 计算器.cpp
#include
#include
using namespace std;
const int maxlen=200;
int &operation(const int &,const int &,const char &);
char expstr[maxlen];
enum Error_code{success=0,downflow,st
www.eeworm.com/read/359005/10171671
m evalfis1.m
% EVALFIS1 偼丄僼傽僕傿悇榑僔僗僥儉傪寁嶼偟傑偡丅
% OUTPUT_<mark>STACK</mark> = EVALFIS1(INPUT_<mark>STACK</mark>, FISMATRIX) 偼丄FISMATRIX 偱愝掕偝
% 傟傞僼傽僕傿悇榑僔僗僥儉偺弌椡傪寁嶼偟傑偡丅INPUT_<mark>STACK</mark> 偼丄擖椡儀僋僩
% 儖丄傑偨偼丄峴楍傪愝掕偡傞儀僋僩儖偱丄峴楍偺応崌丄奺峴偼擖椡儀僋僩儖傪
% 巜掕偟傑偡丅OUTPUT_S ...
www.eeworm.com/read/355516/10259851
asm min.asm
.include "ccall.asm"
.def _ti_min
.text
_ti_min:
pre_ccall 2,AR_X,AR_N
setc SXM
sar AR_X,*+,AR_X ; xmin=stack[0]=&x[min]=&x[0];
lacc *,AR_STACK
sacl *+,AR_STACK ; stack[1] = x[mi
www.eeworm.com/read/355516/10259870
asm minmag.asm
.include "ccall.asm"
.def _ti_minmag
.text
_ti_minmag:
pre_ccall 2,AR_X,AR_N
setc OVM ; Enable overflow mode to handle abs(0x8000)
setc SXM
sar AR_X,*+,AR_X ; xmin=stack[0]=&x[min
www.eeworm.com/read/355516/10259887
asm maxmag.asm
.include "ccall.asm"
.def _ti_maxmag
.text
_ti_maxmag:
pre_ccall 2,AR_X,AR_N
setc OVM ; Enable overflow mode to handle abs(0x8000)
setc SXM
sar AR_X,*+,AR_X ; xmax=stack[0]=&x[max
www.eeworm.com/read/355516/10259894
asm max.asm
.include "ccall.asm"
.def _ti_max
.text
_ti_max:
pre_ccall 2,AR_X,AR_N
setc SXM
sar AR_X,*+,AR_X ; xmax=stack[0]=&x[max]=&x[0];
lacc *,AR_STACK
sacl *+,AR_STACK ; stack[1] = x[ma