代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/250756/12385872
c sshsh512.c
/*
* SHA-512 algorithm as described at
*
* http://csrc.nist.gov/cryptval/shs.html
*/
#include "ssh.h"
#define BLKSIZE 128
/*
* Arithmetic implementations. Note that AND, XOR and
www.eeworm.com/read/126294/14433859
html ver_prim.html
Verilog HDL: Instantiating MAX+PLUS II Primitives
www.eeworm.com/read/119473/14829508
asm arith.asm
; ARITH.ASM
;
; A simple recursive descent parser for arithmetic strings.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg segment para public 'data'
; Grammar for si
www.eeworm.com/read/119473/14829756
asm pgm9_1.asm
; Pgm9_1.ASM
;
; Several examples demonstrating how to convert various
; arithmetic expressions into assembly language.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg
www.eeworm.com/read/119269/14835670
c sshsh512.c
/*
* SHA-512 algorithm as described at
*
* http://csrc.nist.gov/cryptval/shs.html
*/
#include "ssh.h"
#define BLKSIZE 128
/*
* Arithmetic implementations. Note that AND, XOR and
www.eeworm.com/read/116193/14983473
cpp bigint.cpp
#include "ap.h"
// The bigint functions
// Bigints are simply arrays of unsigned integers, they can be seen as
// base-2^32 numbers. Arithmetic on them is quite fast.
// The least significant
www.eeworm.com/read/207278/15275930
m fxquant.m
function X = fxquant( s, bit, rmode, lmode )
%FXQUANT simulated fixed-point arithmetic
%-------
% Usage: X = fxquant( S, BIT, RMODE, LMODE )
%
% returns the input signal S reduced t
www.eeworm.com/read/205856/15305389
txt 源程序1.txt
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h
www.eeworm.com/read/8113/141812
c˴
#include
void main()
{
int i,j,k;
float f,h;
i = 22;
j = 8;
f = 1000.25;
h = 830.78;
printf("*************************************\n");
printf("** This is a arithmetic ca