代码搜索:Fixed-Point
找到约 1,051 项符合「Fixed-Point」的源代码
代码结果 1,051
www.eeworm.com/read/318888/13467725
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/314551/13564533
bat encoder.bat
REM ===================================
REM DOS Environment Variable Settings
REM ===================================
REM TI Fixed-Point Tools path setting
REM -------------------------------
www.eeworm.com/read/126757/6314980
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/477606/6728945
plg consolefft.plg
Build Log
--------------------Configuration: consolefft - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ne
www.eeworm.com/read/405321/11465621
html group__fixedpt.html
Procyon AVRlib: Fixed-Point Math Function Lib
www.eeworm.com/read/405321/11465741
html fixedpt_8h-source.html
Procyon AVRlib: fixedpt.h Source File
www.eeworm.com/read/404808/11477836
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/404153/11491079
c example 2-2.c
/* Example 2 - 2. Unsigned Fixed-Point Division C Subroutine for C6x */
/********************************************************************/
/* num --- numerator(被除数), den --- denominat
www.eeworm.com/read/346706/11730328
html group__fixedpt.html
Procyon AVRlib: Fixed-Point Math Function Lib