代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/399935/7821178
vhd proc.vhd
-- MAX+plus II VHDL Example
-- Combinatorial Process Statement
-- Copyright (c) 1994 Altera Corporation
ENTITY proc IS
PORT
(
d : IN BIT_VECTOR (2 DOWNTO 0);
q : OUT INTEGER RANGE 0 TO
www.eeworm.com/read/399772/7838085
asm 中断实验.asm
;51中断实验。
org 000h
jmp start
org 013h
jmp ext1
org 100h
start:mov ie,#10000100b
mov ip,#00000100b
mov tcon,#00000000b
mov sp,#40h
mov p1,
www.eeworm.com/read/399766/7838535
lst linpll.lst
MACRO ASSEMBLER LINPLL 05/21/02 11:28:48 PAGE 1
WIN32 MACRO ASSEMBLER MA51 V06.04.07OBJECT MODULE PLACED IN F:\DATEN\PROJEKTE\LIN\NEW CONCEPT\MAC\LPC9XX\L
www.eeworm.com/read/199653/7839732
bas pc遥控器.bas
Config Rc5 = Pinb.1 '配置端口B的1号IO线为RC5红外遥控信号输入脚
Ddrb = &HFD '配置端口B的1号IO线为输入,其余为输出
Portb = &HFC
www.eeworm.com/read/299638/7842044
asm dft_128.asm
;
; DFT_128 - compute 128 points DFT
;
; Entry T0: AR0: pointer to complex input sample buffer
; AR1: pointer to complex output sample buffer
; Return: None
;
.def _d
www.eeworm.com/read/299638/7842071
asm mag_128.asm
;
; Compute the magnitude of the input complex sample
;
; Entry: AR0: input buffer pointer
; AR1: output buffer pointer
; Exit: None
;
.def _mag_128
N .set 128
www.eeworm.com/read/299565/7845040
asm 3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/299356/7865425
c example_28xgpio.c
#include "DSP28_Device.h"
#include "DSP28_Globalprototypes.h"
/*---- Flash API include file -------------------------------------------------*/
#include "Flash281x_API_Library.h"
// Prototyp
www.eeworm.com/read/399279/7875732
f e_622_02.f
Complex Function f0(a,b,z)
complex a,b,z
f0=a*z+b*conjg(z)
return
end
c
Complex Function f1(c,d,z)
complex c,d,z
f1=C*(z-1)+d*(conjg(z)-1)+1
return
end
c
Program Complex_map
i
www.eeworm.com/read/198941/7903518
asm 232shuzi.asm
;232通信程序,4800速率,12m晶体,注意该程序适应目前我站各个版本,
;使用配套光盘的工具软件、串口调试助手,设置波特率4800, 连接232电缆到串口,
;***************************************************************************
;* sxj1974@163.com (51c51 test