代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/383439/8946757
asm 527.asm
;527.asm
.model small
.386
.data
first dd 1,2
second dd 3,4
result dd 2 dup(?)
.stack 100h
.code
main proc far
start:
push ds
www.eeworm.com/read/383439/8946765
asm 57.asm
;57.asm 此题改成了10个数
datasg segment
data dw 122,11,22,10,6,4,2,-6,-88,13
datasg ends
codesg segment
main proc far
assume cs:codesg,ds:datasg
start:
push ds
www.eeworm.com/read/427304/8952640
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]
www.eeworm.com/read/427296/8953512
c fir3lp_rtdx.c
//FIR3LP_RTDX.c FIR of 3 LP with different BWs using RTDX with MATLAB
#include "lp600.cof" //coeff file LP @ 600 Hz
#include
#include
#include "target.h"
int yn = 0;
www.eeworm.com/read/284185/8955908
vhd 13_shl.vhd
function SHL( v2 : MVL7_VECTOR ; fill : MVL7 ) return MVL7_VECTOR is
variable v1: MVL7_VECTOR (v2'high downto v2'low);
variable shift_val: MVL7_VECTOR (v1'high downto v1'low);
www.eeworm.com/read/284185/8956248
vhd 62_gcd_stim.vhd
--**VHDL*************************************************************
--
-- SRC-MODULE : TESTBENCH
-- NAME : gcd_stim.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Testbench for GCD Benchmar
www.eeworm.com/read/283943/8977781
asm example4.asm
;求GR0中正整数的平方根的整数部分,结果仍存入GR0中
START
LEA GR0,26 ;这里表示求26的平方根的整数部分
PUSH 0,GR1
PUSH 0,GR2
LEA GR1,0
LOOP LEA GR2,0,GR1
SLA GR2,1
LEA GR2,1,GR2
ST GR2,WRK
SUB GR0,WRK
JMI LL
LEA GR1
www.eeworm.com/read/426848/8995513
c sys_lpc2200.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/426848/8995554
c sys_lpc2200.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**