代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7449284
cc 2299717_tle.cc
#include
#include
#define C 45
int over;
int pp, sud[10][10];
int stack[82][2];
int r[10][10], c[10][10], s[10][10];
int f(int i, int j)
{
i = (i-1)/3;
j = (j-1)/3+1
www.eeworm.com/read/449295/7509154
txt readme.txt
FIFO
DESCRIPTION:
16x32 FIFO with simultaneous read/write operations.
TOP-LEVEL - fifo.bde schematic.
DESING TYPE:
XILINX (library SPARTAN2)
CONTROLS:
DIP[31:0] - data input,
PUS
www.eeworm.com/read/448815/7525298
m hysthresh.m
% HYSTHRESH - Hysteresis thresholding
%
% Usage: bw = hysthresh(im, T1, T2)
%
% Arguments:
% im - image to be thresholded (assumed to be non-negative)
% T1 - upper threshold
www.eeworm.com/read/447024/7560185
inc sect_i0.inc
;""FILE COMMENT""**************************************************************
; System Name : This program is only for education.
; File Name : sect_i0.inc
; Contents : Practice 8-A Sect
www.eeworm.com/read/444676/7608757
asm roach.asm
;Developed and Programmed in Australia.
;Copy_ya_right 1997
;Virus Name : ROACH
;The ROACH virus will install itself memory resident, below the video memory.
;once this virus is in memory it w
www.eeworm.com/read/443686/7628581
cpp nobloattest.cpp
//: C03:NobloatTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "Nobloat.h"
#include
www.eeworm.com/read/443394/7633672
s startup_rvmdk.s
; >
;******************************************************************************
;
; startup_rvmdk.S - Startup code for Stellaris.
;
; Copyright (c) 2
www.eeworm.com/read/441986/7661583
c os_cpu_c.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/436037/7778580
m hysthresh.m
% HYSTHRESH - Hysteresis thresholding
%
% Usage: bw = hysthresh(im, T1, T2)
%
% Arguments:
% im - image to be thresholded (assumed to be non-negative)
% T1 - upper threshold
www.eeworm.com/read/436005/7779249
s crt.s
/* ****************************************************************************************************** */
/* crt.s */
/*