代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/366524/9810409
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/170042/9822282
txt math.txt
Praat手册文档常见数学符号的拉丁字母符号表示
[函数]
注:单参数函数一律省略括号()和参数列表
ln 自然对数
sqrt 算术平方根
[常数]
pi 圆周率
==EOF==
www.eeworm.com/read/366119/9831856
h math.h
extern double fabs(double);
extern double floor(double);
extern double ceil(double);
extern double modf(double, double *);
extern double sqrt(double);
extern double atof(const char *);
extern do
www.eeworm.com/read/365949/9838452
cpp math.cpp
//这个程序在本书所带软盘中,文件名为MATH.CPP
//这个程序演示怎样调用库子程序来计算对数、指数以及余弦。
#include
#include //这个头文件支持进行数学运算的库子程序
void main(void)
{
int num1 = 10;
float num2 = 9.387;
double resul
www.eeworm.com/read/365220/9872832
class math.class
www.eeworm.com/read/365033/9880968
h math.h
www.eeworm.com/read/365033/9881164
h math.h
www.eeworm.com/read/168863/9891172
h math.h
/*--------------------------------------------------------------------------
MATH.H
Prototypes for mathematic functions.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
All
www.eeworm.com/read/168494/9911103
paf math.paf
www.eeworm.com/read/168494/9911119
pjt math.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="MATH"
ProjectDir="D:\ti\myprojects\2407\6.LIB\MATH\"
ProjectType=Executable
CPUFami