代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/126903/14395984
asm exec065.asm
ORG 0000H
AJMP START
ORG 30H
START:
MOV SP,#5FH
MOV TMOD,#00000110B ;定时/计数器1作计数用,0不用全置0
SETB TR0 ;启动计数器1开始运行.
LOOP:
MOV A,TL0
CPL A
MOV P1,A
AJMP LOOP
www.eeworm.com/read/126903/14395986
asm exec81.asm
FIRST EQU P2.7 ;第一位数码管的位控制
SECOND EQU P2.6 ;第二位数码管的位控制
DISPBUFF EQU 5AH ;显示缓冲区为5AH和5BH
ORG 0000H
AJMP START
ORG 30H
START:
MOV SP,#5FH ;设置堆栈
MOV P1,#0FFH
MOV P0,#0FFH
MOV P2,#0FFH
www.eeworm.com/read/126903/14395987
hex exec064.hex
www.eeworm.com/read/126903/14395989
hex exec82.hex
:020000000130CD
:02000B00016092
:1000300075815F7590FF7580FF75A0FF75890175EB
:100040008CF8758A30D28CD2AFD2A9755900755A06
:10005000007400F55B04120096B40AF774000153B3
:10006000C0E0C0D0758CF8758A30D2
www.eeworm.com/read/126803/14402239
exe dynamic_exec.exe
www.eeworm.com/read/126803/14402244
res dynamic_exec.res
www.eeworm.com/read/126803/14402247
cfg dynamic_exec.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/126803/14402252
dpr dynamic_exec.dpr
program dynamic_exec;
uses
Forms,
main in 'main.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/126803/14402255
dof dynamic_exec.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/227865/14407684
m exec_bouncing.m
function exec_bouncing(x)
%隶属于 BALL_BOUNCE,计算实际小球谈跳的过程。
k=1; uu=get(gcf,'UserData');
if nargin==0,
[x,y,k]=ginput(1); uu{3}=x; set(gcf,'UserData',uu);
end
if k==1
if x