代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/264074/11330574
c math.c
www.eeworm.com/read/264074/11330588
h math.h
www.eeworm.com/read/264074/11330671
doc math.doc
www.eeworm.com/read/409272/11337671
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/409119/11345811
inc math.inc
;****************************************************************************************
; Notation
; (a,b) in Q31 format : a represent the high part of the number
; b repr
www.eeworm.com/read/409038/11360587
h math.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
/******
www.eeworm.com/read/409038/11360705
h math.h
/********************************************************************/
/* math.h v7.01 */
/* Copyright (c) 1990-1996 Texas Instruments Incorporated
www.eeworm.com/read/409038/11360768
h math.h
/********************************************************************/
/* math.h v7.01 */
/* Copyright (c) 1990-1996 Texas Instruments Incorporated
www.eeworm.com/read/409038/11360797
h math.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
/******
www.eeworm.com/read/263292/11368392
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
*/