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

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

Provides

  • Linux腳本教程v2.0

    This book is for students and Linux System Administrators. It Provides the skills to read, write, and debug Linux shell scripts using bash shell. The book begins by describing Linux and simple scripts to automate frequently executed commands and continues by describing conditional logic, user interaction, loops, menus, traps, and functions.

    標(biāo)簽: Linux 2.0 腳本 教程

    上傳時(shí)間: 2014-12-30

    上傳用戶(hù):黃蛋的蛋黃

  • NIOSII用戶(hù)定制指令

    With the Altera Nios II embedded processor, you as the system designercan accelerate time-critical software algorithms by adding custominstructions to the Nios II processor instruction set. Using custominstructions, you can reduce a complex sequence of standard instructionsto a single instruction implemented in hardware. You can use this featurefor a variety of applications, for example, to optimize software innerloops for digital signal processing (DSP), packet header processing, andcomputation-intensive applications. The Nios II configuration wizard,part of the Quartus® II software’s SOPC Builder, Provides a graphicaluser interface (GUI) used to add up to 256 custom instructions to theNios II processor

    標(biāo)簽: NIOSII 用戶(hù) 定制 指令

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

    上傳用戶(hù):swing

  • 無(wú)線(xiàn)電設(shè)計(jì)入門(mén)資料

    Abstract: The process of designing a radio system can be complex and often involves many project tradeoffs. Witha little insight, balancing these various characteristics can make the job of designing a radio system easier. Thistutorial explores these tradeoffs and Provides details to consider for various radio applications. With a focus on theindustrial, scientific, medical (ISM) bands, the subjects of frequency selection, one-way versus two-way systems,modulation techniques, cost, antenna options, power-supply influences, effects on range, and protocol selectionare explored.

    標(biāo)簽: 無(wú)線(xiàn)

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

    上傳用戶(hù):eastgan

  • 數(shù)字衛(wèi)星設(shè)備控制兼容的天線(xiàn)供電系統(tǒng)設(shè)計(jì)

    Abstract: This application note discusses a design for a phantom antenna power-supply system compatible with theDigital Satellite Equipment Control (DiSEqC) communication standard, using the MAX16948 automotive dual, highvoltageLDO/switch. The presented application circuit Provides a remote antenna power supply and also enables onewaycommunication from the radio head unit to the remote antenna. This system architecture offers flexibility inDiSEqC tone-burst frequency choice (100Hz to 30kHz), enabling users the ability to select the best frequency for theirapplication.

    標(biāo)簽: 數(shù)字衛(wèi)星 控制 兼容 供電系統(tǒng)設(shè)計(jì)

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

    上傳用戶(hù):fnhhs

  • 如何優(yōu)化ISM無(wú)線(xiàn)電頻率(RF)系統(tǒng)

    Abstract: With industrial/scientific/medical (ISM) band radio frequency (RF) products, often times users are new to the structure of Maxim's low pin-count transmitters andfully integrated superheterodyne receivers. This tutorial Provides simple steps that can be taken to get the best performance out of these transmitters and receivers whileproviding techniques to measure the overall capability of the design.

    標(biāo)簽: ISM RF 無(wú)線(xiàn)電頻率

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

    上傳用戶(hù):yph853211

  • 光纖_dB_衰減和測(cè)量介紹

    This document is a quick reference to some of the formulas and important information related to optical technologies. It focuses on decibels (dB), decibels per milliwatt (dBm), attenuation and measurements, and Provides an introduction to optical fibers.

    標(biāo)簽: dB 光纖 衰減 測(cè)量

    上傳時(shí)間: 2013-10-17

    上傳用戶(hù):libenshu01

  • LPC314x系列ARM微控制器用戶(hù)手冊(cè)

    The NXP LPC314x combine a 270 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, three channel10-bit A/D, and a myriad of serial and parallel interfaces in a single chip targeted atconsumer, industrial, medical, and communication markets. To optimize system powerconsumption, the LPC314x have multiple power domains and a very flexible ClockGeneration Unit (CGU) that Provides dynamic clock gating and scaling.

    標(biāo)簽: 314x LPC 314 ARM

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

    上傳用戶(hù):yuchunhai1990

  • LPC315x系列ARM微控制器用戶(hù)手冊(cè)

    The NXP LPC315x combine an 180 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, an integratedaudio codec, Li-ion charger, Real-Time Clock (RTC), and a myriad of serial and parallelinterfaces in a single chip targeted at consumer, industrial, medical, and communicationmarkets. To optimize system power consumption, the LPC315x have multiple powerdomains and a very flexible Clock Generation Unit (CGU) that Provides dynamic clockgating and scaling.The LPC315x is implemented as multi-chip module with two side-by-side dies, one fordigital fuctions and one for analog functions, which include a Power Supply Unit (PSU),audio codec, RTC, and Li-ion battery charger.

    標(biāo)簽: 315x LPC 315 ARM

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

    上傳用戶(hù):Altman

  • 基于(英蓓特)STM32V100的串口程序

    This example Provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypad ENTER button). Each byte received is retransmitted to theHyperterminal. The string that you have entered is stored in the RxBuffer array. The receivebuffer have a RxBufferSize bytes as maximum. The USART2 is configured as follow:    - BaudRate = 115200 baud      - Word Length = 8 Bits    - One Stop Bit    - No parity    - Hardware flow control enabled (RTS and CTS signals)    - Receive and transmit enabled    - USART Clock disabled    - USART CPOL: Clock is active low    - USART CPHA: Data is captured on the second edge     - USART LastBit: The clock pulse of the last data bit is not output to                      the SCLK pin

    標(biāo)簽: V100 STM 100 32V

    上傳時(shí)間: 2013-10-31

    上傳用戶(hù):yy_cn

  • MAXQUSBJTAGOW評(píng)估板軟件

    MAXQUSBJTAGOW評(píng)估板軟件:關(guān)鍵特性 Easily Load and Debug Code Interface Provides In-Application Debugging Features Step-by-Step Execution Tracing Breakpointing by Code Address, Data Memory Address, or Register Access Data Memory View and Edit Supports Logic Levels from 1.1V to 3.6V Supports JTAG and 1-Wire Protocols Each Adapter Has Its Own Unique Serial ID, Allowing Multiple Adapters to be Connected Without COM Port Conflicts Has In-Field Upgradable Capability if Firmware Needs to be Upgraded Enclosure Protects from Shorts and ESD

    標(biāo)簽: MAXQUSBJTAGOW 評(píng)估板 軟件

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

    上傳用戶(hù):teddysha

主站蜘蛛池模板: 乐安县| 十堰市| 抚州市| 玉林市| 甘泉县| 荆门市| 东台市| 若尔盖县| 汉寿县| 会宁县| 偏关县| 安国市| 凤山县| 绥德县| 林芝县| 曲松县| 那坡县| 房山区| 邹城市| 永和县| 望城县| 孝义市| 突泉县| 始兴县| 定西市| 皋兰县| 衢州市| 宁乡县| 延吉市| 大悟县| 小金县| 东港市| 海淀区| 崇文区| 高邮市| 东山县| 桂平市| 衡山县| 汕头市| 蒙阴县| 永济市|