代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/113971/15119473
txt help.txt
帮助文档
〈命令简介〉
程序运行后,要求输入[]中的命令
*****************************************************************
* Command Menu *
*
www.eeworm.com/read/206291/15297009
txt note.txt
bitrev.c - bit reversed index
complex.c - complex arithmetic in C
cmplx.h - header file for complex.c
dft.c - DFT
dftmerge.c - DFT merging
dtft.c - DTFT at single frequency
dtftr.c - DTFT
www.eeworm.com/read/206156/15299382
h coder.h
/*
* Listing 1 -- coder.h
*
* This header file contains the constants, declarations, and
* prototypes needed to use the arithmetic coding routines. These
* declarations are for routines tha
www.eeworm.com/read/162614/5526100
f pr17229.f
! PR fortran/17229
! { dg-do run }
integer i
logical l
l = .false.
i = -1
if (l) if (i) 999,999,999 ! { dg-warning "Obsolete: arithmetic IF statement" }
l = .true
www.eeworm.com/read/162614/5527257
c 980619-1.c
int main(void)
{
float reale = 1.0f;
float oneplus;
int i;
if (sizeof (float) != 4)
exit (0);
for (i = 0; ; i++)
{
oneplus = 1.0f + reale;
if (oneplus == 1.0f)
break;
www.eeworm.com/read/162614/5529102
c fwrapv-1.c
/* Copyright (C) 2003 Free Software Foundation.
Test that the -fwrapv command line option is accepted and disables
"unsafe" optimizations that rely on undefined arithmetic overflow.
Written
www.eeworm.com/read/161121/5556489
h fpopcode.h
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/152843/5657063
h fpopcode.h
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/152843/5658016
h fpopcode.h
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
(c) Philip Blundell, 2001
Direct questions, comments to Scott Bambrough
This program is free
www.eeworm.com/read/172721/9695569
vhd dalut.vhd
-------------------------------------------------------------------------------
-- Title : Distributed Arithmetic Lookup table
-- Project : Arithmetic blocks
--------------------------