代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/234256/14117734
cpp program_4_4.cpp
// Program 4.4: Compute a simple arithmetic expression
#include
using namespace std;
int main() {
// prompt and extract desired operation
cout
www.eeworm.com/read/229298/14346387
cpp program_4_4.cpp
// Program 4.4: Compute a simple arithmetic expression
#include
using namespace std;
int main() {
// prompt and extract desired operation
cout
www.eeworm.com/read/211389/15181030
h ltc_tommath.h
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
*
www.eeworm.com/read/206156/15299378
c coder.c
/*
* Listing 2 -- coder.c
*
* This file contains the code needed to accomplish arithmetic
* coding of a symbol. All the routines in this module need
* to know in order to accomplish coding
www.eeworm.com/read/484064/1272383
h eval.h
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/459172/1573198
h eval.h
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/233448/4684081
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/231726/4709810
c galois.c
/*****************************
*
*
* Multiplication and Arithmetic on Galois Field GF(256)
*
* From Mee, Daniel, "Magnetic Recording, Volume III", Ch. 5 by Patel.
*
* (c) 1991 Henry Minsky
*
www.eeworm.com/read/229812/4751834
gml suntil.gml
.section UNTIL Statement
.*
.mext begin
UNTIL (e)
.mext end
.synote
.mnote e
is a logical expression or integer arithmetic expression, in which
case the result of the integer expression
www.eeworm.com/read/229812/4751848
gml selseif.gml
.section ELSE IF Statement
.*
.mbox begin
ELSE IF (e) THEN
.mbox end
.synote
.mnote e
is a logical expression
.xt on
or integer arithmetic expression, in which case the result of the
i