代码搜索:DIVIDE
找到约 3,162 项符合「DIVIDE」的源代码
代码结果 3,162
www.eeworm.com/read/451715/7457780
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/449530/7501342
c divide.c
/* divide.c -- divisions we have known */
#include
int main(void)
{
printf("integer division: 5/4 is %d \n", 5/4);
printf("integer division: 6/3 is %d \n", 6/3);
p
www.eeworm.com/read/448866/7524420
exe divide.exe
www.eeworm.com/read/448866/7524421
ach divide.ach
www.eeworm.com/read/448866/7524422
obj divide.obj
www.eeworm.com/read/448866/7524423
asm divide.asm
.SEGMENT/PM pm_rsti; { The reset vector resides in this space }
DMWAIT=0x21; { Set data memory waitstates to zero }
PMWAIT=0x21; { Set program memory waitstates to zero }
JUMP start;
.ENDSEG
www.eeworm.com/read/448866/7524424
lst divide.lst
Analog Devices ADSP-210x0 Assembler dIVIDE.lst Page 1
Release 3.20, Version 2.15 Mon Apr 02 15:47:05 2001
Copyright (c) 1991-1995 Analog Devices, Inc.
www.eeworm.com/read/448866/7524425
map divide.map
Analog Devices ADSP-210x0 Linker dIVIDE.map Page 1
Release 3.20, Version 2.15 Mon Apr 02 15:47:05 2001
Copyright (c) 1991-1995 Analog Devices, Inc.
www.eeworm.com/read/446179/7584413
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS
www.eeworm.com/read/446179/7584430
vhd divide.vhd
-- DIVIDE BY TWO UNIT. THIS FILE HOWEVER PASSED THE DATA UNCHANGED
-- BECAUSE DIVISION IS REQUIRED ONLY IF SCALING IS USED TO AVOID OVERFLOW.
-- NO SCALING WAS USED IN THIS PROJECT, SO THAT RESULTS