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

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

蟻群聚類(lèi)

  • DN464 高效率USB電源管理系統

      Automotive power systems are unforgiving electronicenvironments. Transients to 90V can occur when thenominal voltage range is 10V to 15V (ISO7637), along withbattery reversal in some cases. It’s fairly straightforwardto build automotive electronics around this system, butincreasingly end users want to operate portable electronics,such as GPS systems or music/video players,and to charge their Li-Ion batteries from the automotivebattery. To do so requires a compact, robust, effi cientand easy-to-design charging system

    標簽: 464 USB DN 高效率

    上傳時間: 2013-11-04

    上傳用戶:wfl_yy

  • 高電流便攜式產品的電池充電器方案

      The LTC®4155 and LTC4156 are dual multiplexed-inputbattery chargers with PowerPath™ control, featuring I2Cprogrammability and USB On-The-Go for systems suchas tablet PCs and other high power density applications.The LTC4155’s float voltage (VFLOAT) range is optimizedfor Li-Ion batteries, while the LTC4156 is optimized forlithium iron phosphate (LiFePO4)batteries, supportingsystem loads to 4A with up to 3.5A of battery chargecurrent. I2C controls a broad range of functions and USBOn-The-Go functionality is controlled directly from theUSB connector ID pin.

    標簽: 高電流 便攜式產品 電池充電器 方案

    上傳時間: 2013-10-09

    上傳用戶:hanhanj

  • 鋰離子正極電池材料技術及工藝簡述

    鋰離子正極電池材料   1. 目前主要的技術工藝制法: 1.1.   高溫固相反應法:高溫固相反應法是以FeC2O4·2H2O,(NH4)H2PO4,Li2CO3等為原料,按LiFePO4的化學組成配料研磨混合均勻,在惰性氣氛(如Ar,N2)的保護下高溫焙燒反應制得。目前,由于高溫固相反應法存在合成溫度高、粒徑分布大、顆粒粗大等缺點,極大地限制了L iFePO4的電化學性能。 1.2.   溶膠——凝膠合成法:溶膠——凝膠法以三價鐵的醋酸鹽或硝酸鹽為原料,按化學計量加入LiOH后加入檸檬酸,然后再將其加入到H3PO4中,用氨水調節pH,加熱至60℃得到凝膠,加熱使凝膠分解,高溫燒結得到LiFePO4。溶膠——凝膠法的優點是前驅體溶液化學均勻性好,凝膠熱處理溫度低,粉體顆粒粒徑小而且分布窄,粉體燒結性能好,反應過程易于控制,設備簡單;但是在干燥時收縮大,工業化生產難度較大,合成周期較長。

    標簽: 鋰離子 正極 工藝 電池材料

    上傳時間: 2013-11-16

    上傳用戶:blacklee

  • FET430PIF自制資料

    The MSP-FET430PIF is a Parallel Port interface (does not include target board) that is used to program and debug MSP430 FET tools and test boards through the JTAG interface. This interface is included in our FET tools, but sold without the development board. This interface uses a Parallel PC Port to communicate to the Debugger Software (IAR Kickstart software included) running on the PC. The interface uses the standard 14 pin header to communicate to the MSP430 device using the standard JTAG protocol. The flash memory can be erased and programmed in seconds with only a few keystrokes, and since the MSP430 flash is extremely low power, no external power supply is required. The tool has an integrated software environment and connects directly to the PC which greatly simplifies the set-up and use of the tool. The flash development tool supports development with all MSP430 flash parts. Features MSP430 debugging interface to connect a MSP430-Flash-device to a Parallel port on a PC Supports JTAG debug protocol (NO support for Spy-Bi-Wire (2-wire JTAG) debug protocol, Spy-Bi-Wire (2-wire JTAG) is supported by MSP-FET430UIF) Parallel Port cable and a 14-conductor target cable Full documentation on CD ROM Integrated IAR Kickstart user interface which includes: Assembler Linker Limulator Source-level debugger Limited C-compiler Technical specifications: Backwardly compatable with existing FET tool boards.

    標簽: FET 430 PIF

    上傳時間: 2013-10-26

    上傳用戶:fengweihao158@163.com

  • 開放式匯編器系統的設計

    匯編器在微處理器的驗證和應用中舉足輕重,如何設計通用的匯編器一直是研究的熱點之一。本文提出了一種開放式的匯編器系統設計思想,在匯編語言與機器語言間插入中間代碼CMDL(code mapping description language)語言,打破匯編語言與機器語言的直接映射關系,由此建立起一套描述匯編語言與機器語言的開放式映射體系。基于此開放式映射體系開發了一套匯編器系統,具有較高層次上的通用性和可移植性。【關鍵詞】指令集,CMDL,匯編器,開放式 Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapping relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by converting the mapping from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【關鍵詞】instruction set, symbol table, assembler, lexical analysis, retargetability

    標簽: 開放式 匯編器

    上傳時間: 2013-10-10

    上傳用戶:meiguiweishi

  • 鋰-離子線性電池充電控制器LTC1732及其應用

    LTC1732 是LINEAR TECHNOLOGY 公司推出的鋰離子電池充電控制集成電路芯片。它具有電池插入檢測和自動低壓電池充電功能。文章介紹了該芯片的結構、特點、工作原理及應用信息,給出了典型的應用電路。 LTC1732 是LINEAR TECHNOLOGY 公司生產的鋰-離子(Li-離子)電池恒流/恒壓線性充電控制器。它也可以對鎳-鎘(NiCd)和鎳-氫(NiMH)電池恒流充電。其充電電流可通過外部傳感電阻器編程到7%(最大值)的精度。最終的浮動電壓精度為1%。利用LTC1732 的SEL 端可為4.1V 或4.2V 電池充電。當輸入電源撤消后,LTC1732 可自動進入低電流睡眠狀態,以使消耗電流下降到7μA。LTC1732 的內部比較器用于檢測充電結束條件(C/10),而總的充電時間則是通過可編程計時器的外部電容來設置的。在電池完全放電后,控制器將自動以規定電流的10%對被充電電池進行慢速充電直到電池電壓超過2.457V。當放電后的電池插入充電器或當輸入電源接通時,LTC1732 將開始重新充電。另外,如果電池一直插入在充電器且在電池電壓降到3.8V(LTC1732-4)或4.05V(LTC1732-4.2)以下時,充電器也將開始重新充電。LTC1732 的其它主特點如下:●具有1%的預置充電電壓精度;●輸入電壓范圍4.5V~12V;●充電電流可編程控制;●具有C/10 充電電流檢測輸出;●可編程控制充電終端計時;●帶有低電壓電池自動小電流充電模式;●可編程控制恒定電流接通模式;●具有電池插入檢測和自動低壓電流充電功能;●帶有輸入電源(隔離適配器)檢測輸出;●LTC1732-4.2 型器件的再充電閾值電壓為4.05V;●LTC1732-4 型器件的再充電閾值電壓為3.8V。

    標簽: 1732 LTC 離子 電池充電

    上傳時間: 2013-11-12

    上傳用戶:semi1981

  • 在Altera 28nm FPGA上解決100-GbE線路卡設計挑戰

    支持40 GbE、100 GbE和Interlaken的高密度硬核MLD/PCS模塊,從而提高系統集成度。 寬帶數據緩沖,提供1,600-Mbps外部存儲器接口。 數據包處理和流量管理功能的高效實現。 更高的系統性能,同時保持功耗和成本預算不變。

    標簽: Altera FPGA 100 GbE

    上傳時間: 2013-11-23

    上傳用戶:asdgfsdfht

  • RF設計技術與經驗

    作者RICHARD CHI-HSI LI,結合自己20年RF設計經驗,整理的RF設計技術與經驗,工程性很強,從最基本的LNA、MIXERS、差分對等講起,涉及到阻抗匹配,接地,天線設計,RF系統分析,是一本很不錯的書。英文版

    標簽: RF設計 經驗

    上傳時間: 2013-10-30

    上傳用戶:ve3344

  • LabVIEW for Everyone(經典英文書籍)

    The #1 Step-by-Step Guide to labviewNow Completely Updated for labview 8!   Master labview 8 with the industry's friendliest, most intuitive tutorial: labview for Everyone, Third Edition. Top labview experts Jeffrey Travis and Jim Kring teach labview the easy way: through carefully explained, step-by-step examples that give you reusable code for your own projects!   This brand-new Third Edition has been fully revamped and expanded to reflect new features and techniques introduced in labview 8. You'll find two new chapters, plus dozens of new topics, including Project Explorer, AutoTool, XML, event-driven programming, error handling, regular expressions, polymorphic VIs, timed structures, advanced reporting, and much more. Certified labview Developer (CLD) candidates will find callouts linking to key objectives on NI's newest exam, making this book a more valuable study tool than ever. Not just what to d why to do it! Use labview to build your own virtual workbench Master labview's foundations: wiring, creating, editing, and debugging VIs; using controls and indicators; working with data structures; and much more Learn the "art" and best practices of effective labview development NEW: Streamline development with labview Express VIs NEW: Acquire data with NI-DAQmx and the labview DAQmx VIs NEW: Discover design patterns for error handling, control structures, state machines, queued messaging, and more NEW: Create sophisticated user interfaces with tree and tab controls, drag and drop, subpanels, and more Whatever your application, whatever your role, whether you've used labview or not, labview for Everyone, Third Edition is the fastest, easiest way to get the results you're after!

    標簽: Everyone LabVIEW for 英文

    上傳時間: 2013-10-14

    上傳用戶:shawvi

  • 6小時學會labview

    6小時學會labview, labview Six Hour Course – Instructor Notes   This zip file contains material designed to give students a working knowledge of labview in a 6 hour timeframe. The contents are: Instructor Notes.doc – this document. labviewIntroduction-SixHour.ppt – a PowerPoint presentation containing screenshots and notes on the topics covered by the course. Convert C to F (Ex1).vi – Exercise 1 solution VI. Convert C to F (Ex2).vi – Exercise 2 solution subVI. Thermometer-DAQ (Ex2).vi – Exercise 2 solution VI. Temperature Monitor (Ex3).vi – Exercise 3 solution VI. Thermometer (Ex4).vi – Exercise 4 solution subVI. Convert C to F (Ex4).vi – Exercise 4 solution subVI. Temperature Logger (Ex4).vi – Exercise 4 solution VI. Multiplot Graph (Ex5).vi – Exercise 5 solution VI. Square Root (Ex6).vi – Exercise 6 solution VI. State Machine 1 (Ex7).vi – Exercise 7 solution VI.   The slides can be presented in two three hour labs, or six one hour lectures. Depending on the time and resources available in class, you can choose whether to assign the exercises as homework or to be done in class. If you decide to assign the exercises in class, it is best to assign them in order with the presentation. This way the students can create VI’s while the relevant information is still fresh. The notes associated with the exercise slide should be sufficient to guide the students to a solution. The solution files included are one possible solution, but by no means the only solution.

    標簽: labview

    上傳時間: 2013-10-13

    上傳用戶:zjwangyichao

主站蜘蛛池模板: 临湘市| 靖边县| 阿瓦提县| 应城市| 汾阳市| 乌审旗| 浪卡子县| 威信县| 泰来县| 西充县| 常宁市| 丰原市| 全南县| 洱源县| 澎湖县| 宜城市| 托里县| 通许县| 蒙山县| 尚义县| 泰州市| 六枝特区| 文化| 孟连| 黄石市| 巴塘县| 开化县| 江山市| 前郭尔| 巴马| 阿巴嘎旗| 乡宁县| 海丰县| 金坛市| 淅川县| 台北市| 藁城市| 衡东县| 龙井市| 余江县| 彰化市|