代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/206142/5011963
3 qccentarithmeticmodel.3
.TH QCCENTARITHMETICMODEL 3 "QCCPACK" ""
.SH NAME
QccENTArithmeticModel \-
data structure
.B QccENTArithmeticModel
for arithmetic encoding and decoding
.SH SYNOPSIS
.B #include "libQccPack.h"
.sp
.B
www.eeworm.com/read/206142/5012015
1 chnarithmeticdecode.1
.TH CHNARITHMETICDECODE 1 "QCCPACK" ""
.SH NAME
chnarithmeticdecode \- adaptive arithmetic decoding
.SH SYNOPSIS
.B chnarithmeticdecode
.I infile
.I channelfile
.SH DESCRIPTION
.LP
.B chnarithmeticdec
www.eeworm.com/read/195341/5111921
ssa
.SH
Appendix A: A Simple Example
.PP
This example gives the complete Yacc specification for a small desk calculator;
the desk calculator has 26 registers, labeled a through z, and accepts
arithmetic
www.eeworm.com/read/186672/5230374
s polynomial.s
/*
* polynomial.S
*
* Fixed point arithmetic polynomial evaluation.
*
* Call from C as:
* void polynomial(unsigned accum[], unsigned x[], unsigned terms[][2],
* int n)
*
www.eeworm.com/read/168845/5434122
rst times.rst
.. Metafunctions/Arithmetic Operations//times |30
times
=====
Synopsis
--------
.. parsed-literal::
template<
typename T1
, typename T2
, typename T3
www.eeworm.com/read/168845/5434148
rst plus.rst
.. Metafunctions/Arithmetic Operations//plus |10
plus
====
Synopsis
--------
.. parsed-literal::
template<
typename T1
, typename T2
, typename T3 =
www.eeworm.com/read/168845/5434174
rst minus.rst
.. Metafunctions/Arithmetic Operations//minus |20
minus
=====
Synopsis
--------
.. parsed-literal::
template<
typename T1
, typename T2
, typename T3
www.eeworm.com/read/162614/5518138
c struct2.c
/* PR c++/23180. */
/* Initialize a local structure with an expression that attempts to use
pointer arithmetic to calculate another structure field offset. */
void saveLoadEntries(const void *);
www.eeworm.com/read/330522/3422219
java security.java
package cn.myapps.util;
import java.security.MessageDigest;
/**
* The security
*/
public class Security {
/**
* Encrypt the string with the MD5 arithmetic
* @param s Normal
www.eeworm.com/read/307266/3725936
h ecn.h
/*
* MIRACL C++ Header file ecn.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn (Arithmetic on an Elliptic Curve,
* mod n)
*
* NOTE : Mu