代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/260519/11721824
html sound.html
清华大学图书馆主页 - INTERNET 教室 - HTML 语言教程
听见了吗???
如果没有,检查一下您的机器上的声卡工作正常吗?
www.eeworm.com/read/157199/11730657
m exp1.m
%实验一:单极性归零(RZ)波形的功率谱
%本程序中时间单位是微秒
%频率单位为MHz
%码元速率单位是Mb/s
clear all;
close all
global dt df t f N
N=2^13;%采样点数
L=64;%每码元的采样点数
M=N/L;%码元数
Rb=2;
Ts=1/Rb;%元长度
dt=Ts/L;%频域采样间隔
df=1/(N*dt);%时域采
www.eeworm.com/read/157154/11736462
asm a7_1.asm
;///////////////////////////////////////////
;本程序源代码由单片机培训网提供.
;单片机培训网,让更多人学习单片机更容易.
;第一网址----www.mcuedu.com
;第二网址----http://51_train.nease.net
;创办人------刘永忠
;热线电话----(0755)27529998
;email-----
www.eeworm.com/read/260161/11742062
asm 6.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: CPL P1
www.eeworm.com/read/260161/11742332
asm 6.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: CPL P1
www.eeworm.com/read/346409/11749020
m yuanma.m
clc;clear;
M=1000;
a(1,2)=50; a(1,3)=60;
a(2,4)=65; a(2,5)=40;
a(3,4)=52;a(3,7)=45;
a(4,5)=50; a(4,6)=30;a(4,7)=42;
a(5,6)=70;
[i,j]=find((a~=0)&(a~=M));
b=a(find((a~=0)&(a~=M)));
data=[i';j
www.eeworm.com/read/346299/11755621
vhd at24c02a.vhd
-- AT24C02A.VHD
-- This model is not guaranteed to accurately model all behaviors of
-- the EEPROM and is not 'certified' by Atmel or Actel.
-- This model only simulates the behavior of an AT24C02A
www.eeworm.com/read/346282/11756386
5 15.3.5
FILTER6:
MOV A,7FH
MOV B,#3
M1jL AB
MOV DPTR,#2000H
ADD A,DDL
MOV DPL,A
MOV A, R6
MOVX @DPTR,A
INC DPTR
MOV A, R2
MOVX @DPTR,A
INC DPTR
MOV A,R3
MOVX @DPTR
www.eeworm.com/read/346282/11756621
6 11.6
START :
MOV R1,#208
MOV DPTR,#DTAB
MOV R2,#0
LOOP:
MOV DPTR,#DFFFH
MOV A,R2
MOVX @DPTR,A
MOV DPTR,#BFFFH
MOW A,@ A+DPTR
MOVX @DPTR,A
MOV D