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

DCR

  • DCR系列路由器用户手册

    DCR系列路由器用户手册

    标签: DCR 路由器 用户手册

    上传时间: 2013-12-15

    上传用户:fredguo

  • 两相同步降压型控制器具有轻负载逐级递减模式

      Today’s computer, datacom, and telecom systems demandpower supplies that are effi cient, respond quicklyto load transients and accurately regulate the voltageat the load. For example, load current can be measuredby using the inductor DCR, thus eliminating the needfor a dedicated sense resistor. Inductor DCR sensingincreases effi ciency—especially at heavy load—whilereducing component cost and required board space.The LTC®3856 single-output 2-phase synchronous buckcontroller improves the accuracy of inductor DCR sensingby compensating for changes in DCR due to temperature.

    标签: 同步降压型 控制器 负载

    上传时间: 2013-11-04

    上传用户:guobing703

  • 编写

    编写,请注意使用的Delphi的版本。 问题一: 编译时,提示缺少以下文件之一: MPEGPLAYLib_TLB.DCR MPEGPLAYLib_TLB.dcu MPEGPLAYLib_TLB.pas 请按如下步骤执行: (1)copy talemp3.dat mp3play.ocx (2)选择Delphi的菜单Component->Import Activex Control->Add->Install 选择mp3play.ocx,然后打开 (3)del mp3play.ocx 问题二: 编译时,提示类没有注册 若是第一次编译,则继续运行。 若不是第一次编译,则是因为文件talemp3.dat没有在当前目录下 问题三: 读zip文件失败 因为talezip.dat没有在当前目录下

    标签: 编写

    上传时间: 2013-12-25

    上传用户:坏天使kk

  • . Info directory .delphiinternet Delphi sample applications (all Delphi versions) .cppinternet C++

    .\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 projects .\cpp\internet\bcb3 C++Builder version 3 projects .\cpp\internet\bcb4 C++Builder version 4 projects .\cpp\internet\bcb5 C++Builder version 5 projects .\cpp\internet\bcb6 C++Builder version 6 projects .\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.DCR) .\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components .\Delphi1 Automated build for Delphi 1. Not for beginners. .\Delphi2 Automated build for Delphi 2. Not for beginners. .\Delphi3 Automated build for Delphi 3. Not for beginners. .\bcb1 Automated build for Bcb 1. Not for beginners.

    标签: Delphi delphiinternet applications cppinternet

    上传时间: 2014-01-12

    上传用户:star_in_rain

  • 《51单片机C语言应用程序实例精讲》代码

    /产初始化RTL8019AS,PAGE2寄存器只读,PAGE3寄存器不是NE2000兼容的,均不用设置材/使用0x40-0x4b为网卡的发送缓冲区,共12页,刚好存储2个最大的以太网数据包。使用0x4c-0x7f为网卡的接收缓冲区,共52页,因此PSTART=0x4c,PSTOP=0x80(0x80为停止页,接收缓冲区直到Ox7f,不包括0x80),刚开始时,网卡没有接收到任何数据包,因此BNRY设置为指向第一个接收缓冲区的页0x4c)*/void RTL8019lnitO REG00=0×21;/选择页0的寄存器,网卡停止运行,因为还没有初始化REGO1=Ox4c;/寄存器PSTART,设置接收缓冲区的起始页的地址REG02=0×80;/寄存器PSTOP,设置接收缓冲区的结束页的地址REG03=0x4c;//寄存器BNRY,设置为指向第一个接收缓冲区的页Ox4c(用作读指针)REG04=0x40;/寄存器TPSR.发送起始页地址初始化为指向第一个发送缓冲区的页REGOx=0xce;/*接收配置寄存器RCR,设置为仅接收自己地址的数据包以及广播地址和多点播送地址数据包,小于64字节的包丢弃,校验错的数据包不接收材REG0d=0xe0;/发送配置寄存器TCR,设置为启用crc自动生成和校验,正常模式工作REG0e=0xc8;/*数据配置寄存器DCR,设置为使用FIFO缓存,普通模式,8位数据传输,字节顺序为高位字节在前,低位字节在后*制REGOf=0x00;/中断屏蔽资存器IMR,设置为屏蔽所有中断SelectPage(l);/选择页l的寄存器REG07-0x4d;/寄存器CURR.设置为指向当前正在写的页的下一页(用作写指针)

    标签: 51单片机 C语言

    上传时间: 2022-06-23

    上传用户:hao123