LEACH clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol
標簽: LEACH
上傳時間: 2016-01-07
上傳用戶:huoniao741
光盤工具UltraISO軟碟通是一款光盤映像ISO文件編輯制作工具,它可以圖形化地從光盤、硬盤制作和編輯ISO文件。 ultraiso是一款功能強大而又方便實用的光盤映像文件制作/編輯/格式轉換工具,它可以直接編輯光盤映像和從映像中直接提取文件,也可以從CD-ROM制作光盤映像或者將硬盤上的文件制作成ISO文件。同時,你也可以處理ISO文件的啟動信息,從而制作可引導光盤。本U盤量產網特別版軟件具有如下特點: 本軟件是UltraISOV9.5.3.2901簡體中文版安裝版,注意,是真正的簡體中文版,而非多國語言版精簡而來,安裝后注冊即可,注意,是注冊的,而非采用破解機破解而來,所有功能均可用,使用上無任何限制,量產網試用了這么多版本,還是安裝版的最完美,單文件版會出現不能關聯ISO或者關聯后打開ISO顯示軟件本身還要再選擇你的ISO文件的問題; 安裝后第一次打開請注冊: 用戶名:王濤 注冊碼:7C81-1689-4046-626F UltraISO PE功能特點: 1、從CD-ROM制作光盤的映像文件。 2、將硬盤、光盤、網絡磁盤文件制作成ISO文件。 3、從ISO文件中提取文件或文件夾。 4、編輯各種ISO文件(如Nero Burning ROM、Easy CD Creator、Clone CD 制作的光盤映像文件)。 5、制作可啟動ISO文件。 UltraISO V9.5.3.2901(2012-09-01): 1、新增寫入硬盤映像特性,可以從軟盤/硬盤映像(.IMA)、可啟動ISO映像(.ISO)和本地硬盤上的文件制作可啟動USB閃存盤 (基于MS-DOS, winpe 和ISOLINUX/syslinux 的系統) 2、可以新建自定義大小的硬盤映像(最大16GB)和軟盤映像(最大2GB) 3、支持DOS(MSDOS/PCDOS/FREEDOS), Windows NT 和 syslinux 引導扇區 4、可以自由修改軟盤/硬盤映像大小 (F9) 5、支持從驅動器檢測光盤介質容量 6、可以優化大于1GB的文件 7、顯示ISO映像中文件夾大小
標簽: 光盤工具
上傳時間: 2016-03-20
上傳用戶:未信lx
CCS樣式選擇符,初學者,設計,DW,網頁制作,大一作業 部分預覽: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS樣式選擇符</title> <style type="text/css"> body { background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg); background-repeat:repeat; } .class1 { text-align:center; font-weight:bolder; } .class2 { font-family:"仿宋"; text-indent:8em; } .class3 { font-size:18px; font-family:"宋體"; text-indent:4em; } #id1 { font-family:Zombie, Verdana, "Comic Sans MS"; font-style:oblique; font-size:64px; } #id2 { font-family:"黑體"; font-size:36px; } #id3 { color:#F69; font-weight:bolder; text-shadow:#FCC; } </style> </head> <body> <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF"> <tr height="30"> <td align="center"><img src="images/頂部圖片.jpg" /></td> </tr>
上傳時間: 2017-12-07
上傳用戶:圈圈Ace
幫助有效的解決一級考試的資料復習題,下載后安裝,還有pdf文檔幫助學習選擇題這類的
標簽: Office
上傳時間: 2017-12-21
上傳用戶:純虛函數
The 4.0 kbit/s speech codec described in this paper is based on a Frequency Domain Interpolative (FDI) coding technique, which belongs to the class of prototype waveform Interpolation (PWI) coding techniques. The codec also has an integrated voice activity detector (VAD) and a noise reduction capability. The input signal is subjected to LPC analysis and the prediction residual is separated into a slowly evolving waveform (SEW) and a rapidly evolving waveform (REW) components. The SEW magnitude component is quantized using a hierarchical predictive vector quantization approach. The REW magnitude is quantized using a gain and a sub-band based shape. SEW and REW phases are derived at the decoder using a phase model, based on a transmitted measure of voice periodicity. The spectral (LSP) parameters are quantized using a combination of scalar and vector quantizers. The 4.0 kbits/s coder has an algorithmic delay of 60 ms and an estimated floating point complexity of 21.5 MIPS. The performance of this coder has been evaluated using in-house MOS tests under various conditions such as background noise. channel errors, self-tandem. and DTX mode of operation, and has been shown to be statistically equivalent to ITU-T (3.729 8 kbps codec across all conditions tested.
標簽: frequency-domain interpolation performance Design kbit_s speech coder based and of
上傳時間: 2018-04-08
上傳用戶:kilohorse
css美化有序列表,貼出部分css代碼 <ol > <li>先涂粉底再涂防曬</li> <li>先涂防曬再涂粉底</li> </ol> <!doctype html> <html> <head> <title>CSS3 ordered list styles - demo</title> <style> body{ margin: 40px auto; width: 500px; } /* -------------------------------------- */ ol{ counter-reset: li; list-style: none; *list-style: decimal; font: 15px 'trebuchet MS', 'lucida sans'; padding: 0; margin-bottom: 4em; text-shadow: 0 1px 0 rgba(255,255,255,.5); } ol ol{ margin: 0 0 0 2em; } /* -------------------------------------- */
上傳時間: 2018-08-22
上傳用戶:53660542
projcet2007模板內容豐富,項目計劃的編輯習慣,界面布局,時間計算的規則,任務的依賴關系等都和MS Project非常接近,用戶會用MS Project,就會用我們的計劃編輯功能。
上傳時間: 2019-02-19
上傳用戶:自由自在xc
關于晶習預測,各種立場優化與結構文件的優化與分析
標簽: 軟件教學 幫助掌握軟件的操作與運行!!!!!!!!!!!!!
上傳時間: 2019-04-23
上傳用戶:caicai123
MS8XF系列單片機常見問題解決辦法,仿真器常見問題 ,燒錄器及燒錄器軟件常見問題 等
標簽: MS 常見問題
上傳時間: 2019-06-11
上傳用戶:jdz8888
在微電網調度過程中綜合考慮經濟、環境、蓄電池的 循環電量,建立多目標優化數學模型。針對傳統多目標粒子 群算法(multi-objective particle swarm optimization,MOPSO) 的不足,提出引入模糊聚類分析的多目標粒子群算法 (multi-objective particle swarm optimization algorithm based on fuzzy clustering,FCMOPSO),在迭代過程中引入模糊聚 類分析來尋找每代的集群最優解。與 MOPSO 相比, FCMOPSO 增強了算法的穩定性與全局搜索能力,同時使優 化結果中 Pareto 前沿分布更均勻。在求得 Pareto 最優解集 后,再根據各目標的重要程度,用模糊模型識別從最優解集 中找出不同情況下的最優方案。最后以一歐洲典型微電網為 例,驗證算法的有效性和可行性。
上傳時間: 2019-11-11
上傳用戶:Dr.趙勁帥