当前位置 —论文写论文— 范文

单片机类有关论文范例,与文初稿,本科毕业文相关本科毕业论文

本论文是一篇单片机类有关本科毕业论文,关于文初稿,本科毕业文相关在职研究生毕业论文范文。免费优秀的关于单片机及电子实习及计算机方面论文范文资料,适合单片机论文写作的大学硕士及本科毕业论文开题报告范文和学术职称论文参考文献下载。

**********************//

//函数:PlayAdjustTime(AdjustTemp)

//描述:调用子函数:

//ReadRealYear():年---16进制低14位

//ReadRealMonthDay():月----高8位日---低8位16进制

//ReadRealHourMin():时----高8位分---低8位16进制

//ReadRealSecond():秒16进制

//参数:0---年,1---月,2--日,3--时,4---分,5---秒

//返回:无

//*********************************************************//

PlayAdjustTime(AdjustTemp)//*************调整时间播放

{

switch(AdjustTemp)

{

case0://年

SpeechAdjustTemp等于ReadRealYear(),

PlaySpeakYear(SpeechAdjustTemp),

break,

case1://月

SpeechAdjustTemp等于ReadRealMonthDay(),

PlaySpeakMonth(SpeechAdjustTemp>,>,8),

break,

case2://日

SpeechAdjustTemp等于ReadRealMonthDay(),

PlaySpeakDay(SpeechAdjustTemp&,0x00ff),

break,

case3://时

SpeechAdjustTemp等于ReadRealHourMin(),

PlaySpeakHour(SpeechAdjustTemp>,>,8),

break,

case4://分

SpeechAdjustTemp等于ReadRealHourMin(),

PlaySpeakMinute(SpeechAdjustTemp&,0x00ff),

break,

case5:break,

default:break,

}

}

//***************语音报时子函数****************************//

//函数:PlayAdjustTime(AdjustTemp)

//描述:调用子函数:

//PlaySpeakYear():报年

//PlaySpeakMonth():报月

//PlaySpeakDay():报日

//PlaySpeakHour():报时

//PlaySpeakMinute():报分

//参数:年,月,日,时,分,数据均为16进制

//返回:无

//*********************************************************//

//input:年-----16进制

//*********************************************************//

PlaySpeakYear(intYearTemp)//*************年

{

PlayRespond((YearTemp/1000)+C_T00),

PlayRespond((YearTemp%1000)/100+C_T00),

PlayRespond((YearTemp%100)/10+C_T00),

PlayRespond((YearTemp%10)+C_T00),

PlayRespond(C_YEAR),

}

//input:月------16进制

//*********************************************************//

PlaySpeakMonth(intMonthTemp)//*************月

{

if(MonthTemp<,10)PlayRespond(MonthTemp+C_T00),

elseif(MonthTemp等于等于10)PlayRespond(C_T10),

elseif(MonthTemp等于等于11)PlayRespond(C_T11),

elseif(MonthTemp等于等于12)PlayRespond(C_T12),

PlayRespond(C_MONTH),

}

//input:日------16进制

//*********************************************************//

PlaySpeakDay(intDayTemp)//*************日

{if((DayTemp/10)>,1)PlayRespond(DayTemp/10+C_T00),//十位>,1报

if((DayTemp/10)>,0)PlayRespond(C_T10),//报十,十位为1不报1

if((DayTemp%10)!等于0)PlayRespond(DayTemp%10+C_T00),

PlayRespond(C_DAY),

}

//input:时------16进制

//*******************************************************&#

1 2 3 4 5 6 7

单片机类有关论文范例,与文初稿,本科毕业文相关本科毕业论文参考文献资料:

手写论文范文

如何写好一篇议论文

如何写科研论文

怎样写语文论文

论文应该怎么写

怎样写好高中议论文

论文写什么

大专论文如何写

写不出论文怎么办

文初稿,本科毕业文(5)WORD版本 下载地址