代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/161772/10375883
c math.c
/* Demonstrates some of C's math functions */
#include
#include
int main( void )
{
double x;
printf("Enter a number: ");
scanf( "%lf", &x);
printf(
www.eeworm.com/read/425109/10381409
h math.h
/********************************************************************/
/* math.h v1.20 */
/* Copyright (c) 1993-1997 Texas Instruments Incorporate
www.eeworm.com/read/425108/10381585
h math.h
/********************************************************************/
/* math.h v1.20 */
/* Copyright (c) 1993-1997 Texas Instruments Incorporate
www.eeworm.com/read/354066/10392439
h math.h
/* math.h
Definitions for the math floating point package.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#ifndef __MATH_H
#define __MATH_H
#if
www.eeworm.com/read/161454/10409986
h math.h
/********************************************************************/
/* math.h v4.40 */
/* Copyright (c) 1991 Texas Instruments Incorporated
www.eeworm.com/read/353233/10460360
asm math.asm
//////////////////////////////////////////////////////////////////////////////
// Filename : Math.asm
// Function : Calculate LCD position
// Subroutine :
//
// 1. Name : F_Calculate_Calibration
www.eeworm.com/read/424281/10468007
texi math.texi
@cindex elementary functions
@cindex mathematical functions, elementary
This chapter describes basic mathematical functions. Some of these
functions are present in system libraries, but the alternat
www.eeworm.com/read/424281/10473372
c math.c
/* complex/math.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Jorma Olavi T鋒tinen, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/278961/10484815