/*********************************************************************************************** * xxxxxx * xxxxxxxxxx例程 * * 文件名稱(chēng):xxxx.x * 摘 要:xxx操作函數(shù) * 作 者:苑臣芒 * * 當(dāng)前版本:1.0 * 完成日期:2011/xx/xx * 版權(quán)所有:Rays_ele - Copyright (C) 2011 * *************************************************************************************************/
/*-------------------------------------------------------------------------------------- -函數(shù)名稱(chēng):xxxxxxxxxxxxxxxx ---------------------------------------------------------------------------------------- -函數(shù)功能:xxxxxxxxxxxxxxxx -入口參數(shù):xxxxxxxxxxxxxxxx -出口參數(shù):xxxxxxxxxxxxxxxx ---------------------------------------------------------------------------------------*/
/********引用的頭文件*******/
/********硬件接口定義*******/
/********全局變量定義*******/
/***********宏定義**********/
char str1,str2;//xxx數(shù)據(jù) int counter1; //xxxxxx
|