代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/306033/13754504

htm pascal_op.htm

paxPascal Operators Arithmetic Operators
www.eeworm.com/read/136812/5857163

s q.s

.data | .asciz "@(#)q.s 1.1 92/07/30 Copyr 1984 Sun Micro" .even .text | Copyright (c) 1984 by Sun Microsystems, Inc. | quad arithmetic: manipulates: | struct quad { unsigned q[2]; }; param1 =
www.eeworm.com/read/408235/11401171

scm fibc.scm

;;; FIBC -- FIB using first-class continuations, written by Kent Dybvig ;;; fib with peano arithmetic (using numbers) with call/cc (define (add1 x) (+ x 1)) (define (sub1 x) (- x 1)) (define (addc
www.eeworm.com/read/257677/11916779

txt javabp.txt

package arithmetic; public class BP { private double[] P; private double[] T; private double[][] W1; private double[][] W2; private int n_a0; private int n_a1; private int
www.eeworm.com/read/251837/12317109

m contents.m

% b4m Free Interval Arithmetic Toolbox (DOS) % Version 1.0.2 02-Nov-1998 % % Revision .004 02-Nov-1998 % Author: Jens Zemke % % b4m version 1.0.2.004 is the first official % release
www.eeworm.com/read/231181/14248661

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/250243/4433144

s __ashldi3.s

/* __ashldi3.S: 64-bit arithmetic shift left * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can
www.eeworm.com/read/250243/4433147

s __ashrdi3.s

/* __ashrdi3.S: 64-bit arithmetic shift right * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can
www.eeworm.com/read/233448/4678850

f90 arithmeticif.f90

! Program to test the arithmetic if statement function testif (a) implicit none integer a, b, testif if (a) 1, 2, 3 b = 2 goto 4 1 b = -1 goto 4 2 b = 0 goto 4 3 b = 1 4 test
www.eeworm.com/read/175743/5342321

asm bitops.asm

;Subject: Quick routines for 16-bit large-integer arithmetic Basic library. ;Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl ;Date : 07-07-2004 ;Code : Assembly .MODEL Medium, Basic .386