代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/346994/11706606

c multmath.c

/* Demonstrates pointer arithmetic with pointers */ /* to multidimensional arrays. */ #include int multi[2][4]; int main( void ) { printf("\nThe value of (multi) = %u", mult
www.eeworm.com/read/156908/11753730

cpp brent.cpp

/* * Program to factor big numbers using Brent-Pollard method. * See "An Improved Monte Carlo Factorization Algorithm" * by Richard Brent in BIT Vol. 20 1980 pp 176-184 * * Requires:
www.eeworm.com/read/345339/11819692

eqn lcd_vhdl.map.eqn

-- Copyright (C) 1991-2006 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/255568/12073434

c pb_clamp.c

/* LibTomPoly, Polynomial Basis Math -- Tom St Denis * * LibTomPoly is a public domain library that provides * polynomial basis arithmetic support. It relies on * LibTomMath for large integer s
www.eeworm.com/read/152557/12106175

html index.html

GNU Compiler Collection (GCC) Internals
www.eeworm.com/read/130612/14181259

java taxcalc.java

//Chapter 2, Exercise 3 public class TaxCalc { public static void main(String args[]) { double income = 87562.34; double taxRate = 0.35; // 35% corresponds to 0.35 double t
www.eeworm.com/read/128030/14318513

cpp assign.cpp

// assign.cpp // demonstrates arithmetic assignment operators #include using namespace std; int main() { int ans = 27; ans += 10; //same as: ans = ans + 10;
www.eeworm.com/read/227822/14410860

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/124283/14579831

todo

use macros so that all complex arithmetic can use native complex types if compiler supports them make sure double/float are replaced by BASE everywhere well... not _everywhere_; internal accumulation
www.eeworm.com/read/124245/14584398

unx makereal.unx

# This makefile makes the most commonly used entirely floating point # version, bp and leaves the object files around. Use makefile.unx for # the other possible programs. # If your C uses the AN