代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/233522/4667361

h test_arithmetic_body.h

#ifndef vnl_test_arithmetic_body_h_ #define vnl_test_arithmetic_body_h_ // See test_arithmetic.cxx for the actual test. // This is a "generic" test body. It expects the macros NewMat and // NewV
www.eeworm.com/read/165926/5476311

svn-work arithmetic.grammar.svn-work

K 25 svn:wc:ra_dav:version-url V 91 /svnroot/repos/unisimu/!svn/ver/563/Compilers/ru-RecDescent/spike/sample/arithmetic.grammar END
www.eeworm.com/read/165926/5476318

svn-base arithmetic.grammar.svn-base

input: expr eof { $item[1] } eof: /^\Z/ expr: { eval join(' ', @{$item[1]}); } term: { eval join(' ', @{$item[1]});
www.eeworm.com/read/274175/4187439

m perform_arithmetic_coding.m

function [y,nbr_bits] = perform_arithmetic_coding(x,dir,options) % perform_arithmetic_coding - perform adaptive arithmetic coding % % [y,nbr_bits] = perform_arithmetic_coding(x, dir, options);
www.eeworm.com/read/446555/1712298

svn-base arithmetic.cpp.svn-base

//start id=double #include int main() { using namespace std; double x(1.23), y(4.56), z(7.89) ; int i(2), j(5), k(7); x += y ; z *= x ; cout