代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/292398/8358012

dat asslandat40.dat

算术左移指令SAL(Shift <mark>Arithmetic</mark> Left) 指令格式:SAL OPRD1,COUNT 其中OPRD1、COUNT与指令SHL相同。本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完成的操作是一样的。如果 SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后的操作数不同具有倍增的关系。因而SAL可用于带 ...
www.eeworm.com/read/335675/12508881

eqn jfqs_multiplier.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/238454/13886830

htm exp_085.htm

Ocp test
www.eeworm.com/read/300216/13928384

c jcarith.c

/* * jcarith.c * * Copyright (C) 1991, 1992, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/300216/13928689

c jdarith.c

/* * jdarith.c * * Copyright (C) 1991, 1992, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/134087/14008810

c dtft.c

/* dtft.c - DTFT of length-L signal at a single frequency w */ #include /* complex arithmetic */ complex dtft(L, x, w) /* u
www.eeworm.com/read/134087/14008878

c dft1.c

/* dft.c - N-point DFT of length-L real-valued signal */ #include /* complex arithmetic */ void dtftr(); /* DTFT's over a f
www.eeworm.com/read/134087/14008978

c dtft1.c

/* dtft.c - DTFT of length-L signal at a single frequency w */ #include /* complex arithmetic */ complex dtft(L, x, w) /* u
www.eeworm.com/read/134087/14009153

c dft.c

/* dft.c - N-point DFT of length-L real-valued signal */ #include /* complex arithmetic */ void dtftr(); /* DTFT's over a f
www.eeworm.com/read/203170/15364524

c dtft_at_single_frequency.c

/* dtft.c - DTFT of length-L signal at a single frequency w */ #include /* complex arithmetic */ complex dtft(L, x, w) /* u