代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/389692/8507328
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/287638/8677300
s entry.s
#include
.text
.align
#define STACK 0x22000000
/* ------------------------ List of Exported resources -------------------------*/
.globl __entry,_entry
www.eeworm.com/read/287637/8677386
s entry.s
#include
.text
.align
#define AT91_USER_Stack_Begin 0x00204000
#define AT91_Stack_Begin 0x00204000
/* ------------------------ List of Exported resources --------
www.eeworm.com/read/285689/8823064
c seqsfirs.c
/***************************************************/
/* 取得栈顶(顺序存储)结点值 */
/* 文件名seqsfirs.c, 函数名get_top() */
/***********************************************
www.eeworm.com/read/187283/8835409
h va-spur.h
/* varargs.h for SPUR */
/* NB. This is NOT the definition needed for the new ANSI proposed
standard */
struct __va_struct { char __regs[20]; };
#define va_alist __va_regs, __va_stack
#defi
www.eeworm.com/read/384377/8874691
cpp main.cpp
#include
#include
#include
#include "car.h"
using namespace std;
int main(int argc, char *argv[])
{
ifstream ifs("data.txt");//open file
if(!ifs){
cerr
www.eeworm.com/read/186676/8918790
h compat.h
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/compat.h,v $
* $Re
www.eeworm.com/read/284187/8955250
cpp shiyan3.cpp
#include
#include
#include
char src[255];
char stack[255];
int codelength;
int stack_top;
int cur_pos;
char Act[5][8][5] = {
{"TG", "", "", "", "", "
www.eeworm.com/read/284110/8966029
cpp base.cpp
#include "../include/base.h"
Stack::Stack()
{
m_stack.top = NULL;
m_list = NULL;
}
Stack::~Stack()
{
list_t* plist = pop(&m_stack);
while(plist != NULL)
{
free(plist);
plist = NULL;
pli
www.eeworm.com/read/182361/9206755
c handle_opt.c
/*
*handle_opt.c
* define the function declared in handle_opt.h;
*AUTHOR:liyangth@gmail.com;
*VERSION:1.0;
*DATE:2006-8-9;
*/
#include "handle_opt.h"
/*define the operator's PRI
*OPERATOR: ( ^