亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

多<b>信道</b>

  • 一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規則由人的語言逐步抽象上去的: -

    一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規則由人的語言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫一個魔王語言的解釋系統,把 他的話解釋成人能聽得懂的話. 2. 基本要求: 用下述兩條具體規則和上述規則形式(2)實現.設大寫字母表示魔王語言的詞匯 小寫字母表示人的語言的詞匯 希臘字母表示可以用大寫字母或小寫字母代換的變量.魔王語言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測試數據: B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫字母與漢字建立下表所示的對應關系,則魔王說的話是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |

    標簽: 語言 抽象

    上傳時間: 2014-12-02

    上傳用戶:jkhjkh1982

  • 自適應濾波lms算法

    自適應濾波lms算法,采用ask調制,三條多經信道,信噪比可調。

    標簽: lms 自適應濾波 算法

    上傳時間: 2015-11-22

    上傳用戶:tfyt

  • 主要自己寫的

    主要自己寫的,基于SV-C多徑信道,設計傳輸速率100Mbps,借用了幾個別人的函數。

    標簽:

    上傳時間: 2013-12-22

    上傳用戶:JasonC

  • 運用matlab,實現16QAM調制與解調

    運用matlab,實現16QAM調制與解調,串并轉換,信道建立(瑞利多徑信道),星座映射,是畢業設計之必備資料

    標簽: matlab QAM 16 調制與解調

    上傳時間: 2015-11-29

    上傳用戶:253189838

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • 本文件包含通信所有過程

    本文件包含通信所有過程,從調制,擴頻,發送到接收,經過解擴,解調等。其中信道可以隨機產生時變的多徑信道。

    標簽: 通信 過程

    上傳時間: 2013-12-30

    上傳用戶:牛津鞋

  • 無線通信中

    無線通信中,多徑信道下,為了消除碼間干擾,設計的均衡器,并且是采用自適應的LMS算法,同時用訓練序列,通過迭代的方式,自適應調整均衡器的各個參數。

    標簽: 無線通信

    上傳時間: 2014-01-17

    上傳用戶:xhz1993

  • 升余弦滾降的誤碼率和信噪比曲線

    升余弦滾降的誤碼率和信噪比曲線,取樣時間無偏差,但信道是多徑信道,衰減系數0.5 傅立葉變換及反變換參見t2f-and-f2t

    標簽: 誤碼率 信噪比

    上傳時間: 2016-08-26

    上傳用戶:xiaoxiang

  • 水聲通信中的psk方法

    水聲通信中的psk方法,信道為多徑信道,接收段進行均衡處理,是較為完整的psk水聲通信系統仿真

    標簽: psk 水聲通信

    上傳時間: 2014-01-14

    上傳用戶:685

  • 漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    標簽: the animation Simulate movement

    上傳時間: 2017-02-11

    上傳用戶:waizhang

主站蜘蛛池模板: 大庆市| 德阳市| 东港市| 霍州市| 永胜县| 晋江市| 聂拉木县| 林芝县| 乌什县| 章丘市| 台北市| 荥经县| 莒南县| 大埔区| 栖霞市| 封丘县| 金湖县| 德清县| 海淀区| 潮州市| 镇赉县| 炉霍县| 罗江县| 刚察县| 昌平区| 怀集县| 织金县| 瑞丽市| 丹凤县| 扎兰屯市| 辽宁省| 成都市| 修文县| 平顶山市| 崇州市| 白城市| 鹰潭市| 朝阳市| 辉县市| 巴南区| 临沧市|