钲铭科电子SM2082是单通道LED 恒流驱动控制芯片, 芯片使用本司专利的恒流设定和控制技术,输出电流由外接 Rext 电阻设置为5mA~60mA,且输出电流不随环境温度和芯片 OUT 端口电压而变化。本芯片系统结构简单,外围元件极少,方案成本低。芯片间输出电流偏差<±4%,可与LED 共用PCB板,封装形式:TO252-2、SOT89-3
上传时间: 2013-10-28
上传用户:GHF
C51控制并口打印机实例:/* 沈阳新荣达电子 *//* 2004-12-7 */#include <reg52.h>#define uchar unsigned char#define uint unsigned int#define data_8 P0sbit BUSY = P1^2; //打印机 BUSY 接P1.2sbit STB = P1^0; //打印机 STB 接P1.0void print(uchar j) //打印子程序{ uchar i;while(BUSY){}; //BUSY=1,打印机忙,等待BUSY 为0 再发数data_8=j;STB=0;i++;i--;STB=1; //给出数据锁存时钟BUSY=1;}void main(void){BUSY = 1; //忙信号置高STB = 1; //选通信号置高print(0x1b); //打印机初始化命令print(0x38);print(0x04);for(;;){print(0xd0); //发送汉字内码“新荣达”print(0xc2);print(0xc8);print(0xd9);print(0xb4);print(0xef);print(0x0d); //换行}}
上传时间: 2013-11-13
上传用户:lwq11
思科软件使用
上传时间: 2013-11-20
上传用户:sk5201314
Catalyst 3550 Multilayer Switch Software Configuration Guide
上传时间: 2013-11-20
上传用户:kaje
基本思想:在网桥之间传递特殊的消息(配置消息),包含足够的信息做以下工作: •从网络中的所有网桥中,选出一个作为根网桥(Root) •计算本网桥到根网桥的最短路径 •对每个LAN,选出离根桥最近的那个网桥作为指定网桥,负责所在LAN上的数据转发 •网桥选择一个根端口,该端口给出的路径是此网桥到根桥的最佳路径 •选择除根端口之外的包含于生成树上的端口(指定端口)
上传时间: 2013-11-05
上传用户:642778338
Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一个针对IEEE802.11b无线局域网的嗅探和包分析器,支持大多数无线网卡,支持自动检测UDP、ARP和DHCP的数据包,支持通过CDP协议检测思科网络设备,支持加密数据包记录,采用与Ethereal和Tcpdump兼容的的数据包记录文件,支持通过用户提供地图来检测和评估无线网络范围。
标签: network dissector sniffing capable
上传时间: 2014-11-26
上传用户:wweqas
Linux下的无线网络管理软件,可使用主动扫描的方式探测AP和AD-Hoc网络,支持Prism54、prism2、prism2.5、思科系列的无线网卡
上传时间: 2013-11-28
上传用户:rishian
cisco文档,刚接触思科路由器或是交换机的朋友值得一看
上传时间: 2016-06-02
上传用户:zhuimenghuadie
里面是C语言的基本上机试题和参考答案!语言的编写不是一成不变,多思科,用多方法去实现相同的东西!
上传时间: 2016-07-05
上传用户:xhz1993
有助于网络配置,你可以从中学习到很多的知识,不过这只是针对思科的而已
标签: 网络配置
上传时间: 2013-12-27
上传用户:talenthn