代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/351636/3102632
cxx test_arithmetic.cxx
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/267511/4266837
jsp basic-arithmetic.jsp
JSP 2.0 Expression Language - Basic Arithmetic
JSP 2.0 Expression Language - Basic Arithmetic
This example illust
www.eeworm.com/read/267511/4266857
jsp basic-arithmetic.jsp
JSP 2.0 Expression Language - Basic Arithmetic
JSP 2.0 Expression Language - Basic Arithmetic
This example illust
www.eeworm.com/read/195026/8177976
c huffman_arithmetic.c
#include "huffman.h"
//2006-11-04
/*利用哈夫曼树很容易求出给定字符集及其概率(或频度)分布的最佳不等长编码。哈夫曼编码正是一种应用广泛
且非常有效的数据压缩技术。该技术一般可将数据文件压缩掉20%至90%,其压缩效率取决于被压缩文件
的特征。
*/
/*由哈夫曼树求得编码为最优异字头码的原因:
①每个叶子字符ci的码长恰为从根到该叶子的路径 ...
www.eeworm.com/read/294499/8222507
rc2 arithmetic.rc2
//
// ARITHMETIC.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
www.eeworm.com/read/368299/9702531
py arithmetic_operators.py
print 5 + 5 # Addition
print 5 - 2 # Subtraction
print 5 * 5 # Multiplication
print 13 / 4 # Float Division
print 2 ** 2 # Exponentiation
print abs(-2.5) # Absolute Va
www.eeworm.com/read/415925/11048495
bas comp_arithmetic.bas
Attribute VB_Name = "Comp_Arithmetic"
Option Explicit
'This is a 2 run method
'This is an arithmetic coder
'It works but it's its not the best one
'If you want to use it or test it don't
www.eeworm.com/read/267557/11174978
pdf arithmetic_coder.pdf
www.eeworm.com/read/267320/11183341
v arithmetic_unit.v
`timescale 1ns/10ps
module arithmetic_unit(
arithmetic_out,//Output, output of Logic Unit, and is one of the inputs of mux_unit
cout,
a, //Input, 4-bit data input
b, //Input, 4-bit data input