freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

出租車計費器eda技術(shù)課程設(shè)計-資料下載頁

2024-11-12 15:51本頁面

【導讀】設(shè)計一個出租車自動計費器,具有行車里程計費、等候時間計費、及起價三部分,用四位數(shù)碼管顯示總金額,最大值為元;價)均能通過人工輸入。系數(shù),比例系數(shù)可由開關(guān)預置。用LED顯示行駛公里數(shù),兩個數(shù)碼管顯示收費金額。仿真及FPGA開發(fā)板調(diào)試---給出運行仿真波形截圖,分析運行結(jié)果。報告按規(guī)定排版打印,要求裝訂平整,否則要求返工;嚴禁抄襲,如有發(fā)現(xiàn),按不及格處理。本設(shè)計持續(xù)10天,其中最后一天為答辯時間。設(shè)計方案和驗證方案的準備;車行業(yè)的發(fā)展勢頭已十分突出,國內(nèi)各機械廠紛紛推出國產(chǎn)計價器。價器無疑是對廣大出租車司機朋友還是乘客來說都是很重要的。通過分別對時間和里程的計數(shù),再由時間和里程計。數(shù)時產(chǎn)生的控制信號來控制計費的方式,從而控制計費。3)行車里程的計費電路將汽車行駛的里程數(shù)轉(zhuǎn)換成與之成正比的脈沖數(shù),公里,則脈沖當量為0。

  

【正文】 =39。139。 EDA 技術(shù)課程設(shè)計報告 16 else distanceout=39。039。 end if。 end if。 end if。 end if。 end process。 里程計費 process(fp2) begin if start=’0’ then C3=0000。 C2=0000。 C1=0000。 C0=0000。 else case stop is when 39。039。= if fp239。event and fp2=39。139。 then –與計算里程的脈沖一樣,大于三公里時 1 元 /公里 if distanceout=39。039。 then 當小于 3 公里則收起步價 C3=0000。 C2=0011。 C1=0000。 C0=0000。 3kilometer else c0=c0+1。 if c0=9 then c0=(others=39。039。)。 c1=c1+1。 if c1=9 then c1=(others=39。039。)。 c2=c2+1。 if c2=9 then c2=(others=39。039。)。 c3=c3+1。 if c3=9 then c3=(others=39。039。)。 end if。 end if。 end if。 end if。 if c0=9 and c1=9 and c2=9 and c3=9 then c0=0000。c1=0000。c2=0000。c3=0000。 end if。 end if。 end if。 when 39。139。=c1=cc1。 c2=cc2。c3=cc3。 when others=null。 end case。 end if。 end process。 EDA 技術(shù)課程設(shè)計報告 17 等待時間計費 process(start,timeout,stop) begin if start=39。039。 then cc1=0000。cc2=0000。cc3=0000。 else if stop=39。039。 then cc1=c1。cc2=c2。cc3=c3。 else if timeout39。event and timeout=39。139。 then cc1=cc1+5。當每等待超過 10 分鐘來一個 timeout 脈沖,加 元 if cc19 then cc1=cc110。 cc2=cc2+1。 if cc2=9 then cc2=(others=39。039。)。 cc3=cc3+1。 if cc3=9 then cc3=(others=39。039。)。 end if。 end if。 end if。 if cc1=9 and cc2=9 and cc3=9 then cc1=0000。cc2=0000。cc3=0000。 end if。 end if。 end if。 end if。 end process。 cha0=c0。 cha1=c1。 cha2=c2。 cha3=c3。 process(clk) 選通輸出,切屏顯示 ,位選輸出端的賦值 variable temp:integer range 0 to 7。 begin if(clk39。event and clk=39。139。)then if en=39。139。 then 切屏顯示數(shù)值 case temp is when 0=qdisp=k0。temp:=1。sel_out=000。 when 1=qdisp=k1。temp:=2。sel_out=001。 when 2=qdisp=k2。temp:=3。sel_out=010。 when 3=qdisp=k3。temp:=4。sel_out=011。 EDA 技術(shù)課程設(shè)計報告 18 when 4=qdisp=c0。temp:=5。sel_out=100。 when 5=qdisp=c1。temp:=6。sel_out=101。 when 6=qdisp=c2。temp:=7。sel_out=110。 when 7=qdisp=c3。temp:=0。sel_out=111。 end case。 else case temp is when 0=qdisp=m0。temp:=1。sel_out=000。 when 1=qdisp=m1。temp:=2。sel_out=001。 when 2=qdisp=a1。temp:=3。sel_out=010。 when 3=qdisp=b1。temp:=4。sel_out=011。 when 4=qdisp=c0。temp:=5。sel_out=100。 when 5=qdisp=c1。temp:=6。sel_out=101。 when 6=qdisp=c2。temp:=7。sel_out=110。 when 7=qdisp=c3。temp:=0。sel_out=111。 end case。 end if。 end if。 end process。 數(shù)碼管段選顯示數(shù)值 process(qdisp,clk) begin case qdisp is when 0000=seg=0111111。 when 0001=seg=0000110。 when 0010=seg=1011011。 when 0011=seg=1001111。 when 0100=seg=1100110。 when 0101=seg=1101101。 when 0110=seg=1111101。 when 0111=seg=0000111。 when 1000=seg=1111111。 when 1001=seg=1101111。 when others=seg=0000000。 end case。 end process。 end behav。
點擊復制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1