代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/184417/9101866
html blendfunc.html
NAME
glBlendFunc - specify pixel arithmetic
C SPECIFICATION
void glBlendFunc(
www.eeworm.com/read/183994/9126847
c galois.c
/*****************************
*
*
* Multiplication and Arithmetic on Galois Field GF(256)
*
* From Mee, Daniel, "Magnetic Recording, Volume III", Ch. 5 by Patel.
*
* (c) 1991 Henry Minsky
*
www.eeworm.com/read/175741/9535016
bi bignumvb.bi
Attribute VB_Name = "bignumVB"
DefInt A-B, D-Z
DefLng C
' **************************************************************************
'Subject: Include file for large-integer arithmetic Basic libra
www.eeworm.com/read/167487/9967659
h ltc_tommath.h
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
*
www.eeworm.com/read/161094/10454140
c dcomplex.c
/*
* -- Distributed SuperLU routine (version 1.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* September 1, 1999
*
*/
/*
* This file defines common arithmetic operations
www.eeworm.com/read/160477/10527311
m rs_decode_forney.m
% a function to calculate evaluator polynomial using forney arithmetic
% according to syndrome polynomial & locator polynomial & roots of
%locator polynomial
function [value,site]=rs_decode_forney
www.eeworm.com/read/160163/10562391
h ltc_tommath.h
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
*
www.eeworm.com/read/350482/10740870
h tommath.h
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
*
www.eeworm.com/read/349903/10785298
h elliptic.h
/*
* MIRACL C++ Header file elliptic.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn (Arithmetic on an Elliptic Curve,
* mod n)
*
* NOTE
www.eeworm.com/read/349903/10785644
cpp poly.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p
*
* WARNING: This class has been cobbled together for