登录
首页 » Java » AirConditioningCode

AirConditioningCode

于 2021-04-14 发布 文件大小:42KB
0 255
下载积分: 1 下载次数: 54

代码说明:

  分布式温控系统基本要求 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)

文件列表:

中央空调.jar,17802,2010-04-25
从控机.jar,14774,2010-04-25
纯代码
......\中央空调
......\........\Index.java,15887,2010-04-18
......\........\Main_controller.java,2108,2010-04-19
......\........\Server.java,11141,2010-04-20
......\从控机
......\......\Client.java,11209,2010-04-25
......\......\Extension.java,1472,2010-04-20
......\......\Index.java,12636,2010-04-19

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

发表评论

0 个回复

  • nakenchat-1.29.tar
    用Java 语言编写的聊天服务器,大家可以参考下。。。。。。。(Java language using the chat server)
    2009-11-11 16:17:15下载
    积分:1
  • ReadPropertiesConfig
    read properties from properties.file
    2011-09-07 10:50:10下载
    积分:1
  • ShyPost10.2
    实用性代码,可以在手机等移动设备上很好的使用,可操作性强。(Usefulness of the code can be very good for use on mobile phones and other mobile devices operable.)
    2014-02-26 09:57:18下载
    积分:1
  • A类旅游网
    含数据库 前后台 完整网站项目 myeclipse mysql+jsp(myeclipse mysql+jsp myeclipse mysql+jsp)
    2020-06-24 17:20:01下载
    积分:1
  • 猜数游戏
    猜数问题,实现了rand()函数的随机,随着你猜的次数,他会做一个统计(The guessing problem implements the randomness of the rand () function and, as you guess, he makes a statistic)
    2017-10-07 12:25:26下载
    积分:1
  • GetWeb
    java爬虫程序,运行时输入网址作为参数,然后可以爬下来一些网页内容。采用多线程结构,可以设置爬虫深度(It is a net-spider which can define the deepth of it and get the HTML and save as an static file at your disk.)
    2012-02-12 10:13:08下载
    积分:1
  • CodeAttribute_info
    IAttribute Collection get Attributes Source Code for Andriod.
    2014-01-13 12:13:49下载
    积分:1
  • FileReadUtil.java.txt
    一个读写文本文件的java类,传入strbuf,传出按照回车分割的字符串。用于读写小size(<=10M)的文本文件。(read text file class)
    2013-08-30 09:35:09下载
    积分:1
  • PrimeFaces Cookbook
    说明:  Java cookbook for primefaces developers
    2019-07-09 14:42:49下载
    积分:1
  • 小游戏源码
    说明:  飞机大战 首先对这个游戏分析,在屏幕上的物体都是飞行物,我们可以把建一个类,让其他飞行物继承这个类.游戏中应有英雄机(也就是自己控制的飞机)、敌人。而敌人应该分为打死给分的飞机(就是普通飞机),另一种就是打死有奖励的敌人。他们都应该是飞行物的子类,我们也可以为普通飞机和给奖励的敌人设一个接口让他们去实现接口,这样有利于以后的扩展,我在这里给的简化版的飞机大战,主要是为了让大家了解面向对象。(First of all, analyze the game. The objects on the screen are flying objects. We can build a class and let other flying objects inherit this class. There should be hero planes (i.e., planes controlled by ourselves) and enemies in the game. And the enemy should be divided into killing the aircraft (that is, ordinary aircraft), the other is to kill the enemy with reward. They should be subclasses of flying objects. We can also set an interface for ordinary aircraft and reward enemies to implement the interface, which is conducive to future expansion. The simplified version of aircraft War I gave here is mainly to let you understand object-oriented.)
    2020-10-02 09:59:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载