首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

QR-PWM反激式控制器(SSR) CL1850/CL1850D

◆ CL1850 is a higher integrated PWM flyback power switch, which integrated various HV-MOSFET. It provides several functions to enhance the efficiency to meets the criteria of global standards such as DoE Level VI and EU CoC V5 Tier-2. Meantime, it also provides excellent EMI-improved solution, and also built in complete protection.         ◆ CL1850 is a multi-mode controller. At full load, the IC operates in fixed frequency CCM mode or QR mode based on the AC line. In this way, high efficiency in the universal input voltage at full load can achieved. At normal load, It operates in QR mode. When the load goes low, it operates in Green mode with Valley switching for high efficiency. When the load is very small, the IC operates in Burst mode to minimize the standby power loss. As a result, high efficiency can be achieved in the whole loading range.         ◆CL1850 also built-in the leading-edge blanking (LEB) of the current sensing and feedback loop to screen the spike noise form any input signal. The internal slope compensation can limit the constant output over universal AC input range. The sawtooth over frequency function for EMI improved solution.         ◆ Meanwhile, CL1850 also provides various protection, such as, OLP (Over Load Protection) ,VDD OVP (Over Voltage Protection) , Output OVP and VDD OVP to prevent the circuit damage from the abnormal conditions.         ◆CL1850 is available in SOT-23-6L and DIP8         ◆CL1850 works with current sensing synchronous rectifier controllers, such as CLR6300, to achieve higher conversion efficiency and very compact power density..

04

unixbench详解

unixbench是一套unix系统基准测试套件。unixbench的设计目标是为类unix系统提供一套基本的指标,所以有许多项目测试系统各方面的性能。各项的测试有得分,然后有一个综合的得分,这样可以很方便的通过分数去比较。 unixbench也包含一些非常简单的2D和3D图形测试。 unixbench也支持多CPU系统的测试,默认的行为是测试两次,第一次是一个进程的测试,第二次是N份测试,N等于CPU个数。这样的设计是为了以下目标: 测试系统的单任务性能 测试系统的多任务性能 测试系统并行处理的能力 unixbench一个基于系统的基准测试工具,不单纯是CPU 内存 或者磁盘测试工具。测试结果不仅仅取决于硬件,也取决于系统、开发库、甚至是编译器。 测试项目 Dhrystone测试 测试聚焦在字符串处理,没有浮点运算操作。这个测试用于测试链接器编译、代码优化、内存缓存、等待状态、整数数据类型等,硬件和软件设计都会非常大的影响测试结果。 Whetstone 测试 这项测试项目用于测试浮点运算效率和速度。这项测试项目包含若干个科学计算的典型性能模块,包含大量的C语言函数,sin cos sqrt exp和日志以及使用整数和浮点的数学操作。包含数组访问、条件分支和过程调用。 Execl Throughput(execl 吞吐,这里的execl是类unix系统非常重要的函数,非办公软件的execl)测试 这项测试测试每秒execl函数调用次数。execl是 exec函数家族的一部分,使用新的图形处理代替当前的图形处理。有许多命令和前端的execve()函数命令非常相似。 File Copy测试 这项测试衡量文件数据从一个文件被传输到另外一个,使用大量的缓存。包括文件的读、写、复制测试,测试指标是一定时间内(默认是10秒)被重写、读、复制的字符数量。 Pipe Throughput(管道吞吐)测试 pipe是简单的进程之间的通讯。管道吞吐测试是测试在一秒钟一个进程写512比特到一个管道中并且读回来的次 数。管道吞吐测试和实际编程有差距。 Pipe-based Context Switching (基于管道的上下文交互)测试 这项测试衡量两个进程通过管道交换和整数倍的增加吞吐的次数。基于管道的上下文切换和真实程序很类似。测试程序产生一个双向管道通讯的子线程。 Process Creation(进程创建)测试 这项测试衡量一个进程能产生子线程并且立即退出的次数。新进程真的创建进程阻塞和内存占用,所以测试程序直接使用内存带宽。这项测试用于典型的比较大量的操作系统进程创建操作。 Shell Scripts测试 shell脚本测试用于衡量在一分钟内,一个进程可以启动并停止shell脚本的次数,通常会测试1,2, 3, 4, 8 个shell脚本的共同拷贝,shell脚本是一套转化数据文件的脚本。 System Call Overhead (系统调用消耗)测试 这项测试衡量进入和离开系统内核的消耗,例如,系统调用的消耗。程序简单重复的执行getpid调用(返回调用的进程id)。消耗的指标是调用进入和离开内核的执行时间。 Graphical Tests(图形)测试 由"ubgears"程序组成,测试非常粗的2D和3D图形性能,尤其是3D测试非常有限。测试结果和硬件,系统合适的驱动关系很大。 unixbench安装

03

CISCO配置命令大全(3)

6、配置PPP:   PPP(Point-to-Point Protocol)是SLIP(Serial Line IP protocol)的继承者,它提供了跨过同步和异步电路实现路由器到路由器(router-to-router)和主机到网络(host-to-network)的连接。   CHAP(Challenge Handshake Authentication Protocol)和PAP(Password Authentication Protocol) (PAP)通常被用于在PPP封装的串行线路上提供安全性认证。使用CHAP和PAP认证,每个路由器通过名字来识别,可以防止未经授权的访问。   CHAP和PAP在RFC 1334上有详细的说明。   A. 有关命令   端口设置   任务 命令   设置PPP封装 encapsulation ppp1   设置认证方法 ppp authentication {chap | chap pap | pap chap | pap} [if-needed] [list-name | default] [callin]   指定口令 username name password secret   设置DCE端线路速度 clockrate speed   注:1、要使用CHAP/PAP必须使用PPP封装。在与非Cisco路由器连接时,一般采用PPP封装,其它厂家路由器一般不支持Cisco的HDLC封装协议。   2. 举例   路由器Router1和Router2的S0口均封装PPP协议,采用CHAP做认证,在Router1中应建立一个用户,以对端路由器主机名作为用户名,即用户名应为router2。同时在Router2中应建立一个用户,以对端路由器主机名作为用户名,即用户名应为router1。所建的这两用户的password必须相同。   设置如下:   Router1:   hostname router1   username router2 password xxx   interface Serial0   ip address 192.200.10.1 255.255.255.0   clockrate 1000000   ppp authentication chap   !   Router2:   hostname router2   username router1 password xxx   interface Serial0   ip address 192.200.10.2 255.255.255.0   ppp authentication chap   7、广域网配置实例   DDR Example   Dial Backup Example   Configure subinterface Example   Frame Relay Switching Example   Channelized E1 Interface Example   X.25 Example   DDR Example    例:   Configuration for RouterA:   ip route 131.108.29.0 131.108.126.2   ip route 131.108.1.0 131.108.126.2   dialer-list 1 protocol ip permit   dialer-list 1 protocol ipx deny   !   interface serial 0   ip address 131.108.126.1 255.255.255.0   dialer in-band   dialer-group 1   !   dialer map ip 131.108.126.2 5551234   !   dialer idle-timeout 300   Dial Backup Example   A)同步V.25 bits方式   Configuration for RouterA:   interface Serial0:0   backup delay 0 10   backup interface Serial10   ip address 16.217.30.2 255.255.255.252   !   interface Serial10   ip address 16.30.16.81 255.255.255.0   encapsulation ppp   dialer in-band   dialer string 8

02
领券