登录
首页 » Java » snmp_demo

snmp_demo

于 2021-03-14 发布 文件大小:3606KB
0 198
下载积分: 1 下载次数: 34

代码说明:

  多线程局域网内snmp和在线设备发现拓扑图(Snmp and device discovery in a multithreaded LAN topology)

文件列表:

snmp_demo
.........\snmp
.........\....\demo.jar,2297474,2010-08-26
.........\....\run.bat,71,2010-08-26
.........\....\snmp5_1.jar,259624,2010-08-26
.........\....\src
.........\....\...\demo
.........\....\...\....\main
.........\....\...\....\....\snmp
.........\....\...\....\....\....\DiscoveryDialog.java,8886,2010-08-26
.........\....\...\....\....\....\images


.........\....\...\....\....\....\......\snmp.png


.........\....\...\....\....\....\SnmpDemo.java,6261,2010-08-26
.........\....\...\....\....\....\SnmpPopupMenuFactory.java,2491,2010-08-26
.........\....\twaver.jar,1762666,2010-08-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • ClassMemeberPriviledge
    实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。 4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class. 4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
    2013-04-01 20:00:25下载
    积分:1
  • newsrecommder
    新闻推荐系统,功能类似百度新闻推荐,或者淘宝根据最近浏览行为推荐可能感兴趣的物品(News recommendation system, similar to Baidu news recommendation)
    2020-10-25 16:30:00下载
    积分:1
  • AirConditioningCode
    分布式温控系统基本要求 1. 中央空调是冷暖两用,但一次只能使用一种温控装置。当设置为供暖时,供暖温度控制在25°C~30°C之间,当设置为制冷时,制冷温度控制在18°C~25°C之间。 2. 中央空调具备开关按钮,只可人工开启和关闭,中央空调开启后处于待机状态。当关闭后,不响应来自房间的任何温控请求。当有来自从控机的温控要求时,中央空调开始工作。当所有房间都没有温控要求时,中央空调的状态回到待机状态。 3. 房间内有独立的从控空调机,但没有冷暖控制设备。从控机具有一个传感器,实时监测房间的温度,并与从控机的目标设置温度进行对比,决定是否需要制冷或制热,并向中央空调机发出请求。如果从控机发出的请求和中央空调设置的冷暖控制状态发生矛盾时,以中央空调机的状态优先,即中央空调机不予响应。 4. 从控机只能人工方式开闭,并通过控制面板设置目标温度,目标温度有上下限制。所有房间的初始目标温度由中央空调机设置,每个房间的空调机开启时要读取中央空调机预置的房间温度。温度升降范围应该在目标温度的上下1 °C。房间不考虑大小和管道的分布及大小问题,在达到目标温度后,房间的温度每分钟上下变化0.1°C。 (Basic requirements of a distributed temperature control system 1. Central air conditioning is the well-being of dual-use, but can only use a thermostat device. When set to heating, the heating temperature at 25 ° C ~ 30 ° C, and when set to cooling, the cooling temperature at 18 ° C ~ 25 ° C between. 2. Central air conditioning with switch buttons can only be manually opened and closed, central air-conditioning turned on in standby mode. When closed, do not respond to a request from the room of any thermostat. When the machine from temperature control from the control requirements, central air-conditioning work. When all rooms are no thermostat demand, central air condition back to standby. 3. Room independent from the control air conditioning, but no climate-control equipment. From the control machine with a sensor, real-time monitoring the temperature of the room, and with the goal set from the control unit compares the temperature to determine the need for cooling or he)
    2021-04-14 20:58:54下载
    积分:1
  • survey
    此为问卷调查系统 最好请跑在tomcat6.0下 系统有一些bug 以后会进行更新(This system is best for the survey, please run the system in tomcat6.0 some bug will be updated later)
    2011-11-27 14:43:09下载
    积分:1
  • L1_helloworld
    Java基本类型,基本类型之间的转化。运算符的使用。(Basic types of Java,Between the basic types of transformation.The use of the operator.)
    2015-07-28 15:29:11下载
    积分:1
  • S2SH_toupiao
    一个投票系统,使用的是ssh框架开发很具有开发的哦意义,很值得参考(A voting system, using ssh framework developers have developed very Oh significance, it is worth considering)
    2014-08-08 09:55:39下载
    积分:1
  • 飞机大战jar包
    说明:  想学习java的朋友们可以自行下载了解一下(If you want to learn java, you can download it for yourself.)
    2020-06-21 22:20:02下载
    积分:1
  • FirstMyBatis
    使用mybatis实现的一个小例子,可以帮助初学者快速入门(user mybatis complete a demo)
    2013-12-29 13:41:36下载
    积分:1
  • java-connect-mongooraclesqlsever2008
    java连接mongodb,oracle,sqlserver2008的连接(java connect mongodb, oracle, sqlserver2008 connection)
    2013-09-02 23:17:19下载
    积分:1
  • mianshibaodian
    基于Java基础的一些面试题目,可以帮助java方面的人找到面试技巧(Java-based interview questions, java people find interviewing skills)
    2012-06-05 18:06:04下载
    积分:1
  • 696518资源总数
  • 104770会员总数
  • 31今日下载