代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/490601/6449430

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/489257/6477237

txt 新建 文本文档.txt

rehttp://hi.baidu.com/wsfmm/blog/item/e9caad59a14df2d99c8204b5.html ORG 0000H LJMP START ORG 0030H START:MOV P1,#0FEH CLR P2.7 CLR P2.6 MOV P0,#06H LCALL D
www.eeworm.com/read/489311/6478512

asm motorstem.asm

;File Name :Exp-29.asm ;learn how to operate the I/O ports ;get some knowledge of the rts.lib file .mmregs .global _main .text _main: stm 100h,sp ;init pointer to 3000h ;********
www.eeworm.com/read/488858/6478617

c jcbj.c

#include "math.h" void jcbj(n,a,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/488974/6480765

asm bj.asm

FLAG BIT 00H ORG 00H START: JB P1.0,START JNB FLAG,NEXT MOV R2,#200 DV: CPL P3.5 LCALL DELY500 LCALL DELY500 DJNZ R2,DV CPL FLAG NEXT: MOV R2,#200 DV1: CPL P3.5 LCALL
www.eeworm.com/read/488974/6480810

lst led.lst

A51 MACRO ASSEMBLER LED 08/11/2007 01:20:47 PAGE 1 MACRO ASSEMBLER A51 V7.07 OBJECT MODULE PLACED IN LED.OBJ ASSEMBLER INVO
www.eeworm.com/read/489017/6481515

lst ytep_rf.lst

############################################################################### # # #
www.eeworm.com/read/488476/6487971

asm pwm.asm

;PWM ; 输出 50% (5:5) 占空比 PWM ; 输出 10% (1:9) 占空比 PWM ; 输出 90% (9:1) 占空比 PWM ORG 0 OUTPUT equ P1.0 Loop: clr OUTPUT mov A, #5 Acall Delay setb OUT
www.eeworm.com/read/488265/6490187

asm text1.asm

FLAG BIT 00H ORG 00H START: JB P1.7,START JNB FLAG,NEXT MOV R2,#200 DV: CPL P1.0 LCALL DELY500 LCALL DELY500 DJNZ R2,DV CPL FLAG NEXT: MOV R2,#200 DV1:
www.eeworm.com/read/488265/6490204

asm alarm.asm

FLAG BIT 00H ORG 00H START: JB P1.7,START ;判断按键状态 JNB FLAG,NEXT ;判断标志位 MOV R2,#200 ;置计数值 DV: CPL P1.0 LCALL DELY500 LCALL DELY500 ;延时1毫秒 DJNZ R2,DV CPL FLAG ;标志位取反 N