代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/452728/7433998
cmd math.cmd
/************************************************************
Copyright (C), 2007 by SEED Electronic Technology LTD.
FileName: math.cmd
Author: Ya.X Version : V1.0 Date:2007-09-
www.eeworm.com/read/452728/7433999
pjt math.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\next project\tmpPrj\3.1.5 math\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Too
www.eeworm.com/read/452728/7434003
sbl math.sbl
www.eeworm.com/read/452728/7434005
paf math.paf
www.eeworm.com/read/452728/7434012
c math.c
/************************************************************
Copyright (C), 2007 by SEED Electronic Technology LTD.
FileName: math.c
Author: Ya.X Version : V1.0 Date:2007-09-20
www.eeworm.com/read/452728/7434013
map math.map
******************************************************************************
TMS320C6x COFF Linker PC v6.0.8
*******************************************************
www.eeworm.com/read/452728/7434014
out math.out
www.eeworm.com/read/452728/7434016
obj math.obj
www.eeworm.com/read/452728/7434018
wks math.wks
www.eeworm.com/read/451592/7461359
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