代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/139697/13138260
asm exec062.asm
ORG 0000H
AJMP START
ORG 000BH ;定时器0的中断向量地址
AJMP TIME0 ;跳转到真正的定时器程序处
ORG 30H
START:
MOV P1,#0FFH ;关所 灯
MOV TMOD,#00000001B ;定时/计数器0工作于方式1
MOV TH0,#15H
MOV TL0,#0A0H ;即数5536
SETB EA
www.eeworm.com/read/326288/13149415
txt keydisplay.txt
title "hd7279 test"
list p=PIC16f877
include"p16f877.inc"
key equ 1
cs equ 2
clk equ 3
dat equ 5
data_in equ 20h
dat_out equ 21h
x equ 22h
bit_count equ
www.eeworm.com/read/241364/13150620
fun wordcount.fun
CREATE OR REPLACE FUNCTION wordcount (str IN VARCHAR2)
RETURN PLS_INTEGER
AS
words PLS_INTEGER := 0;
len PLS_INTEGER := NVL(LENGTH(str),0);
inside_a_word BOOLEAN;
BEGIN
FOR i IN
www.eeworm.com/read/241364/13151026
sql copy_tables.sql
/*
|| COPY_TABLES.sql
|| Create tables for demonstration of when row level
|| and statement level triggers fire
*/
-- create a table to copy rows from
CREATE TABLE from_table
(col1 NUMBER
www.eeworm.com/read/241364/13151530
tst logb.tst
/* Analyzes overhead of auton transactions. */
CREATE OR REPLACE PROCEDURE test_auton (
counter IN INTEGER)
IS
b BOOLEAN;
BEGIN
ROLLBACK;
PLVtmr.set_factor (counter);
PLVtmr.c
www.eeworm.com/read/241364/13151594
tst invdef_overhead.tst
CONNECT SCOTT/TiGER
@@tmr81.ot
CREATE OR REPLACE PROCEDURE count_emp_definer
AUTHID DEFINER
IS
n INTEGER;
BEGIN
SELECT COUNT (*) into n FROM emp;
END;
/
grant execute on count_e
www.eeworm.com/read/139427/13156658
vhd chapter12_models.vhd
--------------------------------------------------------
-- The entity declaration of synthesis example model.
--------------------------------------------------------
entity SYNEX1 is
port (A,
www.eeworm.com/read/138928/13201661
sources
TARGETNAME=filedisk
TARGETPATH=..\obj
TARGETTYPE=DRIVER
INCLUDES=..\inc
SOURCES=filedisk.c filedisk.rc loop_fish2.c aes.c
www.eeworm.com/read/138928/13201735
sources
TARGETNAME=filedisk
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
INCLUDES=..\sys\inc
SOURCES=filedisk.c filedisk.rc loop_fish2.c rmd160.c sha512.c aes.c
www.eeworm.com/read/240174/13233539
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d