代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/493005/6403562
quo
NAME
quo - compute integer quotient of a value by a real number
SYNOPSIS
quo(x, y, rnd) or x // y
TYPES
If x is a matrix or list, the returned value is a matrix or list v of
the same
www.eeworm.com/read/493005/6403659
rcpow
NAME
rcpow - REDC powers
SYNOPSIS
rcpow(x, k, m)
TYPES
x integer
k nonnegative integer
m odd positive integer
return integer v, 0
www.eeworm.com/read/493005/6403699
places
NAME
places - return number of "decimal" places in a fractional part
SYNOPSIS
places(x [,b])
TYPES
x real
b integer >= 2, defaults to 10
return integer
DESCRIPTION
Return
www.eeworm.com/read/493005/6403712
factor
NAME
factor - smallest prime factor not exceeding specified limit
SYNOPSIS
factor(n [, limit [, err]])
TYPES
n integer
limit integer with abs(limit) < 2^32, defaults to 2^32 - 1
www.eeworm.com/read/493005/6403749
prevcand
NAME
prevcand - previous candidate for primeness
SYNOPSIS
prevcand(n [,count [, skip [, residue [, modulus]]]])
TYPES
n integer
count integer with absolute value less than 2^24, def
www.eeworm.com/read/484443/6576600
order compilation.order
.\src\vending_machine.v
.\src\integer2bcd.v
www.eeworm.com/read/484443/6576607
order synthesis.order
i.\src\vending_machine.v
i.\src\integer2bcd.v
www.eeworm.com/read/481567/6643678
c util.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/476176/6763743
bas newt.bas
Attribute VB_Name = "Module1"
Option Explicit
Const maxits As Integer = 200
Const tolf As Double = 0.0001
Const tolmin As Double = 0.000001
Const tolx As Double = 0.0000001
Const stpmx As Doub
www.eeworm.com/read/410820/11268130
c lmdif.c
/* lmdif.f -- translated by f2c (version of 17 January 1992 0:17:58).
You must link the resulting object file with the libraries:
-lf77 -li77 -lm -lc (in that order)
*/
#include "f2c.h"
/* Ta