代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/241840/13112902
s54 echo_asm.s54
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; granted t
www.eeworm.com/read/326730/13119928
h loopfilter.h
/*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLA
www.eeworm.com/read/241689/13125436
asm u_led.asm
ORG 00H
START: MOV R7,#01
D4: MOV R2,#20
MOV R5,#20
;==================================
D3: MOV R2,#20
;---------------------------------
LOOP: MOV R3,#250
D1: SETB P1.0
DJNZ R3,D1
M
www.eeworm.com/read/139697/13138356
asm exec82.asm
Counter EQU 59H ;计数器,显示程序通过它得知现正显示哪个数码管
FIRST EQU P2.7 ;第一位数码管的位控制
SECOND EQU P2.6 ;第二位数码管的位控制
DISPBUFF EQU 5AH ;显示缓冲区为5AH和5BH
ORG 0000H
AJMP START
ORG 000BH ;定时器T0的入口
AJMP DISP ;显示程序
www.eeworm.com/read/241364/13151023
sql 10g_optimize_cfl.sql
CONNECT SYS/SYS AS SYSDBA
grant select on source$ to SCOTT
/
CONNECT SCOTT/TIGER
SET SERVEROUTPUT ON
--------------------------------------------------------------------------------
-- Put the c
www.eeworm.com/read/241364/13151408
tst countby.tst
DECLARE
results grp.results_tt;
indx PLS_INTEGER;
minrow PLS_INTEGER;
maxrow PLS_INTEGER;
BEGIN
results := grp.countby ('employee', 'department_id');
indx := results.FIRS
www.eeworm.com/read/326209/13155607
txt readme.txt
Example:
编译:mpicc -o closure closure.c -lm
运行:可以使用命令 mpirun –np SIZE closure来运行生成的默认文件closure,其中SIZE是所使用的处理器个数。本实例中使用了4个处理器。
mpirun –np 4 closure
运行结果:
Input the size of matrix:8
Input the matri
www.eeworm.com/read/241049/13176022
cpp splint.cpp
void splint(double xa[], double ya[], double y2a[], int n, double& x, double& y)
{
int klo,khi,k;
double h,a,b,aaa,bbb;
klo = 1;
khi = n;
loop: if (khi - klo > 1 )
{
k = (khi +
www.eeworm.com/read/138257/13244708
c borc.c
#include
#include
#include
void main()
{
int x=0;
char c;
while(x
www.eeworm.com/read/137971/13275889
lst 实验.lst
A51 MACRO ASSEMBLER 实验 08/17/2005 14:18:30 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN 实验.OBJ
ASSEMBLER INVOKED