代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/152752/12088778
h math.h
#ifndef __MATH
#define __MATH
#define HUGE_VAL 1.79769313486231570000e+308
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double atan2(double, dou
www.eeworm.com/read/152752/12088800
h math.h
#ifndef __MATH
#define __MATH
#define HUGE_VAL 1.79769313486231570000e+308
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double atan2(double, dou
www.eeworm.com/read/152752/12088847
h math.h
#ifndef __MATH
#define __MATH
#define HUGE_VAL 1.79769313486231570000e+308
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double atan2(double, dou
www.eeworm.com/read/152752/12088908
h math.h
#ifndef __MATH
#define __MATH
extern double infinity(void);
#define HUGE_VAL (infinity())
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double a
www.eeworm.com/read/341218/12098540
class math.class
www.eeworm.com/read/341218/12098542
java math.java
package myMath;
public class Math
{
public static String abs( int para )
{
if( para < 0)
para = -1*para;
return "package myMath->" + para;
}
}
www.eeworm.com/read/341086/12109571
asm math.asm
;------------------------------------------------------------
; Name : udiv
; Parm : hi_byte, lo_byte:unsigned char
; divisor:8bits
; Retn : hi_byte.lo_byte:16bits unsigned quotient
;
www.eeworm.com/read/341086/12109832
asm math.asm
;------------------------------------------------------------
; Name : udiv
; Parm : hi_byte, lo_byte:unsigned char
; divisor:8bits
; Retn : hi_byte.lo_byte:16bits unsigned quotient
;