代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/257877/11909576
asm 单片机跑马灯.asm
;***************************************************************************
;*;p1口8个跑马灯的程序。 *
;* Support telephone: (www.ggdl.com )
;*
;
www.eeworm.com/read/257336/11933653
v clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
www.eeworm.com/read/257010/11960796
m placepol.m
function [K,Af]= placepol(A,B,C,P)
% H. Saadat, 1998
clc
% discr=[
%' This function is used for the pole placement design based on the '
%' Ackermann`s formula. A is the system matrix, B i
www.eeworm.com/read/257010/11960843
m pnetfdbk.m
function [numopen, denopen, denclsd]=pnetfdbk(num,den,s1)
% Hadi Saadat, 1998
discr=[
' '
' The function pntfdbkp(num,
www.eeworm.com/read/154372/11966258
cpp creatematrix.cpp
// creatematrix.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#define MAXSIZE 100
struct triple
{
int row,col,val;
};
struct
www.eeworm.com/read/256734/11974956
asm text1.asm
ORG 0100H
AJMP MAIN
MAIN: MOV R0,#00H
LOOP: MOV DPTR,#TAB
MOV A,R0
CJNE A,#10H,NEXT
AJMP MAIN
NEXT: MOVC A,@A+DPTR
MOV P2,A
INC R0
ACALL DELAY
AJMP LOOP
AJMP MAIN
DELAY: MOV R5
www.eeworm.com/read/256661/11980307
asm s1.asm
;PROGRAM NAME S1.ASM
;TEST SERIAL PORT MODE 0,SHIFT OUT
;
BUZZER REG P3.4
LED REG P3.7
RESET MOV R0,#00H
DJNZ R0,$
CLR BUZZER
CLR BUZZER
www.eeworm.com/read/256586/11984836
psm testint.psm
address $0
start:
load s0, 0
load sE, 0
load sF, 0
interrupt enable
loop:
addcy s0, $f0
call nc, func
jump loop
func:
add sE, 3
return
isr:
addcy sF, 1
returni enabl
www.eeworm.com/read/256586/11984839
psm test3.psm
; test3.psm
register r0, 0 ; register 0
register r1, 1 ; register 1
register ic, 15 ; isr register
constant binary, %1001 ; binary value
constant octal, @77 ; octal value
constant decimal, &