码迷,mamicode.com
首页 >  
搜索关键字:boost lockfree    ( 1959个结果
升压转换器 (Boost)
升压转换器 (Boost)需要将输入电压转换为较高的输出电压时,升压转换器 (Boost)是唯一的选择。升压转换器透过内部 MOSFET 对电压充电来达成升压输出的目的,而当 MOSFET 关闭时,透过负载整流使该电感放电。电感充电及放电间的转换过程,会反转经过该电感的电压方向,进而逐步将电压拉抬得...
分类:其他好文   时间:2014-11-29 22:53:57    阅读次数:240
codeblocks基本配置(ubuntu平台下)
1.先把编译环境,C库、C++库和Boost库装好,如下:sudoapt-get install build-essential* 有可能安装build-essential后gdb就已经安装过了sudo apt-get installgdb2. 在 Ubuntu 软件中心 中安装 Code::Blo...
分类:系统相关   时间:2014-11-29 15:47:48    阅读次数:409
C++ Boost库简介
boost是一个准标准库,相当于STL的延续和扩充,它的设计理念和STL比较接近,都是利用泛型让复用达到最大化。不过对比STL,boost更加实用。STL集中在算法部分,而boost包含了不少工具类,可以完成比较具体的工作。boost主要包含一下几个大类:字符串及文本处理、容器、迭代子(Iterat...
分类:编程语言   时间:2014-11-29 14:30:57    阅读次数:192
ubuntu下安装boost环境
改自http://blog.chinaunix.net/uid-12226757-id-3427282.htmlboost版本为: boost_1_57_0ubuntu版本为:ubuntu-12.041.首先下载boost库从www.boost.org这个网站下载linux的boost库。放到lin...
分类:系统相关   时间:2014-11-29 13:05:18    阅读次数:204
boost:进程管理
概述Boost.Process提供了一个灵活的C++ 进程管理框架。它允许C++ developer可以像Java和.Net程序developer那样管理进程。它还提供了管理当前执行进程上下文、创建子进程、用C++ 流和异步I/O进行通信的能力。该库以完全透明的方式将所有进程管理的抽象细节呈现给使用...
分类:系统相关   时间:2014-11-28 19:50:43    阅读次数:511
windows8中visual studio 2010 编译boost1.57库
参考:http://www.cppfans.org/1317.htmlhttp://www.cnblogs.com/LinuxHunter/archive/2010/11/28/1890603.html1 从boost官网(http://www.boost.org)上下载最新的boost版本,现在最...
分类:Windows程序   时间:2014-11-28 17:39:46    阅读次数:261
Get buck-boost performance from a boost regulator
The SEPIC (single-ended, primary-inductance-converter) topology is generally a good choice for voltage regulators that must produce an on output volta...
分类:其他好文   时间:2014-11-28 14:22:06    阅读次数:279
Cascode MOSFET increases boost regulator's input- and output-voltage ranges
Targeting use in portable-system applications that require raising a battery's voltage to a higher level, IC boost regulators often include output tra...
分类:其他好文   时间:2014-11-28 14:17:55    阅读次数:216
Use a microcontroller to design a boost converter
Boost converters, like other switchers, have traditionally received their control signals from a dedicated circuit. However, a recent trend is to inte...
分类:其他好文   时间:2014-11-28 14:13:18    阅读次数:151
Add current boost to a USB charger
The popular USB interface can charge a portable device while transferring data. But for high-capacity batteries, the 500-mA output current of USB host...
分类:其他好文   时间:2014-11-28 14:12:33    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!