代码搜索:操作软件
找到约 10,000 项符合「操作软件」的源代码
代码结果 10,000
www.eeworm.com/read/408046/11406068
doc 操作说明.doc
www.eeworm.com/read/407198/11424374
txt 堆栈操作 .txt
堆栈操作
PUSH direct
POP #9; direct
第一条指令称之为推入,就是将direct中的内容送入堆栈中,第二条指令称之为弹出,就是将堆栈中的内容送回到direct中。推入指令的执行过程是,首先将SP中的值加1,然后把SP中的值当作地址,将direct中的值送进以SP中的值为地址的RAM单元中。例:
MOV SP,#5FH
MOV A,#1 ...
www.eeworm.com/read/407126/11428787
e 交互操作.e
www.eeworm.com/read/406128/11449071
vbp 密码操作.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
Module=MC32Gl; Mc32_gl.bas
Module=MC3242; Mc32_42.bas
www.eeworm.com/read/406128/11449074
vbw 密码操作.vbw
Form1 = 66, 66, 441, 412, Z, 22, 22, 397, 368, C
MC32Gl = 66, 87, 665, 518, C
MC3242 = 44, 58, 643, 489,
www.eeworm.com/read/405283/11466992
c 栈操作.c
#include
#include
#define MAX 20
#define ElemType int
#define S (*p)
struct SqStack
{
ElemType elem[MAX];
int top;
};
main()
{
struct SqStack *q;
int i,y,cord;
www.eeworm.com/read/405283/11467068
c 数组操作.c
#include
void main()
{
char strg[40],*there,one,two;
int *pt,list[100],index;
strcpy(strg,"This is a character string.");
one = strg[0]; /* one 和
www.eeworm.com/read/403834/11508933
doc 常用操作.doc
www.eeworm.com/read/403223/11520600
pdf 操作时序.pdf
www.eeworm.com/read/401756/11550775