代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/160841/10487688
class math.class
www.eeworm.com/read/352927/10492987
dcl math.dcl
SIN: PROCEDURE(X) REAL EXTERNAL;
DECLARE X REAL;
END SIN;
COS: PROCEDURE(X) REAL EXTERNAL;
DECLARE X REAL;
END COS;
TAN: PROCEDURE(X) REAL EXTERNAL;
www.eeworm.com/read/160799/10498617
h math.h
www.eeworm.com/read/278864/10501351
test-math
www.eeworm.com/read/278864/10501366
test-math
www.eeworm.com/read/278771/10510657
h math.h
www.eeworm.com/read/160633/10512307
h math.h
/********************************************************************/
/* math.h v4.40 */
/* Copyright (c) 1991 Texas Instruments Incorporated
www.eeworm.com/read/160624/10513361
asm math.asm
.MODEL small, pascal, os_dos
INCLUDE demo.inc
.CODE
;* AddLong - Adds two double-word (long) integers.
;*
;* Shows: Instructions - add adc
;* Operator -
www.eeworm.com/read/352726/10521351
h math.h
/* math.h -- Definitions for the math floating point package. */
#ifndef _MATH_H_
#define _MATH_H_
#define HUGE_VAL (float)3.40282346638528860e+38
/*
* set X_TLOSS = pi*2**52
*/
#
www.eeworm.com/read/352661/10530219
h math.h
/* math.h -- Definitions for the math floating point package. */
#ifndef _MATH_H_
#define _MATH_H_
#define HUGE_VAL (float)3.40282346638528860e+38
/*
* set X_TLOSS = pi*2**52
*/
#