代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14814788
c math.c
#include
void main(void)
{
int seconds_in_an_hour;
float average;
seconds_in_an_hour = 60 * 60;
average = (5 + 10 + 15 + 20) / 4;
printf("The number of seconds i
www.eeworm.com/read/119273/14834878
h math.h
/* math.h
Definitions for the math floating point package.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __MATH_H
#define __MATH_H
#if
www.eeworm.com/read/220263/14845034
h math.h
/* math.h -- Definitions for the math floating point package. */
#ifndef _MATH_H_
#define _MATH_H_
struct complex
{
float x;
float y;
};
#define cabsf(z) (hypot ((z).x, (z).y))
www.eeworm.com/read/220263/14845037
lib math.lib
www.eeworm.com/read/219695/14869473
cc math.cc
// math.cc
// KMB 98 Feb 03
/*
Copyright (C) 1997 Keith Martin Briggs
Except where otherwise indicated,
this program is free software; you can redistribute it and/or
modify it under the terms of the
www.eeworm.com/read/218663/14910876
h math.h
#ifndef __MATH_H
#define __MATH_H
#define _PI 3.1415926 /* ..535897932 */
#if defined(_M8C) && defined(_LMM)
#define fabs fabsLMM
#endif
#if !defined(_HC11) && !defined(_HC16)
float fabs(
www.eeworm.com/read/217604/14957531
h math.h
/********************************************************************/
/* math.h v1.20 */
/* Copyright (c) 1993-1997 Texas Instruments Incorporate
www.eeworm.com/read/217182/14975711
opt math.opt
www.eeworm.com/read/217182/14975715
dsp math.dsp
# Microsoft Developer Studio Project File - Name="MATH" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/217182/14975717
plg math.plg
Build Log
--------------------Configuration: MATH - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhanglzu