代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/136696/13365582

m arith.m

function [B,V]=arith(U1,A1,U2,A2,oper) %ARITH: Fuzzy Arithmetic, this function returns multiplication, sumation, % subtraction and devision of two fuzzy numbers and non-fuzzy numbers % A1 and A2
www.eeworm.com/read/318176/13484031

h gf2m12x.h

/* * MIRACL C++ Headerfile GF2m12x.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class GF2m12x - Arithmetic over the extension * field GF(2^12m) - uses irredu
www.eeworm.com/read/318176/13484040

h gf2m6x.h

/* * MIRACL C++ Headerfile GF2m6x.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class GF2m6x - Arithmetic over the extension * field GF(2^6m) - uses irreducib
www.eeworm.com/read/318176/13484042

h sf2m12x.h

/* * MIRACL C++ Headerfile SF2m12x.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class SF2m12x - Arithmetic over the special extension * field GF(2^12m). Repr
www.eeworm.com/read/318176/13484116

c mrarth0.c

/* * MIRACL arithmetic routines 0 - Add and subtract routines * mrarth0.c * * Copyright (c) 1988-1995 Shamus Software Ltd. */ #include "miracl.h" void mr_padd(_MIPD_ big x,big y,b
www.eeworm.com/read/318176/13484117

c mrflash.c

/* * MIRACL floating-Slash arithmetic * mrflash.c * * Copyright (c) 1988-2001 Shamus Software Ltd. */ #include "miracl.h" #ifdef MR_FLASH void flop(_MIPD_ flash x,flash y,int *op
www.eeworm.com/read/134898/5891622

cc interval.cc

// // interval.cc // // $Id: interval.cc,v 1.1.1.1 2001/02/28 00:28:36 cstolte Exp $ // #include /* * Interval-Arithmetic Functions * D. P. Mitchell 91/11/15. */
www.eeworm.com/read/101082/6244898

1 dc.1

.\" SCCSID: @(#)dc.1 8.1 9/11/90 .TH dc 1 .SH Name dc \- desktop calculator .SH Syntax .B dc [\|\fIfile\fR\|] .SH Description .NXR "dc program" .NXA "dc program" "bc language" .NXS "arithmetic packag
www.eeworm.com/read/101082/6246767

1 dc.1

.\" SCCSID: @(#)dc.1 8.1 9/11/90 .TH dc 1 .SH Name dc \- desktop calculator .SH Syntax .B dc [\|\fIfile\fR\|] .SH Description .NXR "dc program" .NXA "dc program" "bc language" .NXS "arithmetic packag
www.eeworm.com/read/100285/6272087

sql horology.sql

-- -- horology.sql -- -- -- datetime, timespan arithmetic -- CREATE TABLE TEMP_DATETIME (f1 datetime); -- get some candidate input values INSERT INTO TEMP_DATETIME (f1) SELECT d1 FROM DATETIME_T