代码搜索:push
找到约 10,000 项符合「push」的源代码
代码结果 10,000
www.eeworm.com/read/146696/12617891
txt ch3_1.txt
int push(int s[],int x,int top)
{
if(top==M)
{ printf("overflow");
return(-M);
}
s[top]=x;
return(++top);
}
www.eeworm.com/read/110479/15533002
txt tech2.txt
这是ED!SON96所著的 Windows Cracking Tutorial v1.o 。
在网上号称“XX手册”,“XX入门”的东东很多,不过大多数是关于
如何破解UNIX帐号,Novell网络,而且其旧无比,比如说85年的:)
真正关于WINDOWS,或win95程序Crack(不是hack)的好文章不多,而且关于如何
入门的更是少见。
ED!SON96是网上比较有名的一
www.eeworm.com/read/105000/15680083
asm cstart.asm
; File : $Workfile: CSTART.ASM$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;---------------------------------
www.eeworm.com/read/100336/15876860
asm cstart.asm
; File : $Workfile: CSTART.ASM$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;---------------------------------
www.eeworm.com/read/192426/8382399
s sim_24.s
.module sim_24.c
.area vector(rom, abs)
.org 34
rjmp _TWI_ISR
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\SIM_24C02\sim_24.c
.dbfunc e TWI_ISR _TWI_ISR fV
.even
_TWI_IS