代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/461070/7235022

h entropy.h

// entropy.hh // // The EntropyCoder class provides a front-end to the arithmetic // coding and histogram maintainence routines. A big problem in // developing efficient entropy coders is the ini
www.eeworm.com/read/447645/7548273

java complex.java

package fft; /** Complex implements a complex number and defines complex arithmetic and mathematical functions Last Updated February 27, 2001 Copyright 1997-2001 @version 1.0
www.eeworm.com/read/332847/12722081

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/331567/12820388

c cmplx.c

/* cmplx.c * * Complex number arithmetic * This version is for C9X. * * * * SYNOPSIS: * * typedef struct { * double r; real part * double i; imaginary part *
www.eeworm.com/read/243601/12931841

c dapkg_gen.c

/* dapkg_gen -- Distributed Arithmetic package generator * Copyright (C) 2001 Jamil Khatib * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU
www.eeworm.com/read/243601/12931853

pl dapkg_gen.pl

# dapkg_gen -- Distributed Arithmetic package generator # Copyright (C) 2001 Mustafa Tirhi # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU
www.eeworm.com/read/318176/13484182

cpp polyxy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field mod p * * WARNING: This class has been c
www.eeworm.com/read/318176/13484184

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
www.eeworm.com/read/318176/13484185

h flpoly.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are float numbers * * WARNING: This class has been cobbled together for a specific use wi
www.eeworm.com/read/318176/13484187

h polyxy.h

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on polynomials whose coefficients are from * the finite field mod p * * WARNING: This class has been cobble