代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/106881/15618711
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Arithmetic
======================================================================
www.eeworm.com/read/100431/15873810
h mconf.h
/* mconf.h
*
* Common include file for math routines
*
*
*
* SYNOPSIS:
*
* #include "mconf.h"
*
*
*
* DESCRIPTION:
*
* This file contains definitions for error codes that are
* pa
www.eeworm.com/read/324787/13245234
v 4_alu.v
module alu(a,b,c0,S1,S0,M,f,cout);
input [3:0] a;
input [3:0] b;
input c0;
input S1,S0,M;
output [3:0] f;
output cout;
wire [3:0] a,b;
wire c0,S1,S0,M;
wire [3:0] f;
wire cout;
wire [3:0] g,h;
www.eeworm.com/read/438782/7727045
am makefile.am
# $Id: Makefile.am 4 2008-04-25 07:54:10Z naoaki $
EXTRA_DIST = \
lib.vcproj
liblbfgsincludedir = $(includedir)
liblbfgsinclude_HEADERS = \
../include/lbfgs.h
lib_LTLIBRARIES = liblbfgs.la
liblb
www.eeworm.com/read/124944/14523168
makefile
CFLAGS = -O
all: adaptive_encode adaptive_decode
adaptive_encode: encode.o adaptive_model.o bit_output.o \
arithmetic_encode.o
cc encode.o adaptive_model.o bit_output.o \
arithmetic_e
www.eeworm.com/read/489562/6465820
m arith_test.m
prob=[70, 30, 20]
OpenOutputBitFile('test.cmp');
initialize_arithmetic_encoder;
[output_bits] = encode_symbol(2, prob, 3)
[output_bits] = encode_symbol(1, prob, 3)
[output_bits] = encode_symb
www.eeworm.com/read/136812/5858214
c ieee_std.c
#ifndef lint
static char sccsid[] = "@(#)ieee_std.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
/* By default the following C and Fortran functions do... not
www.eeworm.com/read/136812/5858327
s ieee_std.s
.seg "data"
.asciz "@(#)ieee_std.S 1.1 92/07/30 SMI"
! Copyright (c) 1988 by Sun Microsystems, Inc.
FRAME = -0x68
.seg "text" ! [marker node]
.proc 4
.global _standard_arithmetic,_standard_a
www.eeworm.com/read/179775/9339308
html 11-05.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Mathematical Background
www.eeworm.com/read/179647/9346016
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Arithmetic2
=====================================================================