代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/302784/13827616
test-math
www.eeworm.com/read/302615/13831249
mdl math.mdl
Model {
Name "math"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/302360/13837101
h math.h
/*--------------------------------------------------------------------------
MATH.H
Prototypes for mathematic functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All
www.eeworm.com/read/302145/13841568
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/301198/13863941
c math.c
#include
void main ()
{
int seconds_in_an_hour;
float average;
seconds_in_an_hour = 60 * 60;
average = (5 + 10 + 15 + 20) / 4;
printf("The number of secon
www.eeworm.com/read/151814/5678791
java math.java
/*
libaegisvm - The Aegis Virtual Machine for executing Java bytecode
Copyright (C) 2001-2002 Philip W. L. Fong
This library is free software; you can redistribute it and/or
modify i
www.eeworm.com/read/148721/5709423
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/148721/5709441
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/148721/5709456
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/147766/5720780
c math.c
/*
* arch/s390/math-emu/math.c
*
* S390 version
* Copyright (C) 1999-2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
*
*