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

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

otherwise

  • 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

  • % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da

    % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %

    標簽: multidimensional estimation algorithm Gaussian

    上傳時間: 2013-12-03

    上傳用戶:我們的船長

  • Proceedings of Practice of Interesting Algorithms 2007 The editor assumes no responsibility for the

    Proceedings of Practice of Interesting Algorithms 2007 The editor assumes no responsibility for the accuracy, completeness or usefulness of the information disclosed in this volume. Unauthorized use might infringe on privately owned patents of publication right. Please contact the individual authors for permission to reprint or otherwise use information from their papers. First edition 2007 Publication Planned by Prof. Wenxin Li Edited by Yili Zhao All rights reserved by Artificial Intelligence Laboratory, Peking University June 26, 2007

    標簽: responsibility Proceedings Interesting Algorithms

    上傳時間: 2016-06-28

    上傳用戶:wyc199288

  • Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k) &nb

    Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k)                                 Update U(k) , U(k+1)                                                     If || U(k+1) - U(k)||<     then STOP otherwise return to step 2.

    標簽: Initialize calculate centers vectors

    上傳時間: 2013-12-29

    上傳用戶:CSUSheep

  • The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families (

    The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families (hereafter referred to as the ’54x unless otherwise specified) are based on an advanced modified Harvard architecture that has one program memory bus and three data memory buses. These processors also provide an arithmetic logic unit (ALU) that has a high degree of parallelism, application-specific hardware logic, on-chip memory, and additional on-chip peripherals. These DSP families also provide a highly specialized instruction set, which is the basis of the operational flexibility and speed of these DSPs.

    標簽: TMS 320 fixed-point processor

    上傳時間: 2013-12-27

    上傳用戶:宋桃子

  • *** *** *** *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 2

    *** *** *** *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 24Cxx / 85Cxx serial CMOS EEPROM interfacing to a ** PIC16C54 8-bit CMOS single chip microcomputer ** Revsied Version 2.0 (4/2/92). ** ** Part use = PIC16C54-XT/JW ** Note: 1) All timings are based on a reference crystal frequency of 2MHz ** which is equivalent to an instruction cycle time of 2 usec. ** 2) Address and literal values are read in octal unless otherwise ** specified.

    標簽: Microchip Routines Sample WRITE

    上傳時間: 2013-12-27

    上傳用戶:ljmwh2000

  • Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 fo

    Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.

    標簽: Demonstration modulation for LSSB-AM

    上傳時間: 2016-12-27

    上傳用戶:aysyzxzm

  • Demonstration script for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 fo

    Demonstration script for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.

    標簽: Demonstration for detection envelope

    上傳時間: 2014-01-24

    上傳用戶:stella2015

  • % am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 <

    % am.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.

    標簽: demonstration modulation for message

    上傳時間: 2016-12-28

    上傳用戶:dongqiangqiang

  • simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri

    simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res

    標簽: write-offs Automatic functions including

    上傳時間: 2014-01-20

    上傳用戶:semi1981

主站蜘蛛池模板: 东台市| 荔浦县| 内乡县| 道孚县| 皮山县| 镇巴县| 青岛市| 新乡县| 奉节县| 岳阳县| 汉寿县| 芷江| 平谷区| 朝阳区| 达日县| 湘潭市| 庄浪县| 林西县| 白银市| 孝昌县| 会理县| 台州市| 册亨县| 伊吾县| 夏邑县| 和林格尔县| 平南县| 林州市| 麻城市| 广饶县| 印江| 股票| 古浪县| 南靖县| 青龙| 巴林右旗| 漾濞| 永吉县| 钟山县| 阳东县| 安图县|