代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/149509/12370019

lst text9.lst

A51 MACRO ASSEMBLER TEXT9 02/20/2006 11:08:45 PAGE 1 MACRO ASSEMBLER A51 V6.12 OBJECT MODULE PLACED IN .\Text9.OBJ ASSEMBLER
www.eeworm.com/read/149455/12377159

c whets.c

/*********************************************************************** */ /* Benchmark #2 -- Single Precision Whetstone (A001) */ /*
www.eeworm.com/read/337177/12386384

asm lpc932_da.asm

/**************************Asm版**********************************/ /*实验目的: 测试CCU模块的PWM输出功能(控制占空比) 占空比由TOR2H,TOR2L及OCRAH,ORCAL控制 通过控制占空比获得所需电压值 */ $NOMOD51 $INCLUDE(REG932.INC) // PLEEN
www.eeworm.com/read/337134/12389101

asm led.asm

;实验名称:走马灯 ; 功能:LED从LED1循环到LED8。 ; 作者:http://www.mcuyjf.com.cn ; 05-02-01 ;*********************************************************** LED1_8 EQU 30H ;循环显示的内容 ORG 0000H AJMP MAIN
www.eeworm.com/read/337113/12390386

asm flash5times.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;实例三:闪烁5次的发光二极管 Flash five times (《51单片机应用从零开始》 2.4小节实例) ; ;现象:P1.0口上的发光二极管闪烁5次后熄灭,直到再按下按键S7后,又开始闪烁 ;
www.eeworm.com/read/337001/12402721

asm hextst.asm

.def start .text start .loop 400h .word $-0x100 .endloop
www.eeworm.com/read/337001/12402815

asm hextst.asm

.def start .text start .loop 400h .word $-0x100 .endloop
www.eeworm.com/read/336933/12406265

c 5jcbj.c

#include "math.h" void jcbj(a,n,v,eps) int n; double a[],v[],eps; { int i,j,p,q,u,w,t,s; double ff,fm,cn,sn,omega,x,y,d; for (i=0; i
www.eeworm.com/read/149028/12408163

vhd 76_pid.vhd

library work; use work.synchro.all; use work.op_pkg.all; ---------------------------------------------------------------- entity pid is port ( reset : in bit; Fsignin :
www.eeworm.com/read/149028/12408187

vhd 19_test_194.vhd

-- Page : 345 -346 -- -- Objective : constancy of for loop bounds -- -- File Name : test_194.vhd -- -- Author : Joseph Pick -- entity Test_194 is end Test_194; architecture