代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/122492/6065770
java moduloarithmetic.java
package numbercruncher.mathutils;
/**
* Perform multiplication and exponentiation modulo arithmetic.
*/
public class ModuloArithmetic {
/**
* Multiply two integer values a and b modulo
www.eeworm.com/read/122492/6065847
java~1~ moduloarithmetic.java~1~
package numbercruncher.mathutils;
/**
* Perform multiplication and exponentiation modulo arithmetic.
*/
public class ModuloArithmetic
{
/**
* Multiply two integer values a and b modulo m.
www.eeworm.com/read/122492/6065855
java~1~ intpower.java~1~
package numbercruncher.mathutils;
/**
* Raise a double value to an integer power.
*/
public final class IntPower
{
/**
* Compute and return x^power.
* @param x
* @param power the
www.eeworm.com/read/119864/6081707
c powil.c
/* powil.c
*
* Real raised to integer power, long double precision
*
*
*
* SYNOPSIS:
*
* long double x, y, powil();
* int n;
*
* y = powil( x, n );
*
*
*
* DESCRIPTION:
*
* Retu
www.eeworm.com/read/119864/6081830
c powif.c
/* powif.c
*
* Real raised to integer power
*
*
*
* SYNOPSIS:
*
* float x, y, powif();
* int n;
*
* y = powif( x, n );
*
*
*
* DESCRIPTION:
*
* Returns argument x raised to the
www.eeworm.com/read/119864/6081859
c powi.c
/* powi.c
*
* Real raised to integer power
*
*
*
* SYNOPSIS:
*
* double x, y, powi();
* int n;
*
* y = powi( x, n );
*
*
*
* DESCRIPTION:
*
* Returns argument x raised to the nt
www.eeworm.com/read/118033/6099732
inc gpminit.inc
Subttl. Include file for GREEN PC support INIT code...GPMINIT.INC
;-----------------------------------------------;
; FOLLOWING ROUTINES USED FROM OTHER MODULES ;
;------------------------------
www.eeworm.com/read/118033/6099741
inc gapm11.inc
Subttl. Include file for GREEN PC support APM v1.1 code...GAPM11.INC
;-----------------------------------------------;
; FOLLOWING ROUTINES USED FROM OTHER MODULES ;
;---------------------------
www.eeworm.com/read/116774/6112526
inc ps40400.inc
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;----------------------------------------------------
www.eeworm.com/read/101082/6247966
4 hy.4
.\" SCCSID: @(#)hy.4 8.1 9/11/90
.TH hy 4 VAX "" Unsupported
.SH Name
hy \- Network Systems Hyperchannel interface
.SH Syntax
.B "device hy0 at uba0 csr 0172410 vector hyint"
.SH Description
The
.PN h