码迷,mamicode.com
首页 >  
搜索关键字:dc    ( 1153个结果
ACS+802.1x+AAA+AD+CA详细配置教程(一)
ACS+802.1x+AAA+AD+CA详细配置教程(一)第一部分:DC的安装与配置过程:1、安装DC,在运行下输入dcpromo,会弹出AD的安装向导:...32、安装完DC后,运行à管理工具àActiveDirectory用户和计算机,将会出现以下界面...53、将另外一台服务器即ACS&CA加入到NAC这个域当中(..
分类:其他好文   时间:2014-11-28 14:33:20    阅读次数:681
Simple dc/dc converter increases available power in dual-voltage system
The schematic inFigure 1shows a way to increase the power available from a current-limited 5V supply by adding power from a –5V supply. The dc/dc conv...
分类:其他好文   时间:2014-11-28 14:24:24    阅读次数:205
Single transistor provides short-circuit protection
In certain dc/dc-converter applications, on-chip, cycle-by-cycle current limit may be insufficient protection to prevent a failure during a short circ...
分类:其他好文   时间:2014-11-28 14:19:55    阅读次数:221
Lower dc/dc-converter ripple by using optimum capacitor hookup
Low-ripple-voltage positive-to-negative dc/dc converters find use in many of today's high- frequency and noise-sensitive disk drives, battery-powered ...
分类:其他好文   时间:2014-11-28 14:08:43    阅读次数:251
Transformerless dc/dc converter produces bipolar outputs
The conventional way to produce dual (positive and negative) outputs from a single positive input is to use a transformer. Although such designs are r...
分类:其他好文   时间:2014-11-28 14:08:17    阅读次数:145
MOSFET shunt regulator substitutes for series regulator
You would normally use a series linear regulator or a dc/dc converter to obtain 3V dc from a higher supply. However, when breadboarding a concept, you...
分类:其他好文   时间:2014-11-28 14:05:17    阅读次数:142
Tiny microcontroller hosts dual dc/dc-boost converters
Batteries are the typical power sources for portable-system applications, and it is not unusual these days to find microcontroller-based portable syst...
分类:其他好文   时间:2014-11-28 11:35:12    阅读次数:342
MFC中的GDI绘图(3)
2、设置坐标映射    (1)Windows坐标系统 Windows坐标系分为逻辑坐标系和设备坐标系两种,GDI支持这两种坐标系。一般而言, GDI的文本和图形输出函数使用逻辑坐标,而在客户区移动或按下鼠标的鼠标位置是采用设备坐标。 逻辑坐标系是面向DC的坐标系,这种坐标不考虑具体的设备类型,在绘图时,Windows会根据当前设置的映射模式将逻辑坐标转换为设备坐标。 设备坐标系是面向物理...
分类:编程语言   时间:2014-11-27 18:38:27    阅读次数:180
MFC中的GDI绘图(4)
3、创建绘图工具并选入DC    有了画布,要绘图我们必须有画笔画刷。在Windows中有HPEN、HBRUSH等GDI对象,MFC对GDI对象进行了很好的封装,提供了封装GDI对象的类,如CPen、CBrush、CFont、CBitmap和CPalette等,这些类都是GDI对象类CGdiObject的派生类。    一般先创建画笔(刷),然后调用CDC::SelectObject函数将画笔...
分类:编程语言   时间:2014-11-27 18:38:05    阅读次数:170
MFC中的GDI绘图(2)
二.MFC中GDI绘图     GDI绘图包括以下步骤:获取设备环境,设置坐标映射,创建绘图工具,调用DC绘图函数绘图。 1、获取设备环境 (1)在SDK编程中,获取设备环境的方法有两种: 通过API函数BeginPaint。应用程序响应WM_PAINT消息进行图形刷新时主要通过BeginPaint函数获取设备环境,在消息处理函数返回前调用API函数EndPaint释放设备环境。 函数原...
分类:编程语言   时间:2014-11-27 18:35:47    阅读次数:263
1153条   上一页 1 ... 97 98 99 100 101 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!