虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Boost

Boost是为C++语言标准库提供扩展的一些C++程序库的总称。Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一,是为C++语言标准库提供扩展的一些C++程序库的总称。
  • 基于UC3854A控制的PFC中分岔现象仿真研究

       为深入了解基于UC3854A控制的PFC变换器中的动力学特性,研究系统参数变化对变换器中分岔现象的影响,在建立Boost PFC变换器双闭环数学模型的基础上,用Matlab软件对变换器中慢时标分岔及混沌等不稳定现象进行了仿真。在对PFC变换器中慢时标分岔现象仿真的基础上,分析了系统参数变化对分岔点的影响,并进行了仿真验证。仿真结果清晰地显示了输入整流电压的幅值变化对系统分岔点的影响。 Abstract:  In order to better understand the dynamics characteristic of power factor correction converter based on UC3854A, and make the way that parameters change influences the bifurcation phenomena of the system clearly. The math model of the two closed loop circuits to the Boost PFC (Power Factor Correction) converter controller was built. Then, with the help of Matlab, the simulation for nonlinear phenomena such as chaos and slow-scale bifurcation in the PFC converter was made. Finally the factors that have influence to the phenomenon of bifurcation under slow-scale in PFC converter were analyzed. The simulation results clearly show the parameters change influences the bifurcation point of the system.

    标签: 3854A 3854 PFC UC

    上传时间: 2013-10-17

    上传用户:杜莹12345

  • 基于单片机实现的有源功率因数校正

    摘要:本文给出了一种基于单片机AT90PWM2B的Boost升压型临界电流模式有源功率因数校正的实现方法。在70W可调光荧光灯电子镇流器上的实用结果验证了该方法的可行性和有效性。该方法可以推广到电子镇流器和开关电源等对功率因数要求较高的电力电子产品。关键词:有源功率因数校正;Boost升压;临界电流模式;AT90PWM2B;PSC

    标签: 单片机 有源功率因数校正

    上传时间: 2013-11-12

    上传用户:Vici

  • LPC900系列单片机电源电路的设计

    LPC900 系列芯片在低电压环境下工作,适合低功耗应用。通过 Sipex 公司的 DC/DC buck 稳压器,DC/DC Boost 稳压器,LDO 型稳压器,我们可以轻松实现各种低电压供给电路,满足您的各种应用。ZLG 公司为客户提供全系列微控制器电源电路解决方案。

    标签: LPC 900 单片机 电源电路

    上传时间: 2014-12-27

    上传用户:yunfan1978

  • 开关电源EMI设计(英文版)

    Integrated EMI/Thermal Design forSwitching Power SuppliesWei ZhangThesis submitted to the Faculty of theVirginia Polytechnic Institute and State Universityin partial fulfillment of the requirements for the degree of Integrated EMI/Thermal Design forSwitching Power SuppliesWei Zhang(ABSTRACT)This work presents the modeling and analysis of EMI and thermal performancefor switch power supply by using the CAD tools. The methodology and design guidelinesare developed.By using a Boost PFC circuit as an example, an equivalent circuit model is builtfor EMI noise prediction and analysis. The parasitic elements of circuit layout andcomponents are extracted analytically or by using CAD tools. Based on the model, circuitlayout and magnetic component design are modified to minimize circuit EMI. EMI filtercan be designed at an early stage without prototype implementation.In the second part, thermal analyses are conducted for the circuit by using thesoftware Flotherm, which includes the mechanism of conduction, convection andradiation. Thermal models are built for the components. Thermal performance of thecircuit and the temperature profile of components are predicted. Improved thermalmanagement and winding arrangement are investigated to reduce temperature.In the third part, several circuit layouts and inductor design examples are checkedfrom both the EMI and thermal point of view. Insightful information is obtained.

    标签: EMI 开关电源 英文

    上传时间: 2013-11-16

    上传用户:萍水相逢

  • Apriori算法源码(C++) 看了以前在这里发的apriori源码

    Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和Boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写

    标签: Apriori apriori 源码 算法

    上传时间: 2013-12-28

    上传用户:cxl274287265

  • This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate

    This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.

    标签: collection interfaces integrate templates

    上传时间: 2015-08-10

    上传用户:chfanjiang

  • Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到

    Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。   另外使用了Boost库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( http://www.Boost.org )下载Boost的最新版本1.33.1,并在本地编译它。   配置文件的读写使用了TinyXML,源码已经包含在源码包中,无须另外下载。   整个程序的祼奔性相当好,不依赖于其他任何的DLL或COM库,就一个EXE文件。   我的编程和调试环境为WindowsXP,Visual Studio .net 2003。   该软件的目的及作用请参见( http://lunatic.bokee.com/6153131.html )   使用方法( http://lunatic.bokee.com/6153160.html )   相关的资源( http://lunatic.bokee.com/6153181.html )

    标签: 7.5 WTL Recite 辅助

    上传时间: 2015-09-19

    上传用户:fxf126@126.com

  • 在VC 6.0平台下

    在VC 6.0平台下,读取G代码文件,利用Boost中Regex正则表达式逐行提取数控G代码中的数值,分析两行G代码之间各轴速度变化。提供保存分析结果功能

    标签: 6.0

    上传时间: 2014-01-23

    上传用户:hasan2015

  • C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ St

    C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.) and an XML parser. Licensed under Boost license.

    标签: network-centric applications integrated libraries

    上传时间: 2016-02-05

    上传用户:chenxichenyue

  • 此书名为超越C++标准程序库

    此书名为超越C++标准程序库,是的,它讲述的正是Boost库(Boost库可是未来c++的标准方向哟,掌握了Boost就是掌握了未来的c++)。包含了各个库的功能的详细介绍以及列举的例子。总的包含通用库、容器及数据结构、函数对象及高级编程几个大的部分,内部又有很多小的部分。

    标签: 标准 程序库

    上传时间: 2016-06-09

    上传用户:皇族传媒