代码搜索:Fixed-Point

找到约 1,051 项符合「Fixed-Point」的源代码

代码结果 1,051
www.eeworm.com/read/419627/10853121

lua factorial.lua

-- function closures are powerful -- traditional fixed-point operator from functional programming Y = function (g) local a = function (f) return f(f) end return a(function (f)
www.eeworm.com/read/296134/7103020

h icomplex.h

/* Header file icomplex.h for fixed-point */ struct cmpx /* Q15 format */ { int re; int im; }; typedef struct cmpx complex; struct lcmpx /* Q31 format */ { long re; long
www.eeworm.com/read/457222/7331525

h icomplex.h

/* Header file icomplex.h for fixed-point */ struct cmpx /* Q15 format */ { int re; int im; }; typedef struct cmpx complex; struct lcmpx /* Q31 format */ { long re; long
www.eeworm.com/read/450121/7490378

lua factorial.lua

-- function closures are powerful -- traditional fixed-point operator from functional programming Y = function (g) local a = function (f) return f(f) end return a(function (f)
www.eeworm.com/read/437167/7754115

txt readme.txt

=================================================================== TS 26.104 R99 V3.4.0 2002-02 REL-4 V4.4.0 2003-03 REL-5 V5.1.0 2003-03 3GPP AMR Floating-point Speech Codec ===
www.eeworm.com/read/398754/7925835

lua factorial.lua

-- function closures are powerful -- traditional fixed-point operator from functional programming Y = function (g) local a = function (f) return f(f) end return a(function (f)
www.eeworm.com/read/198041/7954494

html group__fixedpt.html

Procyon AVRlib: Fixed-Point Math Function Lib
www.eeworm.com/read/198041/7954726

html fixedpt_8h-source.html

Procyon AVRlib: fixedpt.h Source File
www.eeworm.com/read/198041/7955100

html fixedpt_8h.html

Procyon AVRlib: fixedpt.h File Reference
www.eeworm.com/read/238879/13317210

lua factorial.lua

-- function closures are powerful -- traditional fixed-point operator from functional programming Y = function (g) local a = function (f) return f(f) end return a(function (f)