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

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

min-cut

  • 根據有無固定基礎設施

    根據有無固定基礎設施,無線局域網又可分為BSS (Basic Service Set)和IBSS (Independent Basic Service Set)。我們要研究的ad hoc網絡屬于后者。假設在一個ad hoc網絡中,移動節點的發射功率PTx總是恒定的。要發送數據的移動節點總是先監聽信道,測量接收到的信號功率X,其中X= I + N, I為接收到的干擾,N是噪聲。移動節點只有在X<INThre時,才可以發射。式中,INThre為背景噪聲門限。 在仿真中,我們規定每個移動節點的發射功率是常數,PTx = 1W;接收節點接收機的靈敏度Smin = -80 dBm;信號質量 min = 2 dB;系統的背景噪聲門限INThre = 1.2e-10。

    標簽:

    上傳時間: 2013-12-19

    上傳用戶:頂得柱

  • ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features o

    ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the user can disassemble in different formats,has user friendly interface, mouse support, pop-up menu commands, short cut key commands, context-sensitive on-line help,and it is cheap. Program s capacity and limitations: Max executable file size is 64 KB. Can not disassemble program of EXE-format.Only 8086/8088 CPU instructions can be disassembled. Disassemble 8087 Math Co-processor s instructions.

    標簽: programmers Beginners Features assembly

    上傳時間: 2014-06-21

    上傳用戶:皇族傳媒

  • 一種 較新的聚類算法 Dominant-set 的代碼

    一種 較新的聚類算法 Dominant-set 的代碼,包括聚類算法的代碼和測試代碼。該算法最大特點 就是基于圖理論的 ,相對于Normalized Cut,計算復雜度低很多,況且能自動決定類的個數

    標簽: Dominant-set 聚類算法 代碼

    上傳時間: 2013-12-20

    上傳用戶:417313137

  • 動態規劃的方程大家都知道

    動態規劃的方程大家都知道,就是 f[i,j]=min{f[i-1,j-1],f[i-1,j],f[i,j-1],f[i,j+1]}+a[i,j] 但是很多人會懷疑這道題的后效性而放棄動規做法。 本來我還想做Dijkstra,后來變了沒二十行pascal就告訴我數組越界了……(dist:array[1..1000*1001 div 2]...) 無奈之余看了xj_kidb1的題解,剛開始還覺得有問題,后來豁然開朗…… 反復動規。上山容易下山難,我們可以從上往下走,最后輸出f[n][1]。 xj_kidb1的一個技巧很重要,每次令f[i][0]=f[i][i],f[i][i+1]=f[i][1](xj_kidb1的題解還寫錯了)

    標簽: 動態規劃 方程

    上傳時間: 2014-07-16

    上傳用戶:libinxny

  • This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is

    This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" are the control result, in 0.1s and 1s. The length of "speed1" is 2400, and "speed2" is 240. The "pw" and "nw" are the parameters of PWM. The test will last 4 min.

    標簽: speed programme is control

    上傳時間: 2014-11-22

    上傳用戶:jyycc

  • 此代碼是LDPC碼進行BP算法的重要參考代碼

    此代碼是LDPC碼進行BP算法的重要參考代碼,價值很高!并且可以進行BP的改進算法min-sum BP算法的改進工作!參考的價值不錯

    標簽: 代碼 BP算法

    上傳時間: 2014-01-09

    上傳用戶:bibirnovis

  • 此代碼是LDPC碼進行BP算法的重要參考代碼

    此代碼是LDPC碼進行BP算法的重要參考代碼,價值很高!并且可以進行BP的改進算法min-sum BP算法的改進工作!參考的價值不錯!!信道的源碼!

    標簽: 代碼 BP算法

    上傳時間: 2014-01-10

    上傳用戶:luopoguixiong

  • C++ Footprint and Performance Optimization contains case studies and sample code to give readers con

    C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions. The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.

    標簽: Optimization Performance Footprint and

    上傳時間: 2014-01-06

    上傳用戶:杜瑩12345

  • F:uc__osUCOS代碼著名嵌入式操作系統uc os-ii全部源代碼cutExample_28xSpi_FFDLB.c

    \F:\uc__os\UCOS代碼\著名嵌入式操作系統uc os-ii全部源代碼\cut\Example_28xSpi_FFDLB.c

    標簽: cutExample xSpi_FFDLB osUCOS os-ii

    上傳時間: 2014-08-31

    上傳用戶:zhliu007

  • 中山大學編譯原理課程的一個實驗

    中山大學編譯原理課程的一個實驗,根據OPP(算符優先)做的一個表達式計算器。 內有實驗的設計文檔。 實驗要求支持sin,cos,max,min,power,mod,boolean,?:,等運算。 這個代碼可以為學習編譯原理的同學參考。

    標簽: 大學 編譯原理 實驗

    上傳時間: 2014-01-27

    上傳用戶:PresidentHuang

主站蜘蛛池模板: 桐乡市| 旺苍县| 荣成市| 安丘市| 昌吉市| 桐庐县| 定陶县| 花莲县| 沅江市| 红桥区| 巴东县| 武夷山市| 桐庐县| 丰台区| 商城县| 千阳县| 昔阳县| 海口市| 安岳县| 厦门市| 万州区| 汶上县| 南昌县| 天津市| 萍乡市| 买车| 拉孜县| 兰坪| 资源县| 金山区| 大田县| 密山市| 鞍山市| 视频| 常山县| 福泉市| 芦山县| 南开区| 烟台市| 莱西市| 中山市|