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

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

constant-Power

  • protel設計的基于TMS320LF2407A的系統。包括AD

    protel設計的基于TMS320LF2407A的系統。包括AD,CAN,POWER等,有一定的參考價值。

    標簽: protel 2407A 2407 TMS

    上傳時間: 2016-03-29

    上傳用戶:yuchunhai1990

  • This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C

    This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL frequency defined by <SMB_FREQUENCY> constant

    標簽: demonstrates communicate C8051F06x interface

    上傳時間: 2016-04-12

    上傳用戶:hanli8870

  • This manual describes Freescale’s IEEE™ 802.15.4 Standard compliant MAC/PHY software. The Frees

    This manual describes Freescale’s IEEE™ 802.15.4 Standard compliant MAC/PHY software. The Freescale 802.15.4 MAC/PHY software is designed for use with the Freescale MC1319x and MC1320x, family of short range, low power, 2.4 GHz Industrial, Scientific, and Medical (ISM) band transceivers, designed for use with the HCS08 Family of MCUs. The MAC/PHY software also works with the MC1321x family of short range, low power, 2.4 GHz ISM band transceivers that incorporate a low power 2.4 GHz radio frequency transceiver and an 8-bit microcontroller into a single LGA package. Throughout this manual, the term transceiver refers to either the MC1319x, MC1320x, or the internal counterpart inside the MC1321x System in a Package (SiP).

    標簽: Freescale describes compliant Standard

    上傳時間: 2016-04-17

    上傳用戶:caiiicc

  • 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

  • usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode

    usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.

    標簽: driver function Windows bulkusb

    上傳時間: 2016-04-25

    上傳用戶:270189020

  • NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C24

    NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop. So, isDownloadReady flag gets not needed - UART ch.1 can be selected for the console. Aug.20.2002:purnnamu: revision number change 0.2 -> R1.1 Sep.03.2002:purnnamu: To remove the power noise in the USB signal, the unused CLKOUT0,1 is disabled.

    標簽: 2440 mon download purnnamu

    上傳時間: 2016-05-12

    上傳用戶:wff

  • This demo shows the use of the PWM block in generating the pulse waveform whose duty cycle is changi

    This demo shows the use of the PWM block in generating the pulse waveform whose duty cycle is changing regularly. The PWM waveform period is variable, while the width of the pulse remains constant.

    標簽: the generating waveform changi

    上傳時間: 2014-01-15

    上傳用戶:kr770906

  • This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces t

    This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces the pulse waveform whose duty cycle is changing as the voltage applied to ADC input changes. The waveform period is kept constant.

    標簽: demonstrates the generated produces

    上傳時間: 2016-05-17

    上傳用戶:sjyy1001

  • 數值線性代數的Matlab應用程序包 共13個程序函數

    數值線性代數的Matlab應用程序包 共13個程序函數,每個程序函數有相應的例子函數一一對應,以*Example.m命名 程序名稱 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍爾德QR因子分解 ZXEC.m 最小二乘擬合 polynomial interpolant 最小二乘插值多項式 NCLU.m LU因子分解 Gaussian elimination 不選主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分選主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 冪迭代 Jacobi.m 求特征值 Jacobi iteration 按標準行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿諾爾迪迭代 zuisu.m 解線性方程組 Steepest descent 最速下降法 CG.m 解線性方程組 Gradients 共軛梯度 BCG.m 解線性方程組 Biconjugate Gradients 雙共軛梯度

    標簽: Matlab 數值 應用程序 函數

    上傳時間: 2016-05-17

    上傳用戶:小鵬

  • The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and

    The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant

    標簽: disk-accesses performance capturing DiskPerf

    上傳時間: 2013-12-23

    上傳用戶:agent

主站蜘蛛池模板: 陈巴尔虎旗| 资中县| 成安县| 海丰县| 遂宁市| 大名县| 定边县| 兴国县| 资阳市| 绥中县| 塔河县| 体育| 安溪县| 华池县| 泸州市| 绍兴市| 彝良县| 镇赉县| 蒲城县| 广德县| 百色市| 囊谦县| 卢氏县| 新密市| 丁青县| 岑巩县| 临朐县| 东山县| 兴仁县| 钟祥市| 延庆县| 寿宁县| 孟连| 定陶县| 蕉岭县| 临泉县| 兴山县| 旌德县| 永泰县| 闻喜县| 海安县|