代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/301733/13850441
eqn image.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/119864/6081785
c exp2f.c
/* exp2f.c
*
* Base 2 exponential function
*
*
*
* SYNOPSIS:
*
* float x, y, exp2f();
*
* y = exp2f( x );
*
*
*
* DESCRIPTION:
*
* Returns 2 raised to the x power.
*
* Range re
www.eeworm.com/read/119864/6081795
c cmplxf.c
/* cmplxf.c
*
* Complex number arithmetic
*
*
*
* SYNOPSIS:
*
* typedef struct {
* float r; real part
* float i; imaginary part
* }cmplxf;
*
* cmplxf *a, *b, *
www.eeworm.com/read/107655/6334219
vhd example.vhd
-------------------------------------------------------------------------------
-- Title : Example instantiation of an arithmetic unit
-- Project : VHDL Library of Arithmetic Units
---------
www.eeworm.com/read/107655/6334300
vhd example.vhd
-------------------------------------------------------------------------------
-- Title : Example instantiation of an arithmetic unit
-- Project : VHDL Library of Arithmetic Units
---------
www.eeworm.com/read/107655/6334380
vhd example.vhd
-------------------------------------------------------------------------------
-- Title : Example instantiation of an arithmetic unit
-- Project : VHDL Library of Arithmetic Units
---------
www.eeworm.com/read/483942/6597863
txt readme.txt
This folder contains source files for all of the examples
given in Lecture 12, Fri Oct 19.
eval_expr.cpp, scan_expr.cpp, parse_expr.cpp - reads arithmetic
expressions from standard input, one per
www.eeworm.com/read/480010/6674609
eqn top.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/480010/6674619
eqn top.fit.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/349895/6684137
c 3.c
#include
void main()
{
int i,j,k;
float f,h;
i = 22;
j = 8;
f = 1000.25;
h = 830.78;
printf("*************************************\n");
printf("** This is a arithmetic ca