代码搜索:push
找到约 10,000 项符合「push」的源代码
代码结果 10,000
www.eeworm.com/read/144212/5752927
dirfuncs
#
# Directory manipulation functions from the book 'The Korn Shell'
# Modified for use with bash Mon Apr 18 08:37 1994 by
# Ken Konecki (kenk@wfg.com)
#
# Modified by Chet Ramey
#
# This could stand t
www.eeworm.com/read/126411/6017665
dirfuncs
#
# Directory manipulation functions from the book 'The Korn Shell'
# Modified for use with bash Mon Apr 18 08:37 1994 by
# Ken Konecki (kenk@wfg.com)
#
# Modified by Chet Ramey
#
# This could stand t
www.eeworm.com/read/407516/11417941
m untitled5.m
s=creatstack;
s=push(1,s);
s=push(3,s);
s=push(-1,s);
s=push(1,s);
s=push(3,s);
s=push(-1,s);
s=push(1,s);
s=push(3,s);
s=push(-1,s);
s=pop(s)
s=pop(s)
www.eeworm.com/read/185058/9059200
cpp stack1_main.cpp
typedef int dataType; //抽象数据类型dataType定义为int
#include "Stack1.h" //顺序栈类
void main()
{
Stack1 s1(10); //创建空栈,存储单元个数为10
cout
www.eeworm.com/read/424226/10479096
txt 自己收集一直用的花指令.txt
伪装 PEtite 2.2 -> Ian Luck 汇编代码:
============================
伪装代码部分:
============================
mov eax,0040E000
push 004153F3
push dword ptr fs:[0]
mov dword ptr fs:[0],esp
pushf
www.eeworm.com/read/126775/14403521
asm f.asm
DLY macro opr1,opr2 ;延时子程序
local dl1,dl2
PUSH CX
PUSH DX
MOV DX,opr1
DL1: MOV CX,opr2
DL2: LOOP DL2
DEC DX
JNZ DL1
POP DX
www.eeworm.com/read/367255/9764774
cpp arch_x86.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Sep,18 2006
// Module Name : AR
www.eeworm.com/read/268437/11139997
cpp arch_x86.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Sep,18 2006
// Module Name : AR
www.eeworm.com/read/168054/9940829
h cyc.h
extern struct cyc *rb_cycs[cyc_max];//循环堆
extern void cyc_clear();//清空所有循环体与转子调用
extern struct comtree *pop_cyc();
extern void push_for(char *exp);
extern struct comtree * rb_next();
extern void