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

HOSt-RS

  • USBlyzer是一个视窗版本的USB协议分析器

    USBlyzer是一个视窗版本的USB协议分析器,可以对USB Host Controllers、USB Hubs和USB Devices的活动进行全面周详的分析。它使用方便,可以提供所有与USB设备相关的资料。作为一个完整的软件解决方案,它不需要安装任何额外的硬件或软件。需要先安装原版后覆盖

    标签: USBlyzer USB 视窗 版本

    上传时间: 2013-12-08

    上传用户:kbnswdifs

  • 使用LPC2109的事实监控系统

    使用LPC2109的事实监控系统,可监控两路0-5V的信号,附带指示灯(明暗可变),能够CAN通讯,支持ISP(RS-232),12V供电。

    标签: 2109 LPC 监控系统

    上传时间: 2013-11-29

    上传用户:stvnash

  • Atmega64单片机程序(完整工程)

    Atmega64单片机程序(完整工程),包含SD HOST的驱动、FAT(使用ZLG的FAT),点阵的液晶屏显示驱动,带演示和测试菜单

    标签: Atmega 64 单片机程序 工程

    上传时间: 2017-04-24

    上传用户:皇族传媒

  • LM3S群星芯片

    LM3S群星芯片,USB电路图,支持USB HOST ,DEVICE

    标签: LM3S 芯片

    上传时间: 2014-01-18

    上传用户:dengzb84

  • //实验板的AVR程序

    //实验板的AVR程序,驱动1602LCM(可显示2行,每行16个字符)模块显示实验练习。 //说明:RS高显示/低指令输入 RW高读/低写 EN高读数据/下降沿写数据 //具体电路可参照使用指南里的说明。每个字符为5×7或5×8的点阵,共16×2个字符。 //使用器件:ATMEGA8535,可更换。 使用默认的片内RC振荡器,1MHz。 //接线定义:PD4,5,6 为RS,R/W,EA。数据位为PC口。 //使用的开关:SW2-1,2,3.SW1-1,2,3,4,5,6,7,8.SW2-5为背光开关。 SW3-8为系统复位端。

    标签: AVR 实验板 程序

    上传时间: 2014-12-01

    上传用户:cmc_68289287

  • 通过89C2051单片机扩展8051单片机的通信接口

    通过89C2051单片机扩展8051单片机的通信接口,本例程就是利用89C2051单片机为8051单片机扩展了一个RS-485通信接口

    标签: 89C2051 8051 单片机 扩展

    上传时间: 2017-05-04

    上传用户:洛木卓

  • HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select

    HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }

    标签: HashTable_msg public HashTable sum_sql

    上传时间: 2014-12-07

    上传用户:a6697238

  • Want to try a copy of Linux 2.6.29-rc5 in progess with Angstom and Opie? Opie probably isn t good fo

    Want to try a copy of Linux 2.6.29-rc5 in progess with Angstom and Opie? Opie probably isn t good for much but testing but it is kind of fun. This has a very slow boot, which is much improved since this NAND image was made. NAND image of Linux 2.6.9-rc5 with Angstrom and Opie for test. Download file. Set to NOR and power on. Install using the vivi command "Restore NAND Flash from HOST thru USB" Turn off, set to NAND, turn on. Enjoy.

    标签: Opie probably Angstom progess

    上传时间: 2013-12-17

    上传用户:gaojiao1999

  • 在linux下

    在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A IP: 192.168.116.130 Host Name: XIAOXIAO/MSHOME MAC: 00-12-3F-D5-5E-A6 IP: 192.168.116.131 Host Name: NA MAC: NA [time out!] 一个网段扫描MAC,可以建立一个socket,连续向多个不同IP发送NBNS包,然后等待接受,根据返回包就可以扫描一个网段多个IP的MAC啦。 而windows下可以运行命令:nbtstat -A ip-address来查看 windows c 要改改头文件

    标签: linux

    上传时间: 2014-08-12

    上传用户:cc1915

  • With this example-driven book, you get a quick, practical, and thorough introduction to Java s API f

    With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS).

    标签: example-driven introduction practical thorough

    上传时间: 2014-01-10

    上传用户:zhliu007