代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/102365/15784993
v altclklock.v
// megafunction wizard: %ALTCLKLOCK%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altclklock
// ============================================================
// File Name: PLL1.v
// Me
www.eeworm.com/read/121089/6069955
asm fin.asm
TITLE FIN - String and numeric input
;***
; FIN - String and numeric input
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; BASIC Syntax mapping to included runtime entry points:
;
www.eeworm.com/read/216898/14988042
texi numinquire.texi
@section Introduction
@cindex numeric limits
Blitz++ provides a set of functions to access numeric properties of
intrinsic types. They are provided as an alternative to the somewhat klunky
@code{n
www.eeworm.com/read/11175/207848
asm fin.asm
TITLE FIN - String and numeric input
;***
; FIN - String and numeric input
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; BASIC Syntax mapping to included runtime entry points:
;
www.eeworm.com/read/234134/4661279
asm fin.asm
TITLE FIN - String and numeric input
;***
; FIN - String and numeric input
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; BASIC Syntax mapping to included runtime entry points:
;
www.eeworm.com/read/204040/5035612
asm fin.asm
TITLE FIN - String and numeric input
;***
; FIN - String and numeric input
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; BASIC Syntax mapping to included runtime entry points:
;
www.eeworm.com/read/273525/4205284
mata cosh.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix cosh(numeric matrix u) return((exp(u)+exp(-u)):/2)
end
www.eeworm.com/read/273525/4206687
mata sinh.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric matrix sinh(numeric matrix u) return((exp(u)-exp(-u)):/2)
end
www.eeworm.com/read/273525/4207156
mata min.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric scalar min(numeric matrix X) return(minmax(X)[1,1])
end
www.eeworm.com/read/273525/4207424
mata max.mata
*! version 1.0.0 15oct2004
version 9.0
mata:
numeric scalar max(numeric matrix X) return(minmax(X)[1,2])
end