代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/184417/9102306
html fglblendfunc.html
NAME
fglBlendFunc - specify pixel arithmetic
FORTRAN SPECIFICATION
SUBROUTINE fglBlend
www.eeworm.com/read/178172/9416719
overview
LibI Version 2.1
=================
Arithmetic for integers of almost unlimited size for C and C++.
Developed and copyrighted by
Ralf Dentzer
IWR
Universitaet Heidelberg
Im Neuenheimer Fe
www.eeworm.com/read/365074/9880240
c calculator.c
/*calculator.c Simple integer arithmetic calculator
according to the EBNF:
-> { }
-> + | -
-> { }
-> * | / | %
->
www.eeworm.com/read/421666/10714199
c glplib06.c
/* glplib06.c (64-bit arithmetic) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyright (C) 2000,01,02,
www.eeworm.com/read/349903/10785621
cpp ps_big.cpp
/*
* C++ class to implement a power series type and to allow
* arithmetic on it
*
* WARNING: This class has been cobbled together for a specific use with
* the MIRACL library. It is not com
www.eeworm.com/read/349903/10785718
h ps_zzn.h
/*
* C++ class to implement a power series type and to allow
* arithmetic on it. COefficinets are of type ZZn
*
* WARNING: This class has been cobbled together for a specific use with
* the
www.eeworm.com/read/458682/7291687
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/325486/13201120
java rabinkarpstringmatcher.java
// Introduced in Chapter 13
/** String matcher using the Rabin-Karp fingerprinting algorithm. */
public class RabinKarpStringMatcher extends AbstractStringMatcher {
/** All arithmetic is done modul
www.eeworm.com/read/318176/13484183
h ps_zzn.h
/*
* C++ class to implement a power series type and to allow
* arithmetic on it. COefficinets are of type ZZn
*
* WARNING: This class has been cobbled together for a specific use with
* the
www.eeworm.com/read/318176/13484193
cpp ps_big.cpp
/*
* C++ class to implement a power series type and to allow
* arithmetic on it
*
* WARNING: This class has been cobbled together for a specific use with
* the MIRACL library. It is not com