代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/209563/15217485
asm 电磁铁测试3led.asm
;4*6行列扫描查键
;P3.2:__1__|__4__|__7__|__.__|打印_|__PH_|__ //P3.2~P3.5接上拉电阻
;P3.3:__2__|__5__|__8__|__0__|平值_|__PL_|__ //P2.0~P2.5为扫描输入口
;P3.4:__3__|__6__|__9__|支数_|清除_|__
www.eeworm.com/read/209207/15225804
bas fornext.bas
10 REM FORNEXT.BAS -- Test FOR-NEXT Statements
20 REM
30 PRINT "FORNEXT.BAS: Test FOR-NEXT Statements"
40 PRINT "A FOR-NEXT Loop with STEP statement:"
50 FOR i=1 to 30 step 2
60 PRINT "FOR: i is
www.eeworm.com/read/209207/15225810
bas doloop.bas
10 i = 0
20 do
30 i = i + 1
40 print "i is";i
50 if i > 12 then exit do
60 loop
70 print "End"
www.eeworm.com/read/209108/15227309
asm exp01.asm
;File Name:exp01.asm
;the program is compiled at no autoinitialization mode
.mmregs
.global _main
_main:
stm #3000h,sp
ssbx xf
call delay
rsbx xf
call delay
b _main
nop
no
www.eeworm.com/read/208871/15233572
h global.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/208637/15241690
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/208476/15246723
fblin
---------------------------------------------------------------
OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF CONTROL SYSTEMS
BASED ON THE PRINCIPLE OF FEE
www.eeworm.com/read/208427/15247284
c main.c
/*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for
www.eeworm.com/read/208322/15248543
asm final.asm
;2006-6-2
;增加了UDP数据包的校验和功能
;增加数据包在片外RAM中处理的能力
;进一步优化数据打包功能:
;1.将UDP和IP分开,便于下一步实现TCP协议
;2.将数据区划分,分别存储不同的参数
;050H-07FH作为IP相关参数存储区,具体如下:
;050-055:des mac ; 056-05B:source mac ; 05C-05D ;e
www.eeworm.com/read/208320/15248545
asm final_forw77e58.asm
;2006-6-12
;增加了UDP数据包的校验和功能
;增加数据包在片外RAM中处理的能力
;进一步优化数据打包功能:
;1.将UDP和IP分开,便于下一步实现TCP协议
;2.将数据区划分,分别存储不同的参数
;050H-07FH作为IP相关参数存储区,具体如下:
;050-055:des mac ; 056-05B:source mac ; 05C-05D ;