這是Small RTOS 51 DP-51下載仿真實(shí)驗(yàn)儀上實(shí)現(xiàn)一個(gè)鬧鐘的源代碼。它可以使用k1~k4調(diào)整時(shí)間,使用串口設(shè)置一個(gè)報(bào)警時(shí)間。由于僅僅是一個(gè)例子而非產(chǎn)品,有一些細(xì)節(jié)沒有完善。如調(diào)整完時(shí)間后第一次顯示的時(shí)間是錯(cuò)誤的(由于共享TimeData引起);沒有使用串行eeprom存儲(chǔ)多個(gè)報(bào)警時(shí)間等;刪除報(bào)警代碼沒有編寫。不過,程序已經(jīng)可以使用,讀者可以自行完善它。通訊協(xié)議參考rtos隨想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已經(jīng)把輸出文件目錄設(shè)在e:\temp中,您可以在Project->Options for Target "Target 1"的output頁點(diǎn)擊Select Folder for Objects...和Listing頁點(diǎn)擊Select Folder for Listing...改變. (2)編譯時(shí)會(huì)有6個(gè)警告,可以忽略. (3)除與pcf8563相關(guān)的跳線和蜂鳴器的跳線外,DP-51下載仿真實(shí)驗(yàn)儀的所有跳線選取默認(rèn)值。
上傳時(shí)間: 2015-09-03
上傳用戶:jyycc
FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable to QuickReport 3 and ReportBuilder 3.52. FreeReport 2.34 works with Delphi 2/3/4/5/6 and C++ Builder 1/3/4. Freeware, full source code, royalty-free.
標(biāo)簽: capabilities FreeReport comparable previewer
上傳時(shí)間: 2013-12-26
上傳用戶:zhaiye
最小生成樹問題 若要在n個(gè)城市之間建設(shè)通信網(wǎng)絡(luò),只需要架設(shè)n-1條線路即可。如何以最低的經(jīng)濟(jì)代價(jià)建設(shè)這個(gè)通信網(wǎng),是一個(gè)網(wǎng)的最小生成樹問題。 (1)利用克魯斯卡爾算法求網(wǎng)的最小生成樹。 (2)實(shí)現(xiàn)教科書6.5節(jié)中定義的抽象樹類型 MFSet。以此表示構(gòu)造生成樹過程中的連通分量。 (3)以文本形式輸出生成樹中各條邊以及他們的權(quán)值。
標(biāo)簽: 生成樹 城市 通信網(wǎng)絡(luò)
上傳時(shí)間: 2015-11-10
上傳用戶:jhksyghr
一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因?yàn)樗恼Z言是由以下兩種形式的規(guī)則由人的語言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫一個(gè)魔王語言的解釋系統(tǒng),把 他的話解釋成人能聽得懂的話. 2. 基本要求: 用下述兩條具體規(guī)則和上述規(guī)則形式(2)實(shí)現(xiàn).設(shè)大寫字母表示魔王語言的詞匯 小寫字母表示人的語言的詞匯 希臘字母表示可以用大寫字母或小寫字母代換的變量.魔王語言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測(cè)試數(shù)據(jù): B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫字母與漢字建立下表所示的對(duì)應(yīng)關(guān)系,則魔王說的話是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |
上傳時(shí)間: 2014-12-02
上傳用戶:jkhjkh1982
卷積碼(2,1,6),完整的工程文件,已經(jīng)調(diào)試通過
標(biāo)簽: 卷積碼
上傳時(shí)間: 2015-12-04
上傳用戶:561596
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標(biāo)簽: represented integers group items
上傳時(shí)間: 2016-01-17
上傳用戶:jeffery
C 語言開發(fā)的日歷(課程設(shè)計(jì)很不錯(cuò)的) Month:123/1 --- --- --- --- --- --- Sun Mon Tue Wed Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
上傳時(shí)間: 2013-12-24
上傳用戶:a673761058
目前較為全面的S3C2410的中文數(shù)據(jù)手冊(cè),包括:1、2、5、6、8、15、16章。
標(biāo)簽: S3C2410 數(shù)據(jù)手冊(cè)
上傳時(shí)間: 2014-03-04
上傳用戶:450976175
(1) 315、433、868、915Mh的ISM 和SRD頻段 (2) 最高工作速率500kbps,支持2-FSK、GFSK和MSK調(diào)制方式 (3) 高靈敏度(1.2kbps下-110dDm,1%數(shù)據(jù)包誤碼率) (4) 內(nèi)置硬件CRC 檢錯(cuò)和點(diǎn)對(duì)多點(diǎn)通信地址控制 (5) 較低的電流消耗(RX中,15.6mA,2.4kbps,433MHz) (6) 可編程控制的輸出功率,對(duì)所有的支持頻率可達(dá)+10dBm (7) 支持低功率電磁波激活功能 (8) 支持傳輸前自動(dòng)清理信道訪問(CCA),即載波偵聽系統(tǒng) (9) 快速頻率變動(dòng)合成器帶來的合適的頻率跳躍系統(tǒng) (10) 模塊可軟件設(shè)地址,軟件編程非常方便 (11) 標(biāo)準(zhǔn)DIP間距接口,便于嵌入式應(yīng)用 (12) 單獨(dú)的64字節(jié)RX和TX數(shù)據(jù)FIFO
上傳時(shí)間: 2016-06-21
上傳用戶:anng
(2,1,6)格式的viterbi譯碼,軟判決,完全的工程文件,可以直接應(yīng)用于項(xiàng)目。
標(biāo)簽:
上傳時(shí)間: 2014-11-15
上傳用戶:秦莞爾w
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1