資源簡介
51單片機計算器(程序+AD+仿真)本人花3周完成,已經(jīng)打樣出板子
代碼片段和文件信息
/*****************************************************************/
/*?文件名??:?計算器5
/*?芯片????:?STC89C52RC
/*?作者????:?黃民航
/*?聯(lián)系方式:??QQ:1097329291
/*?e-mail??:?? MHesat@Yahoo.com
/*****************************************************************/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
void?main()
{
init(); //1602液晶初始化
while(1)
{
if(flag_ds18b20?==?1)
ds18b20();
else?
scankey();
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-20?18:42??計算器\
?????目錄???????????0??2018-01-20?18:39??計算器\ADD\
?????文件?????2317824??2018-01-18?21:52??計算器\ADD\com.PcbDoc
?????目錄???????????0??2018-01-18?21:52??計算器\ADD\History\
?????文件???????14664??2018-01-01?20:44??計算器\ADD\History\com.~(1).PcbDoc.Zip
?????文件?????2056495??2018-01-16?20:36??計算器\ADD\History\com.~(10).PcbDoc.Zip
?????文件?????2056504??2018-01-18?21:46??計算器\ADD\History\com.~(11).PcbDoc.Zip
?????文件?????2056496??2018-01-18?21:50??計算器\ADD\History\com.~(12).PcbDoc.Zip
?????文件?????2058960??2018-01-18?21:50??計算器\ADD\History\com.~(13).PcbDoc.Zip
?????文件?????2058961??2018-01-18?21:52??計算器\ADD\History\com.~(14).PcbDoc.Zip
?????文件?????2058901??2018-01-18?21:52??計算器\ADD\History\com.~(15).PcbDoc.Zip
?????文件?????2232118??2018-01-16?20:31??計算器\ADD\History\com.~(6).PcbDoc.Zip
?????文件?????1752000??2018-01-16?20:34??計算器\ADD\History\com.~(7).PcbDoc.Zip
?????文件?????2056726??2018-01-16?20:35??計算器\ADD\History\com.~(8).PcbDoc.Zip
?????文件?????2056495??2018-01-16?20:36??計算器\ADD\History\com.~(9).PcbDoc.Zip
?????文件????????1451??2018-01-01?20:27??計算器\ADD\History\Sheet1.~(1).SchDoc.Zip
?????文件???????16388??2018-01-01?20:53??計算器\ADD\History\Sheet1.~(10).SchDoc.Zip
?????文件???????16534??2018-01-01?20:53??計算器\ADD\History\Sheet1.~(11).SchDoc.Zip
?????文件???????16534??2018-01-01?20:53??計算器\ADD\History\Sheet1.~(12).SchDoc.Zip
?????文件???????16534??2018-01-01?20:53??計算器\ADD\History\Sheet1.~(13).SchDoc.Zip
?????文件???????16534??2018-01-01?20:53??計算器\ADD\History\Sheet1.~(14).SchDoc.Zip
?????文件???????16535??2018-01-01?21:02??計算器\ADD\History\Sheet1.~(15).SchDoc.Zip
?????文件???????29324??2018-01-01?20:38??計算器\ADD\History\Sheet1.~(2).SchDoc.Zip
?????文件???????20657??2018-01-01?20:38??計算器\ADD\History\Sheet1.~(3).SchDoc.Zip
?????文件???????20657??2018-01-01?20:46??計算器\ADD\History\Sheet1.~(4).SchDoc.Zip
?????文件???????16383??2018-01-01?20:46??計算器\ADD\History\Sheet1.~(5).SchDoc.Zip
?????文件???????16382??2018-01-01?20:46??計算器\ADD\History\Sheet1.~(6).SchDoc.Zip
?????文件???????16381??2018-01-01?20:46??計算器\ADD\History\Sheet1.~(7).SchDoc.Zip
?????文件???????16382??2018-01-01?20:46??計算器\ADD\History\Sheet1.~(8).SchDoc.Zip
?????文件???????16382??2018-01-01?20:46??計算器\ADD\History\Sheet1.~(9).SchDoc.Zip
?????文件???????39424??2018-01-01?20:13??計算器\ADD\PcbLib1.PcbLib
............此處省略46個文件信息
評論
共有 條評論