代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/132288/14102003

txt first.txt

MIRACL is a highly efficient and portable Multiprecision Integer and Rational Arithmetic C/C++ Library. Full source code is provided. Its main area of application is in the implementation of Publi
www.eeworm.com/read/132269/14102577

readme

1. The problem was caused by an overflow in the arithmetic coder due to long strings of repeated characters. This has been fixed. 2. The program now tests for repeated strings and by
www.eeworm.com/read/128030/14318692

cpp parse.cpp

// parse.cpp // evaluates arithmetic expressions composed of 1-digit numbers #include #include //for strlen(), etc using namespace std; const int LEN = 80;
www.eeworm.com/read/126294/14433834

html ver_statem.html

Verilog HDL: Synchronous State Machine
www.eeworm.com/read/126294/14433839

html ver_dffeveri.html

Verilog HDL: Instantiating a DFFE
www.eeworm.com/read/126294/14433848

html ver_bidirec.html

Verilog HDL: Bidirectional Pin
www.eeworm.com/read/126294/14433850

html ver_behav_counter.html

Verilog HDL: Behavioral Counter
www.eeworm.com/read/126294/14433856

html ver_hier.html

Verilog HDL: Creating a Hierarchical Design
www.eeworm.com/read/116228/14982378

java mcalc.java

import java.io.*; import java.util.*; /** * This is the main class of the calculator program. * The calculator program can perform matrix arithmetic including addition, * subtraction, mu
www.eeworm.com/read/214672/15092155

h bitmap.h

// bitmap.h // Data structures defining a bitmap -- an array of bits each of which // can be either on or off. // // Represented as an array of unsigned integers, on which we do // modulo arithmetic