代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/468438/6990020
sql demo01.sql
drop table t;
create table t ( x int );
create or replace procedure proc1
as
begin
for i in 1 .. 10000
loop
execute immediate
'insert into t values ( :x )' using i;
www.eeworm.com/read/467407/7011959
c timer.c
#include
main()
{
clock_t time,deltime;
long junk,i;
float secs;
LOOP:
printf("input loop count: ");
scanf("%ld",&junk);
time = clock();
for(i=0;i
www.eeworm.com/read/466785/7020732
txt 6.1.3双字节无符号数据块排序.txt
COUNT: EQU 03H
TABLE: DEFB 01H,20H,50H,3AH,2BH,E5H
DSRT:
MOV R6,#00H
MOV R7,#COVNT
DEC R1
MOV R0,#TAB
MOV R1,#23H
LOOP:
MOV 2AH,@R0
INC R0
MOV 2BH,@R0
MOV 2CH,@R1
INC R
www.eeworm.com/read/466557/7026810
c test_monkey.c
#include
#include
#include "common.h"
#include "../qrinput.h"
#include "../qrencode_inner.h"
#include "../split.h"
#include "../qrspec.h"
#define MAX_LENGTH 7091
static char data
www.eeworm.com/read/466737/7031868
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/466488/7036060
m kernel_for_inverse_heat_conduction.m
%Defines and Computes the Differentiation Kernel, the kernel of the inverse
%heat conduction problem as a function of s and r. Note: you will need to
%select some value Nmax at which to terminate
www.eeworm.com/read/466178/7040215
sdi timer0-0.sdi
,,, ORG 00H
0000,02 00 30,, JMP MAIN
,,, ORG 30H
0030,75 89 00,MAIN,MAIN: MOV TMOD,#00H ;设置TIMER0工作在MODE0
0033,7C 00,, MOV R4,#00H ;记数指针初值
,,,;
www.eeworm.com/read/466178/7040432
sdi inter0-0.sdi
,,, ORG 00H
0000,02 00 30,, JMP MAIN
,,, ORG 03H ;INT0中断子程序起始地址
0003,02 00 43,, JMP EXT0 ;中断子程序
,,, ORG 30H
0030,75 A8 81,MAIN,MAIN: MOV IE
www.eeworm.com/read/466178/7040436
asm inter0-0.asm
ORG 00H
JMP MAIN
ORG 03H ;INT0中断子程序起始地址
JMP EXT0 ;中断子程序
ORG 30H
MAIN: MOV IE,#10000001B ;INT0中断使能
MOV IP,#00000001B ;INT0中断优先
MOV TCON,#00000000B ;INTO为电平触发
MOV SP,#70H ;设定堆栈指针
MOV
www.eeworm.com/read/464833/7060502
asm dayinji.asm
ORG 0000H
AJMP START1
ORG 0100H
START1:lcaLL DELAY
START: CLR A
MOV DPTR,#DATA1
MOVC A,@A+DPTR
INC DPTR