代码搜索:4键触控
找到约 10,000 项符合「4键触控」的源代码
代码结果 10,000
www.eeworm.com/read/438222/7733933
gif 4.gif
www.eeworm.com/read/438222/7734166
gif 4.gif
www.eeworm.com/read/438078/7736922
jpg 4.jpg
www.eeworm.com/read/437964/7738715
png 4.png
www.eeworm.com/read/437916/7739731
asm 4.asm
extrn buf:byte,info3:byte
public change3
code segment
change3 proc far
assume cs:code
sub ax,ax
mov ch,4
mov cl,4
mov bx,4a8fh
rotate: rol bx,cl
mo
www.eeworm.com/read/437857/7740832
txt 4.txt
//一些金子
1090020 1 10 0
//一堆金锭
1091000 1 20 0
//一堆金锭
1091000 1 50 0
//一堆金锭
1091000 1 80 0
//一堆金锭
1091000 1 100 0
//Drop DragonBall
1088000 1 1200 0
//Drop Meteor
1088001 1
www.eeworm.com/read/437857/7741031
lua 4.lua
if NPCcon==0 then
CmdNPC:Face(177);
if API:GetDCStart()==true then
if API:GetDCMode() ==false then
CmdNPC:Say("这里是陪十倍的,请问你要下注吗?");
CmdNPC:Post("TS",3);
www.eeworm.com/read/437793/7741507
doc 4.doc
www.eeworm.com/read/437478/7747506
asm 4.asm
data segment
buf1 db "The prime numbers of 1-1000 is:",0ah,0dh,24h
buf2 db "2",20h,24h
buf3 dw ?
data ends
code segment
assume ds:data,cs:code
start: mov ax,data
mov ds,ax
lea dx,buf