代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/374969/9377430
asm keycled.asm
;ST套件键控LED实验程序
;本实验的目的是让大家熟悉IO口的输入操作,本程序的作用是用按键控制LED
;按S2时只有LED8发光,按S3时只有LED7发光,按S4时只有LED6发光,按S5时只有LED5发光
;PIC单片机学习网-----http://www.pic16.com
;烧写时应注意:配置位已经在程序中写明,加载HEX文件时会自动加载,烧写时不用再手动设置配置位。
;实验 ...
www.eeworm.com/read/178672/9389063
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/374423/9405983
bak 3.bak
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/374423/9405991
asm 3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/178172/9416542
s idigitvecmult.s
#include
/*
Alpha assembly support for libI
Written by Thomas Papanikolaou, June 2 1998
internal version for John Cremona
*/
.set noreorder
.set noat
.text
.align 3
.glob
www.eeworm.com/read/177812/9431640
asm 3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/177812/9431642
bak 3.bak
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/373828/9433250
log cc_build_debug.log
--------------------------- Loop_store.pjt - Debug ---------------------------
"C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_store" -@"Debug.lkf" "c6xdskinit.c"
[c6xdskinit.c]
www.eeworm.com/read/177747/9433366
asm 3.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****
www.eeworm.com/read/373828/9433650
asm fircircfunc.asm
;FIRcircfunc.asm ASM function called from C using circular addressing
;A4=newest sample, B4=coefficient address, A6=filter order
;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1]