代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/295353/8168511
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/172772/9691407
s jack_longdiv.s
; ** FAST long arithmetic Routines for Atmel AVR RISC **
; ** (C) 1998, 1998, by Jack Tidwell **
; ** These routines may be used for personal and educational
; ** purposes
www.eeworm.com/read/172772/9691533
s jack_longmul.s
; ** FAST long arithmetic Routines for Atmel AVR RISC **
; ** (C) 1998, 1998, by Jack Tidwell **
; ** These routines may be used for personal and educational
; ** purposes
www.eeworm.com/read/172721/9695559
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/270032/11050658
c interval.c
/* The following code implements the four basic interval arithmetic
operations +, -, * and / within the C++ class interval as provided
by the AT & T C++ Release 2.0 for the Sparc architecture. There
www.eeworm.com/read/415356/11075375
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/415352/11075412
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/412167/11212909
asm prog12.asm
; PROG12 - Stack Arithmetic Operations
;
; This Application uses the Simulator to Demonstrate how high
; Level Language ("C") statements can be implemented in an 8051.
;
; Note, that comment
www.eeworm.com/read/112209/15491634
c coder.c
/*
* Listing 2 -- coder.c
*
* This file contains the code needed to accomplish arithmetic
* coding of a symbol. All the routines in this module need
* to know in order to accomplish coding
www.eeworm.com/read/107377/15608398
pas aiccabac.pas
unit AICCabac;
{ Advanced Image Coding (AIC)
===========================
Base class for Context Adaptive Binary Arithmetic Coding.
Parts of the code in this unit are based on the H.264 refe