代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/101292/15838777
java strategy.java
/**
* The public interface to support varies arithmetic
*/
public interface Strategy {
public void drawText(String s, int lineWidth, int lineCount);
}
www.eeworm.com/read/100431/15873809
c sinll.c
/* sinl.c
*
* Circular sine, long double precision
*
*
*
* SYNOPSIS:
*
* long double x, y, sinl();
*
* y = sinl( x );
*
*
*
* DESCRIPTION:
*
* Range reduction is into intervals o
www.eeworm.com/read/100384/15875001
html tour-modules.html
A Tour of NTL: Summary of NTL's Main Modules
www.eeworm.com/read/100383/15875383
html tour-modules.html
A Tour of NTL: Summary of NTL's Main Modules
www.eeworm.com/read/361053/10067624
pdf wiley_synthesis_of_arithmetic_circuits-fpga_asic_and_embedded_systems_2006.pdf
www.eeworm.com/read/17956/767836
pdf wiley_synthesis_of_arithmetic_circuits-fpga_asic_and_embedded_systems_2006.pdf
www.eeworm.com/read/391915/8372864
eqn mul.map.eqn
--A1L41 is add~10
--operation mode is normal
A1L41_carry_eqn = A1L31;
A1L41 = !A1L41_carry_eqn;
--A1L33 is add~36
--operation mode is normal
A1L33 = A1L41 & b[3];
--A1L21 is add~9
www.eeworm.com/read/191836/8420427
m51 yejing.m51
BL51 BANKED LINKER/LOCATER V6.00 12/09/2006 18:03:04 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE ShowFu
www.eeworm.com/read/191613/8426652
cpp pr0111.cpp
// Programming with C++ by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 1.11 on page 11
// Printing Values of Arithmetic Expressions
#include
using namespace std;
www.eeworm.com/read/390322/8471220
m lec8mldemo1.m
% MIT 18.335 - Lecture 8 MATLAB Demo 1
% Floating Point Arithmetic
% Per-Olof Persson, October 3, 2006
format long
% Overflow/underflow
1
-1
1e100
1e-100
1e400
1e-400
% Cancellation
x=rand
y=rand
z