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

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

Context-Aware

  • Spring中提供一些Aware相關的接口

    Spring中提供一些Aware相關的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。實現ApplicationContextAware的Bean,在Bean被初始后,將會被注入 ApplicationContext的實例。ApplicationContextAware提供了publishEvent()方法,實現Observer(觀察者)設計模式的事件傳播機,提供了針對Bean的事件傳播功能。通過Application.publishEvent方法,我們可以將事件通知系統內所有的ApplicationListener。

    標簽: Spring Aware 接口

    上傳時間: 2014-01-01

    上傳用戶:erkuizhang

  • Context-based adaptive binary arithmetic coding in the H.264AVC video compression standard

    Context-based adaptive binary arithmetic coding in the H.264AVC video compression standard

    標簽: Context-based compression arithmetic adaptive

    上傳時間: 2016-07-16

    上傳用戶:123啊

  • Shape registration by shape context: algorithm implemented by matlab and the paper. One of the best

    Shape registration by shape context: algorithm implemented by matlab and the paper. One of the best point matching algorithm after 2000.

    標簽: registration implemented algorithm the

    上傳時間: 2016-10-20

    上傳用戶:1583060504

  • JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devic

    JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter.

    標簽: JTAG-aware hardware software enables

    上傳時間: 2016-10-20

    上傳用戶:520

  • Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected im

    Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected image to resize without having distortion of important object in the image file.

    標簽: Content-Aware the Resizing selected

    上傳時間: 2017-03-21

    上傳用戶:thuyenvinh

  • This paper presents a new adaptive mobility-aware MAC protocol for sensor networks (MS-MAC). The p

    This paper presents a new adaptive mobility-aware MAC protocol for sensor networks (MS-MAC). The protocol uses any change in received signal level as an indication of mobility and, when necessary, triggers the mobility handling mechanism. By doing this way, the new mobility-aware MAC protocol can work very energy-efficiently when the network is stationary, whereas it can maintain some level of network performance when there are mobile sensors.

    標簽: mobility-aware adaptive networks presents

    上傳時間: 2014-01-11

    上傳用戶:libenshu01

  • LAND COVER CLASSIFICATION OF RURAL AREAS USING LIDAR DATA: A COMPARATIVE STUDY IN THE CONTEXT OF F

    LAND COVER CLASSIFICATION OF RURAL AREAS USING LIDAR DATA: A COMPARATIVE STUDY IN THE CONTEXT OF FIRE RISK

    標簽: CLASSIFICATION COMPARATIVE CONTEXT COVER

    上傳時間: 2017-09-17

    上傳用戶:小寶愛考拉

  • H264AVC的CAVLC編碼算法研究及FPGA實現.rar

    H.264/AVC是國際電信聯盟與國際標準化組織/國際電工委員會聯合推出的活動圖像編碼標準,簡稱H.264。作為最新的國際視頻編碼標準,H.264/AVC與MPEG-4、H.263等視頻編碼標準相比,性能有了很大的提高,并已在流媒體、數字電視、電話會議、視頻存儲等諸多領域得到廣泛的應用。 本論文的研究課題是基于H.264/AVC視頻編碼標準的CAVLC(Context-based Adaptive Variable Length Coding,基于上下文的自適應可變長編碼)編碼算法研究及FPGA實現。對于變換后的熵編碼,H.264/AVC支持兩種編碼模式:基于上下文的可變長編碼(CAVLC)和基于上下文的自適應算術編碼(CABAC,Context-based Adaptive BinaryArithmetic Coding)。在H.264/AVC中,盡管CAVLC算法也是采用了VLC編碼,但是同以往標準不同,它所有的編碼都是基于上下文進行。這種方法比傳統的查單一表的方法提高了編碼效率,但也增加了設計上的困難。 作者在全面學習H.264/AVC協議和深入研究CAVLC編碼算法的基礎上,確定了并行編碼的CAVLC編碼器結構框圖,并總結出了影響CAVLC編碼器實現的瓶頸。針對這些瓶頸,對CAVLC編碼器中的各個功能模塊進行了優化設計,這些優化設計包括多參考塊的表格預測法、快速查找表法、算術消除法等。最后,用Verilog硬件描述語言對所設計的CAVLC編碼器進行了描述,用EDA軟件對其主要功能模塊進行了仿真,并在Cyclone II系列EP2C20F484的FPGA上驗證了它們的功能。結果表明,該CAVLC編碼器各編碼單元的編碼速度得到了顯著提高且均能滿足實時通信要求,為整個CAVLC編碼器的實時通信提供了良好的基礎。

    標簽: CAVLC H264 FPGA 264

    上傳時間: 2013-06-22

    上傳用戶:diamondsGQ

  • H264AVC的CAVLC編碼算法研究及FPGA實現

    H.264/AVC是國際電信聯盟與國際標準化組織/國際電工委員會聯合推出的活動圖像編碼標準,簡稱H.264。作為最新的國際視頻編碼標準,H.264/AVC與MPEG-4、H.263等視頻編碼標準相比,性能有了很大的提高,并已在流媒體、數字電視、電話會議、視頻存儲等諸多領域得到廣泛的應用。 本論文的研究課題是基于H.264/AVC視頻編碼標準的CAVLC(Context-based Adaptive Variable Length Coding,基于上下文的自適應可變長編碼)編碼算法研究及FPGA實現。對于變換后的熵編碼,H.264/AVC支持兩種編碼模式:基于上下文的可變長編碼(CAVLC)和基于上下文的自適應算術編碼(CABAC,Context-based Adaptive BinaryArithmetic Coding)。在H.264/AVC中,盡管CAVLC算法也是采用了VLC編碼,但是同以往標準不同,它所有的編碼都是基于上下文進行。這種方法比傳統的查單一表的方法提高了編碼效率,但也增加了設計上的困難。 作者在全面學習H.264/AVC協議和深入研究CAVLC編碼算法的基礎上,確定了并行編碼的CAVLC編碼器結構框圖,并總結出了影響CAVLC編碼器實現的瓶頸。針對這些瓶頸,對CAVLC編碼器中的各個功能模塊進行了優化設計,這些優化設計包括多參考塊的表格預測法、快速查找表法、算術消除法等。最后,用Verilog硬件描述語言對所設計的CAVLC編碼器進行了描述,用EDA軟件對其主要功能模塊進行了仿真,并在Cyclone II系列EP2C20F484的FPGA上驗證了它們的功能。結果表明,該CAVLC編碼器各編碼單元的編碼速度得到了顯著提高且均能滿足實時通信要求,為整個CAVLC編碼器的實時通信提供了良好的基礎。

    標簽: CAVLC H264 FPGA 264

    上傳時間: 2013-06-04

    上傳用戶:libenshu01

  • 射頻集成電路設計John Rogers(Radio Freq

    Radio Frequency Integrated Circuit Design I enjoyed reading this book for a number of reasons. One reason is that itaddresses high-speed analog design in the context of microwave issues. This isan advanced-level book, which should follow courses in basic circuits andtransmission lines. Most analog integrated circuit designers in the past workedon applications at low enough frequency that microwave issues did not arise.As a consequence, they were adept at lumped parameter circuits and often notcomfortable with circuits where waves travel in space. However, in order todesign radio frequency (RF) communications integrated circuits (IC) in thegigahertz range, one must deal with transmission lines at chip interfaces andwhere interconnections on chip are far apart. Also, impedance matching isaddressed, which is a topic that arises most often in microwave circuits. In mycareer, there has been a gap in comprehension between analog low-frequencydesigners and microwave designers. Often, similar issues were dealt with in twodifferent languages. Although this book is more firmly based in lumped-elementanalog circuit design, it is nice to see that microwave knowledge is brought inwhere necessary.Too many analog circuit books in the past have concentrated first on thecircuit side rather than on basic theory behind their application in communications.The circuits usually used have evolved through experience, without asatisfying intellectual theme in describing them. Why a given circuit works bestcan be subtle, and often these circuits are chosen only through experience. Forthis reason, I am happy that the book begins first with topics that require anintellectual approach—noise, linearity and filtering, and technology issues. Iam particularly happy with how linearity is introduced (power series). In therest of the book it is then shown, with specific circuits and numerical examples,how linearity and noise issues arise.

    標簽: Rogers Radio John Freq

    上傳時間: 2014-12-23

    上傳用戶:han_zh

主站蜘蛛池模板: 唐海县| 鄂伦春自治旗| 寿宁县| 潮安县| 黑龙江省| 阜平县| 乌恰县| 天台县| 玉门市| 子长县| 昌邑市| 简阳市| 巴塘县| 盐津县| 弋阳县| 拉萨市| 长沙县| 罗江县| 永顺县| 包头市| 彭泽县| 福安市| 奉新县| 永济市| 舞阳县| 芷江| 包头市| 东阿县| 安化县| 平江县| 冕宁县| 九龙城区| 万年县| 台中县| 麻江县| 昆山市| 五莲县| 德钦县| 都匀市| 肥城市| 咸丰县|