代码搜索:math

找到约 10,000 项符合「math」的源代码

代码结果 10,000
www.eeworm.com/read/288682/8613950

h math.h

/************************************************************/ /* Version 2.20.01 */ /************************************************************/ /******
www.eeworm.com/read/187571/8623598

h math.h

extern void freq_convert(const unsigned int, char *); extern void amp_convert(const unsigned int, const unsigned int, char *); extern void ratio_convert(const unsigned int ,char *p);
www.eeworm.com/read/187571/8623670

c math.c

void ratio_convert(const unsigned int ratio,char *p) { int ratio_data; ratio_data = (int)(0.0092736*ratio*ratio*ratio-1.4211*ratio*ratio+27.83*ratio+3079.2); *p++ = ratio_data & 0xff;
www.eeworm.com/read/288445/8631791

h math.h

/********************************************************************/ /* math.h v1.20 */ /* Copyright (c) 1993-1997 Texas Instruments Incorporate
www.eeworm.com/read/387835/8651556

h math.h

www.eeworm.com/read/287949/8657801

h math.h

www.eeworm.com/read/387510/8668990

ncb math.ncb

www.eeworm.com/read/387510/8668993

plg math.plg

Build Log --------------------Configuration: Math - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\fujie\LO
www.eeworm.com/read/387510/8668999

dep math.dep

# Microsoft Developer Studio Generated Dependency File, included by Math.mak ..\..\src\AEEModGen.c : \ "..\..\..\..\brew31~1.5\inc\aeeaflags.h"\ "..\..\..\..\brew31~1.5\inc\aeecallback.h"\ ".
www.eeworm.com/read/387510/8669003

h math.h

#ifndef MATH_H_ #define MATH_H_ #include "AEE.h" typedef struct IMath IMath; AEEINTERFACE(IMath) //struct IMathVtbl { INHERIT_IQueryInterface(IMath); int (*Add)(IMath* pMe,int a, int b