代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/339483/12231507
sh arith-tests.sh
#!/bin/bash
# Arithmetic tests.
# The (( ... )) construct evaluates and tests numerical expressions.
# Exit status opposite from [ ... ] construct!
(( 0 ))
echo "Exit status of \"(( 0 ))\" is $?."
www.eeworm.com/read/338169/12321197
h matrixinverse.h
/*
* A byproduct of my project, I hope it can be a little useful to us.
* only used for intercommunacation, anyone who is interested in this
* arithmetic can contact with the author
* Version
www.eeworm.com/read/128030/14318640
cpp ex8_4.cpp
// ex8_4.cpp
// overloaded arithmetic operators work with type Int
#include
using namespace std;
#include //for exit()
/////////////////////////////////
www.eeworm.com/read/220650/14794432
h matrixinverse.h
/*
* A byproduct of my project, I hope it can be a little useful to us.
* only used for intercommunacation, anyone who is interested in this
* arithmetic can contact with the author
* Version
www.eeworm.com/read/119473/14829518
asm infix2.asm
; INFIX.ASM
;
; A simple program which demonstrates the pattern matching routines in the
; UCR library. This program accepts an arithmetic expression on the command
; line (no interleaving spaces
www.eeworm.com/read/208858/15234064
vhd alu.vhd
---------------------------------------------------------------------
-- TITLE: Arithmetic Logic Unit
-- AUTHOR: Steve Rhoads (rhoadss@yahoo.com)
-- DATE CREATED: 2/8/01
-- FILENAME: alu.vhd
-- PROJEC
www.eeworm.com/read/16910/702469
h largeint.h
/*--
Module Name:
largeint.h
Abstract:
Include file for sample Large Integer Arithmetic routines.
This file includes all of the prototypes for the routines found in
la
www.eeworm.com/read/26953/861424
h largeint.h
/*--
Module Name:
largeint.h
Abstract:
Include file for sample Large Integer Arithmetic routines.
This file includes all of the prototypes for the routines found in
la
www.eeworm.com/read/35675/1059766
40 example10.40
#!/bin/csh -f
set num = 0
while ($num < 10)
echo $num
@ num++ # See arithmetic.
end
echo "Program continues here"
www.eeworm.com/read/239312/4602527
40 example10.40
#!/bin/csh -f
set num = 0
while ($num < 10)
echo $num
@ num++ # See arithmetic.
end
echo "Program continues here"