代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/102309/15786953
makefile
#
# File: makefile
#
# Authors: John Carpinelli (johnfc@ecr.mu.oz.au)
# Wayne Salamonsen (wbs@mundil.cs.mu.oz.au)
#
# Purpose: This is the makefile for the revised arithmetic coding
#
www.eeworm.com/read/100612/15868826
h monty.h
/*
* MIRACL C++ Header file monty.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ZZn (Arithmetic mod n), using
* Montgomery's Method for modular mult
www.eeworm.com/read/186814/8904963
eqn hxrjtd.map.eqn
--F1L1 is jtdkz:5|add_5~0
--operation mode is arithmetic
F1L1 = !F1_CNT_S[0];
--F1L2 is jtdkz:5|add_5~0COUT
--operation mode is arithmetic
F1L2 = CARRY(F1_CNT_S[0]);
--F1L3 is jtdkz:5|
www.eeworm.com/read/132625/14082583
eqn iicrd.eqn
--A1L01 is add_73~0 at LC_X20_Y15_N0
--operation mode is arithmetic
A1L01 = iiclecoun_s3_321d[0] $ A1L121;
--A1L41 is add_73~0COUT0COUT0COUT0 at LC_X20_Y15_N0
--operation mode is arithmetic
www.eeworm.com/read/132624/14082651
eqn sdram64m16.eqn
--A1L3 is add_470~0 at LC_X31_Y14_N0
--operation mode is arithmetic
A1L3 = !length_s0_402d[0];
--A1L7 is add_470~0COUT0COUT0COUT0 at LC_X31_Y14_N0
--operation mode is arithmetic
A1L7_cout_0
www.eeworm.com/read/389692/8507205
m fuzarith.m
function out = fuzarith(x, A, B, operator)
%FUZARITH Fuzzy arithmetic.
% C = FUZARITH(X, A, B, OPERATOR) returns a fuzzy set C as the result
% of applying OPERATOR on fuzzy sets A and B of universe
www.eeworm.com/read/386033/8770726
m lsl1.m
% Arithmetic comparision between LSL and LMS
% Latest change: $Date: 2008/3/27 20:36(The fifth change)
% Author: Mr Wu & Mr Gao $Tutor: Professor Jiang
% $Revision: Beta 1.2 $
%%%%%%%%%%%%%
www.eeworm.com/read/427960/8908714
c mrarth1.c
/*
* MIRACL arithmetic routines 1 - multiplying and dividing BIG NUMBERS by
* integer numbers.
* mrarth1.c
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include "miracl
www.eeworm.com/read/427960/8909351
h ecn3.h
/*
* MIRACL C++ Header file ecn3.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn3 (Arithmetic on an Elliptic Curve,
* mod n^3)
*
* NOTE :
www.eeworm.com/read/427960/8909383
h ecn2.h
/*
* MIRACL C++ Header file ecn2.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn2 (Arithmetic on an Elliptic Curve,
* mod n^2)
*
* NOTE :