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

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

all-valid

  • This example provides a description of how to use a DMA channel to transfer a word data buffer fro

    This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED

    標簽: description provides transfer example

    上傳時間: 2016-04-24

    上傳用戶:ecooo

  • Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification

    Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM symbol being equally modulated is unlikely. Using a small script, the cumulative distribution of PAPR from each OFDM symbol, modulated by a random BPSK signal is obtained

    標簽: specification transmission specified Obtain

    上傳時間: 2016-04-24

    上傳用戶:haoxiyizhong

  • monte carlo 仿真英文電子書 AGuidetoMonteCarloSimulationsinStatisticalPhysics,Second EditionThis new and up

    monte carlo 仿真英文電子書 AGuidetoMonteCarloSimulationsinStatisticalPhysics,Second EditionThis new and updated deals with all aspects of Monte Carlo simulation ofcomplexphysicalsystemsencounteredincondensed-matterphysicsandsta-tistical mechanics as well as in related ?elds, for example polymer science,lattice gauge theory and protein folding

    標簽: AGuidetoMonteCarloSimulationsinSt atisticalPhysics EditionThis Second

    上傳時間: 2016-04-25

    上傳用戶:xmsmh

  • PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

    PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue

    標簽: PlotSphereIntensity elevation azimuth intensity

    上傳時間: 2014-01-15

    上傳用戶:ruan2570406

  • 遺傳算法和“貨郎擔” 問題: "The traveling salesman problem, or TSP for short, is this: given a finite number of

    遺傳算法和“貨郎擔” 問題: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."

    標簽: traveling salesman problem finite

    上傳時間: 2013-12-24

    上傳用戶:watch100

  • 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.

    標簽: component ATViewer Builder various

    上傳時間: 2013-12-24

    上傳用戶:小鵬

  • --- --- --- --- --- --- Visual Studio Project Renamer For Win9x/NT/2k By Niek Albers nie

    --- --- --- --- --- --- Visual Studio Project Renamer For Win9x/NT/2k By Niek Albers nieka@daansystems.com (C)2001 DaanSystems Homepage: http://www.daansystems.com ------------------------------------ Use with care and on your own risk! Make backups before you use this program. Do a rebuild all on your renamed project. Usage: vsrename <oldname> <newname> <dir> Where: oldname : The old name of your project (typically the xxx from xxx.dsw) newname : The new name for your project dir : The directory tree that holds the project. The program will replace all occurences of oldname to newname in all files and rename all filenames that have the old name in it. It will walk subdirectories.

    標簽: Project Renamer Visual Studio

    上傳時間: 2013-12-15

    上傳用戶:13517191407

  • Refer to the UML diagram above and implement the Course class. After you define the Course class, yo

    Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details: Programming I, WXES1114, taught by SMT. Besides, your program must test all the accessor and mutator methods you had defined and the toString() method. toString() method is a special method inherited from the Object class. You have to override this method to display all the information about a course.

    標簽: Course the class implement

    上傳時間: 2014-01-26

    上傳用戶:cx111111

  • aiNet application is a very powerful and a very simple tool for solving the problems which are usual

    aiNet application is a very powerful and a very simple tool for solving the problems which are usually solved with artificial neural networks (ANN). All possible tests we had run proved that the results obtained with aiNet are at least as good as the results obtained with some other ANNs. Let us state some of aiNet抯 features. (c) aiNet 1995-1997

    標簽: very application powerful problems

    上傳時間: 2014-01-16

    上傳用戶:wang5829

  • Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real wo

    Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real world. Developers use algorithms and data structures every day of their working lives. Having a good understanding of these algorithms and knowledge of when to apply them is essential to producing software that not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-today software development, while remaining at all times practical, concise, and to the point, with little or no verbiage to distract from the core concepts and examples.

    標簽: step-by-step introduction Algorithms algorithms

    上傳時間: 2016-05-08

    上傳用戶:wlcaption

主站蜘蛛池模板: 漯河市| 武宁县| 八宿县| 高陵县| 丰都县| 磐石市| 专栏| 攀枝花市| 宜丰县| 嘉荫县| 夏津县| 饶平县| 马关县| 汝南县| 泰顺县| 平昌县| 元阳县| 万载县| 盖州市| 泸水县| 曲周县| 华阴市| 黄陵县| 灵山县| 鹤峰县| 济南市| 达拉特旗| 石狮市| 郓城县| 阳高县| 南宫市| 安远县| 瓮安县| 商水县| 沅陵县| 正蓝旗| 南靖县| 永清县| 崇仁县| 志丹县| 白水县|