代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/272513/10954920
announce
Dear Colleague,
I have released version 2.2 of my C++ software package `doubledouble' which
implements doubled-double (approximately 30 decimal place) floating point
arithmetic on IEEE 754 floating-p
www.eeworm.com/read/461264/7230665
pro checksum32.pro
pro checksum32, array, checksum, FROM_IEEE = from_IEEE, NOSAVE = nosave
;+
; NAME:
; CHECKSUM32
;
; PURPOSE:
; To compute the 32bit checksum of an array (ones-complement arithmetic)
;
; EX
www.eeworm.com/read/444596/7611094
sh bw_lat.sh
# !/usr/dt/bin/dtksh
# !/bin/ksh
# set -x
# Requires a ksh newer than 11/16/88 because it uses floating point
# arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix
# is such a beast
www.eeworm.com/read/444596/7611097
sh incr.sh
#!/usr/dt/bin/dtksh
#!/bin/ksh
#set -x
# Requires a ksh newer than 11/16/88 because it uses floating point
# arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix
# is such a beast, a
www.eeworm.com/read/438832/7725881
sh ex45.sh
#!/bin/bash
# 展示一些使用'expr'的例子
# ========================
echo
# 算术 操作
# ---- ----
echo "Arithmetic Operators"
echo
a=`expr 5 + 3`
echo "5 + 3 = $a"
a=`expr $a + 1`
echo
echo "a + 1 = $a"
echo "(i
www.eeworm.com/read/199676/7838901
htm chap29.htm
Intro to Algorithms: CHAPTER 29: ARITHMETIC CIRCUITS
www.eeworm.com/read/144441/12792637
htm chap29.htm
Intro to Algorithms: CHAPTER 29: ARITHMETIC CIRCUITS
www.eeworm.com/read/137875/13286166
htm chap29.htm
Intro to Algorithms: CHAPTER 29: ARITHMETIC CIRCUITS