代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/483067/6609242
h math.h
/* math.h
Definitions for the math floating point package.
Copyright (c) Borland International 1987,1988,1990,1991
All Rights Reserved.
*/
#ifndef __MATH_H
#define __MATH_H
www.eeworm.com/read/481979/6634486
h math.h
/***
*math.h - definitions and declarations for math library
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains constant defini
www.eeworm.com/read/481239/6645382
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/480891/6663382
h math.h
////////////////////////////////////////////////////////////////////////////
//// (C) Copyright 1996,2003 Custom Computer Services ////
//// This source code may only be used by li
www.eeworm.com/read/480236/6668485
h math.h
/********************************************************************/
/* MATH.H v3.83 */
/* Copyright (c) 1993-2002 Texas Instruments Incorporated
www.eeworm.com/read/480275/6668888
h math.h
/********************************************************************/
/* MATH.H v3.83 */
/* Copyright (c) 1993-2002 Texas Instruments Incorporated
www.eeworm.com/read/479079/6699067
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/479079/6699072
asm math.asm
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command: C:\PROGRA~1\Sunplus\UNSPID~1.0\cc1.exe C:\DOCUME~1\hongyan\LOCALS~1\Temp\cc08aaaa.i -fkeep-inline-functions -quiet -dumpbase math.c -mglobal-var-
www.eeworm.com/read/479079/6699085
lst math.lst
Sunplus u'nSP Assembler - Ver. 1.14.3.1
Listing File Has Been Relocated
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command:
www.eeworm.com/read/479079/6699106