代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/479079/6699113
c math.c
//**********************************//
// 源 文 件:math.c //
// 描 述:数学计算 //
// 主要功能:点到点的距离计算 //
// 编写作者:by Gholt(林青) //
// 编写日期:2005-09-07 //
// 整理日期:2005-10-30 //
//*********
www.eeworm.com/read/478557/6709812
h math.h
/* MATHEMATICAL FUNCTIONS HEADER
* Copyright (c) 2006 by COSMIC Software
*/
#ifndef __MATH__
#define __MATH__ 1
#define HUGE_VAL 1E38
double acos(double x);
double asin(double x);
double
www.eeworm.com/read/477212/6740159
pdf math.pdf
www.eeworm.com/read/476355/6757978
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/410160/11300264
h math.h
/********************************************************************/
/* math.h v7.01 */
/* Copyright (c) 1990-1996 Texas Instruments Incorporate
www.eeworm.com/read/409992/11305359
h math.h
#ifndef __MATH_H__
#define __MATH_H__
/* $Id: math.h,v 1.9 2003/09/11 10:14:43 dom Exp $ */
extern double __LIB__ acos(double); /* arc cosine */
extern double __LIB__ asin(double); /* arc cosine
www.eeworm.com/read/409714/11315368
mdl math.mdl
Model {
Name "math"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/264310/11319721
c math.c
www.eeworm.com/read/264310/11319735
h math.h
www.eeworm.com/read/264310/11319830