代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/170565/9798126

c mrarth0.c

/* * MIRACL arithmetic routines 0 - Add and subtract routines * mrarth0.c * * Copyright (c) 1988-1995 Shamus Software Ltd. */ #include #include "miracl.h" void mr_pad
www.eeworm.com/read/415809/11052140

h longlong.h

/* longlong.h -- based on code from gcc-2.95.3 definitions for mixed size 32/64 bit arithmetic. Copyright (C) 1991, 92, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc. This definition
www.eeworm.com/read/100612/15868962

c mrarth0.c

/* * MIRACL arithmetic routines 0 - Add and subtract routines * mrarth0.c * * Copyright (c) 1988-1995 Shamus Software Ltd. */ #include #include void mr_pad
www.eeworm.com/read/290284/8491666

htm 算术和逻辑指令.htm

Arithmetic and Logical instructions
www.eeworm.com/read/388251/8622559

hpp vectoroperators.hpp

#pragma ident "$Id: VectorOperators.hpp 70 2006-08-01 18:36:21Z ehagen $" /** * @file VectorOperators.hpp * Vector operators, including arithmetic, trig, cross, RMS, etc */ #ifndef GPSTK_VECTOR
www.eeworm.com/read/175741/9535003

bas pi_agm.bas

Attribute VB_Name = "Pi_AGM" Attribute VB_Description = "Calculation of pi with the 1976 Salamin-Brent arithmetic-geometric mean (AGM) algorithm." 'Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
www.eeworm.com/read/349903/10785965

c mrarth3.c

/* * MIRACL arithmetic routines 3 - simple powers and roots * mrarth3.c * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include #include #define mr_abs(x
www.eeworm.com/read/272894/10937415

dpr ex.dpr

{ Method: DP Memory is a big problem. 0) use double-direction DP to decrease memory and time to O(N/2). 1) Scrolled DP array 2) the type of DP array is byte.Notice arithmetic overflow. shou
www.eeworm.com/read/136959/13351560

c pi_agm.c

/* ** This method implements the Salamin / Brent / Gauss Arithmetic- ** Geometric Mean pi formula. ** ** Let A[0] = 1, B[0] = 1/Sqrt(2) ** ** Then iterate from 1 to 'n'. ** A[n] = (A[n-1] + B[n-1])/2
www.eeworm.com/read/306033/13754389

htm basic_op_ar.htm

paxBasic Arithmetic Operators Language element Descr