代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/247849/4474143
h xm-isc.h
#ifndef REAL_ARITHMETIC
#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
extern double strtod ();
#endif
www.eeworm.com/read/189308/5201451
jas exprcomp.jas
;;; Simple arithmetic expression compiler for jas in jas.
;;;
;;; The compiler is defined in the function
;;; compile-expression
;;;
;;; use as (for instance)
;;; (compile-expression (quote (+ (
www.eeworm.com/read/186388/5233766
h xm-isc.h
#ifndef REAL_ARITHMETIC
#define REAL_VALUE_ATOF(x, mode) strtod ((x), (char **)0)
extern double strtod ();
#endif
www.eeworm.com/read/168845/5434095
rst modulus.rst
.. Metafunctions/Arithmetic Operations//modulus |50
modulus
=======
Synopsis
--------
.. parsed-literal::
template<
typename T1
, typename T2
>
www.eeworm.com/read/349956/3136771
h singlevaluechromosome.h
/*! \file SingleValueChromosome.h
\brief This file contains declaration and implementation of single-value chromosome classes (with and without support for arithmetic crossover operations).
*/
www.eeworm.com/read/349956/3136812
h multivaluechromosome.h
/*! \file MultiValueChromosome.h
\brief This file contains declaration and implementation of multi-value chromosome classes (with and without support for arithmetic crossover operations).
*/
www.eeworm.com/read/349561/3143569
h singlevaluechromosome.h
/*! \file SingleValueChromosome.h
\brief This file contains declaration and implementation of single-value chromosome classes (with and without support for arithmetic crossover operations).
*/
www.eeworm.com/read/349561/3143610
h multivaluechromosome.h
/*! \file MultiValueChromosome.h
\brief This file contains declaration and implementation of multi-value chromosome classes (with and without support for arithmetic crossover operations).
*/
www.eeworm.com/read/347503/3172351
d section4.d
#readelf: --sections
#name: label arithmetic with multiple same-name sections
#...
[ ]*\[.*\][ ]+foo[ ]+GROUP.*
#...
[ ]*\[.*\][ ]+\.text[ ]+PROGBITS.*
#...
[ ]*\[.*\][ ]+\.data[ ]+PROGBITS.
www.eeworm.com/read/317007/3583978
txt notes.txt
This program awards points whenever the mouse is clicked.
It demonstrates the use of several arithmetic expressions,
but lacks the sophistication that conditional statements can
provide.