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

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

EDUKIT-III

  • LTE標(biāo)準(zhǔn)下Turbo碼編譯碼器的集成設(shè)計(jì)

    針對固定碼長Turbo碼適應(yīng)性差的缺點(diǎn),以LTE為應(yīng)用背景,提出了一種幀長可配置的Turbo編譯碼器的FPGA實(shí)現(xiàn)方案。該設(shè)計(jì)可以依據(jù)具體的信道環(huán)境和速率要求調(diào)節(jié)信息幀長,平衡譯碼性能和系統(tǒng)時(shí)延。方案采用“自頂向下”的設(shè)計(jì)思想和“自底而上”的實(shí)現(xiàn)方法,對 Turbo編譯碼系統(tǒng)模塊化設(shè)計(jì)后優(yōu)化統(tǒng)一,經(jīng)時(shí)序仿真驗(yàn)證后下載配置到Altera公司Stratix III系列的EP3SL150F1152C2N中。測試結(jié)果表明,系統(tǒng)運(yùn)行穩(wěn)健可靠,并具有良好的移植性;集成化一體設(shè)計(jì),為LTE標(biāo)準(zhǔn)下Turbo碼 ASIC的開發(fā)提供了參考。

    標(biāo)簽: Turbo LTE 標(biāo)準(zhǔn) 編譯碼器

    上傳時(shí)間: 2013-10-08

    上傳用戶:回電話#

  • 基于FPGA 的低成本長距離高速傳輸系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

    為解決目前高速信號處理中的數(shù)據(jù)傳輸速度瓶頸以及傳輸距離的問題,設(shè)計(jì)并實(shí)現(xiàn)了一種基于FPGA 的高速數(shù)據(jù)傳輸系統(tǒng),本系統(tǒng)借助Altera Cyclone III FPGA 的LVDS I/O 通道產(chǎn)生LVDS 信號,穩(wěn)定地完成了數(shù)據(jù)的高速、遠(yuǎn)距離傳輸。系統(tǒng)所需的8B/10B 編解碼、數(shù)據(jù)時(shí)鐘恢復(fù)(CDR)、串/并行轉(zhuǎn)換電路、誤碼率計(jì)算模塊均在FPGA 內(nèi)利用VHDL 語言設(shè)計(jì)實(shí)現(xiàn),大大降低了系統(tǒng)互聯(lián)的復(fù)雜度和成本,提高了系統(tǒng)集成度和穩(wěn)定性。

    標(biāo)簽: FPGA 高速傳輸

    上傳時(shí)間: 2013-11-25

    上傳用戶:爺?shù)臍赓|(zhì)

  • 包括Pheromones Algorythm、Memory Algorythm和Hill Climbing Algorythm I

    包括Pheromones Algorythm、Memory Algorythm和Hill Climbing Algorythm I,II,III在內(nèi)的多個(gè)人工智能算法的實(shí)現(xiàn)

    標(biāo)簽: Algorythm Pheromones Climbing Memory

    上傳時(shí)間: 2014-01-01

    上傳用戶:duoshen1989

  • 一個(gè)mp3的解碼程序

    一個(gè)mp3的解碼程序,c語言實(shí)現(xiàn)。其中只對layer III 進(jìn)行解碼。

    標(biāo)簽: mp3 解碼程序

    上傳時(shí)間: 2014-01-01

    上傳用戶:gxf2016

  • 有源碼事例,還有說明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"復(fù)制到系統(tǒng)文件夾"WINDOWSsystem32"下. 二,新建一VB標(biāo)準(zhǔn)

    有源碼事例,還有說明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"復(fù)制到系統(tǒng)文件夾"\WINDOWS\system32"下. 二,新建一VB標(biāo)準(zhǔn)EXE,在"工程\引用"下點(diǎn)擊瀏覽把"\WINDOWS\system32"下的"hgbguanligongcheng.dll" 引用進(jìn)來. 三,在窗體里聲明一個(gè)對象變量yy Dim yy As New hgbguanlimokuai 再在任一事件下引用YY里的函數(shù)過程 i = yy.chongqi() 本過程執(zhí)行重啟動(dòng)計(jì)算機(jī),無返回值 ii=yy.guanji() 本過程執(zhí)行關(guān)閉計(jì)算機(jī),無返回值 iii=yyy.huoquan() 本過程執(zhí)行獲得計(jì)算機(jī)管理權(quán),成功返回1,失敗返回0 注意: 生成exe文件在別的機(jī)上運(yùn)行時(shí)要把兩個(gè)DLL文件復(fù)制到系統(tǒng)文件夾"\WINDOWS\system32"下,.因?yàn)閑xe 文件在運(yùn)行時(shí)會(huì)用到那兩個(gè)DLL. 解釋: "hgbguanligongcheng.dll"文件里面有"hgbguanlimokuai"模塊 "hgbguanlimokuai"模塊里面有三個(gè)函數(shù)過程chongqi(),guanji(),huoquan() 我們聲明YY為"hgbguanlimokuai"模塊就等于在工程里加入了一個(gè)模塊當(dāng)然就能 在任何其他事件引用模塊里的函數(shù)過程.

    標(biāo)簽: hgbguanligongcheng WINDOWSsystem dll HGB

    上傳時(shí)間: 2013-12-19

    上傳用戶:cuibaigao

  •  Douglas Comer

     Douglas Comer,《用TCP/IP進(jìn)行網(wǎng)際互連 第3卷:客戶機(jī)-服務(wù)器編程和應(yīng)用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整書源碼

    標(biāo)簽: Douglas 61599 Comer

    上傳時(shí)間: 2013-12-05

    上傳用戶:685

  • 龍芯一號的數(shù)據(jù)手冊! 通用32 位微處理器

    龍芯一號的數(shù)據(jù)手冊! 通用32 位微處理器,支持MIPS-III 指令 主頻為200~266MHZ 基于操作隊(duì)列復(fù)用的高效7 級標(biāo)量流水線 高效的64 位浮點(diǎn)流水單元 浮點(diǎn)性能220 MFLOP @250MHz 內(nèi)置MMU、TLB 實(shí)現(xiàn)從程序虛擬地址到CPU物理地址的轉(zhuǎn)換

    標(biāo)簽: 龍芯一號 數(shù)據(jù)手冊 微處理器

    上傳時(shí)間: 2015-10-14

    上傳用戶:tyler

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    標(biāo)簽: files the software Welcome

    上傳時(shí)間: 2015-12-16

    上傳用戶:lixinxiang

  • 3、《ds1302a》實(shí)驗(yàn) 說明:本程序通過串口通信(借助串口調(diào)試等程序)

    3、《ds1302a》實(shí)驗(yàn) 說明:本程序通過串口通信(借助串口調(diào)試等程序),讓單片機(jī)讀寫DS1302,結(jié)果返回到PC的串口調(diào)試接收區(qū)。 1)下載程序 2)打開串口調(diào)試助手 3)通過串口調(diào)試助手向ELITE-III發(fā)送"5501aa"(注:十六進(jìn)制,55為設(shè)定的字串頭,01為設(shè)定的1302命令,aa為設(shè)定的結(jié)束字串尾。)啟動(dòng)DS1302工作,成功則返回55,失敗則返回00 4)通過串口調(diào)試助手向ELITE-III發(fā)送"5502aa"(注:十六進(jìn)制,55為設(shè)定的字串頭,02為讀取1302命令,aa為設(shè)定的結(jié)束字串尾。)ELITE-III返回時(shí)鐘信息(包含秒,分,時(shí),星期,月,年)

    標(biāo)簽: 1302a 1302 程序 ds

    上傳時(shí)間: 2013-12-10

    上傳用戶:l254587896

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    標(biāo)簽: CONFIGURATION Introduction INSTALLATION Preparing

    上傳時(shí)間: 2013-12-27

    上傳用戶:qiao8960

主站蜘蛛池模板: 易门县| 台中市| 和静县| 大新县| 神池县| 庆元县| 峨边| 深泽县| 广丰县| 黔南| 印江| 惠来县| 平邑县| 永兴县| 永济市| 株洲县| 张家口市| 腾冲县| 佛冈县| 河曲县| 邢台市| 吉林市| 通辽市| 静乐县| 育儿| 綦江县| 西安市| 齐河县| 桂平市| 临猗县| 利津县| 汾西县| 开原市| 千阳县| 东宁县| 长沙市| 平湖市| 通榆县| 宁南县| 始兴县| 北宁市|