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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

part-of-<b>SPEECH</b>

  • Example of a digital data transmission implementing GMSK modulation This Simulink model simulates a

    Example of a digital data transmission implementing GMSK modulation This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures the BER, affected by an AWGN channel

    標(biāo)簽: implementing transmission modulation simulates

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

    上傳用戶:jiahao131

  • LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards,

    LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.

    標(biāo)簽: implements multiple capable working

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

    上傳用戶:磊子226

  •  The purpose of this lab is to introduce the concept of FSMs with a datapath, and to stud

     The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary design methodology by assuming that the students are part of a bigger project, and have no knowledge of VHDL-implementation of the datapath (made by a hypothetical other group) other than its predefined Entity Interface until they come to the lab. The rest of this document is structured as follows: Section 2 describes some prelimi- nary reading and exercises that should be done before the lab. Section 3 details the design tasks that should be carried out to pass this lab.

    標(biāo)簽: introduce datapath purpose concept

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

    上傳用戶:熊少鋒

  • UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

    UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.

    標(biāo)簽: UCOS original Saether version

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

    上傳用戶:ippler8

  • The development of a data acquisition card based on USB bus is introduced in this article.It first d

    The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in the part of software design.Data acquisition program in firmware is also discussed.Finally,this data acquisition card is tested and evaluated in a program developed by Lab Windows CVI,which shows that this car is stable and reliable

    標(biāo)簽: development acquisition introduced article

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

    上傳用戶:lijianyu172

  • The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the cod

    The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. This document introduces the concepts of Switching P and I slices, part of the Extended Profile of H.264.

    標(biāo)簽: finalising standard Joint ITU-T

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

    上傳用戶:kbnswdifs

  • The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the cod

    The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. The standard specifies two types of entropy coding: Context-based Adaptive Binary Arithmetic Coding (CABAC) and Variable-Length Coding (VLC). The Variable-Length Coding scheme, part of the Baseline Profile of H.264, is described in this document.

    標(biāo)簽: finalising standard Joint ITU-T

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

    上傳用戶:yuzsu

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    標(biāo)簽: implementation Extensions libraries standard

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

    上傳用戶:leehom61

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    標(biāo)簽: component ATViewer Builder various

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

    上傳用戶:小鵬

  • this application program demonstrate programming and simulation of the on-chip CAN (controller area

    this application program demonstrate programming and simulation of the on-chip CAN (controller area network) interface of the C167/ST10-F168. The sample source code can be compiled using keil C166 compiler. To test the program you may use the uVision2 debugger/simulator that is part of keilPK166 package.

    標(biāo)簽: application demonstrate programming controller

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

    上傳用戶:zmy123

主站蜘蛛池模板: 宜宾市| 喀喇| 井研县| 绥棱县| 莱芜市| 高密市| 丰原市| 白朗县| 天峨县| 南陵县| 阿图什市| 綦江县| 札达县| 福海县| 舒兰市| 北安市| 兰坪| 于都县| 莱西市| 潍坊市| 新丰县| 泗洪县| 准格尔旗| 白银市| 永兴县| 永定县| 定西市| 灌南县| 台南县| 高邮市| 兴仁县| 师宗县| 基隆市| 濉溪县| 绩溪县| 中阳县| 宜章县| 梨树县| 和政县| 涡阳县| 云梦县|