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

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

Future

  • 基于微網的光伏變流器系統設計

    光伏發電是未來新能源發電重要方向之一,而光伏變流器是光伏發電系統的核心。介紹一種基于微網理念的光伏變流器設計。以該變流器為核心的光伏發電系統可以看做一個小型的微網系統。該系統能根據外部電網情況,工作于并網模式和離網模式。介紹了該系統的各個組成部件的設計以及變流器主電路部分器件的選型。最后,由實驗樣機進行測試。試驗結果驗證了電路拓撲結構及控制方案的可行性,也說明了系統參數設計方法的正確性。 Abstract:  Solar Photovoltaic generation is an important direction of new energy power generation in the Future,while photovoltaic converter is the core of photovoltaic generation system. This paper deals with a study on photovoltaic inverter based on the concept of microgrid. This paper describes a system whose core component is the photovoltaic inverter,can work on grid-connected mode or run independently according to the external situation. The paper simply describes the main components of the system. At last,the prototype was produced and tested. Test result has proved feasibility of circuit topology structure and controlling scheme and shown correctness of system parameters.Key words: PV inverter; microgrid; off-grid; storage battery

    標簽: 光伏 變流器 系統設計

    上傳時間: 2014-12-24

    上傳用戶:Shaikh

  • 基于單DSP的VoIP模擬電話適配器研究與實現

    基于單DSP的VoIP模擬電話適配器研究與實現:提出和實現了一種新穎的基于單個通用數字信號處理器(DSP)的VoIP模擬電話適配器方案。DSP的I/O和存儲資源非常有限,通常適于運算密集型應用,不適宜控制密集型應用[5]。該系統高效利用單DSP的I/O和片內外存儲器資源,采用μC/OS-II嵌入式實時操作系統,支持SIP和TCP-UDP/IP協議,通過LAN或者寬帶接入,使普通電話機成為Internet終端,實現IP電話。該系統軟硬件結構緊湊高效,運行穩定,成本低,具有廣闊的應用前景。關鍵詞:模擬電話適配器;IP電話;數字信號處理器;μC/OS-II 【Abstract】This paper presents a VoIP ATA solution based on a single digital signal processor (DSP). DSPs are suitable for arithmetic-intensiveapplication and unsuitable for control-intensive application because of the limitation of I/O and memory resources. This solution is based on a 16-bitfixed-point DSP and μC/OS-II embedded real-time operating system. It makes good use of the limited resources, supports SIP and TCP-UDP/IPprotocol. It can connect the analog telephone to Internet and realize the VoIP application. This system has a great Future for its high efficiency andlow cost.【Key words】Analog telephone adapter (ATA); Voice over Internet protocol (VoIP); Digital signal processor (DSP); μC/OS-II Research and Implementation of VoIPATA Based on Single DSP

    標簽: VoIP DSP 模擬電話 適配器

    上傳時間: 2013-11-20

    上傳用戶:Wwill

  • winCE msdn講座

    winCE msdn講座 XP Embedded Now and the Future Windows XP Embedded Developmentand Deployment Model OverviewWindows XP Embedded Component ModelWindows XP Embedded Studio Tools Microsoft WindowsXP Embedded Product Highlights Componentized version of Windows XP Professional~ 12,000 components and updates as of Service Pack 2Flexible localizationSame binaries and API as Windows XP ProfessionalHotfixes and service packsEmbedded Enabling FeaturesRuns on standard PC hardwareSupports boot on hard drives, compact flash, DiskOnChipand read-only mediaSupport for remote install and remote bootHeadless device and remote management supportIntegration with Microsoft management tools

    標簽: winCE msdn 講座

    上傳時間: 2013-10-31

    上傳用戶:jrsoft

  • PICMG_COM_0_R2_0COMe規范--原文資料

    A Computer-On-Module, or COM, is a Module with all components necessary for a bootable host computer, packaged as a super component. A COM requires a Carrier Board to bring out I/O and to power up. COMs are used to build single board computer solutions and offer OEMs fast time-to-market with reduced development cost. Like integrated circuits, they provide OEMs with significant freedom in meeting form-fit-function requirements. For all these reasons the COM methodology has gained much popularity with OEMs in the embedded industry. COM Express® is an open industry standard for Computer-On-Modules. It is designed to be Future proof and to provide a smooth transition path from legacy parallel interfaces to LVDS (Low Voltage Differential Signaling) interfaces. These include the PCI bus and parallel ATA on the one hand and PCI Express and Serial ATA on the other hand.

    標簽: PICMG_COM COMe

    上傳時間: 2013-11-05

    上傳用戶:Wwill

  • RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual

    RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual Machine. It has been designed for anyone who wishes to have complete control of there OS anywhere by using a WAP enabled Mobile Phone. RemoteWAP is developed using Java and WML for the client mobile phone front-end pages. RemoteWAP has a Java Swing-GUI to allow for easy control. Future releases will have a Command Line Interface for quick use

    標簽: Administration RemoteWAP Operating Virtual

    上傳時間: 2015-02-01

    上傳用戶:exxxds

  • RoaminSMPP SMPP library written in C#. Intended to be fully SMPP v3.4 compliant and extensible for f

    RoaminSMPP SMPP library written in C#. Intended to be fully SMPP v3.4 compliant and extensible for Future versions of the spec.

    標簽: SMPP RoaminSMPP extensible compliant

    上傳時間: 2013-12-18

    上傳用戶:yyyyyyyyyy

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the Future. Let me know and I will program it.

    標簽: the embedded detects almost

    上傳時間: 2015-05-07

    上傳用戶:comua

  • This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied wi

    This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a Future version)

    標簽: OpenNL construct supplied library

    上傳時間: 2014-01-07

    上傳用戶:semi1981

  • EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par w

    EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but Future releases will target more platforms. Release focus: Major feature enhancements Changes: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.

    標簽: usability Debugger debugger binary

    上傳時間: 2013-12-21

    上傳用戶:gundamwzc

  • Contents * Introduction * Installation * SmartPool 1.5 * Features from earlier releases

    Contents * Introduction * Installation * SmartPool 1.5 * Features from earlier releases * Features expected in Future releases * System Requirements * User Documentation * Source * Java Doc

    標簽: Introduction Installation SmartPool Contents

    上傳時間: 2015-12-02

    上傳用戶:開懷常笑

主站蜘蛛池模板: 正镶白旗| 龙门县| 阿图什市| 盖州市| 体育| 新化县| 库尔勒市| 运城市| 高阳县| 荆州市| 湖南省| 出国| 聂荣县| 杂多县| 黑山县| 石渠县| 阜平县| 抚州市| 科尔| 朝阳县| 明溪县| 大名县| 襄垣县| 郯城县| 井研县| 长宁县| 苗栗县| 萨迦县| 尼勒克县| 颍上县| 安国市| 犍为县| 松原市| 凤庆县| 双城市| 吴川市| 岢岚县| 安平县| 宁津县| 姜堰市| 美姑县|