-
djsxgdwxg
本项目是一个倒计时动画和定位一体的小例子,实现了倒计时三、二、一、GO的动画效果和加载中等待动画效果和使用百度的locSDK_4.0.jar定位。另外还对多次点击请求只执行最后一次进行了处理。源码很简单有详细的注释编码GBK编译版本4.4.2(This project is a countdown animation and positioning of a small example, to achieve the countdown three, two, one, GO animation effects and load waiting for the animation effect and the use of Baidu s locSDK_4.0.jar positioning. In addition to repeatedly click request only the last time to perform the processing. Source code is very simple to have a detailed compilation of the notes GBK compiled version 4.4.2)
- 2016-06-16 12:10:42下载
- 积分:1
-
thininjava
think in java java编程思想中习题的答案(the answer of think in java java programming )
- 2016-12-05 19:52:51下载
- 积分:1
-
Infor_WMS
介绍INFOR公司的仓管软件WMS及其解决方案。(Introduced the company' s warehouse INFOR WMS software and solutions.)
- 2020-10-27 20:09:58下载
- 积分:1
-
my
说明: 一个Java的小程序 自己做的学生作业 换代码(A Java applet of the students do their own work-for-code)
- 2009-06-23 15:04:02下载
- 积分:1
-
1030516408-金梦楠-FlappyBird
一款小游戏 flappybird 用java实现的(A small game named flappy bird created by java)
- 2018-11-03 14:48:42下载
- 积分: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
-
jpcap
包括安装需要的WinPcap_4_0_2.exe,jpcap.jar。Jpcap.dll,Jpcap包的安装与配置.doc
jpcap功能:
可以实现地址的侦听
捕获末加工的原始数据包。
保存捕获到的数据包到本地文件,从本地文件读出先前捕获的数据包。
自动分辨数据包的类型并产生相应的Java类(如:Ethenet、IPv4、IPv6、ARP/RARP、TCP、UDP和ICMP包)。
根据用户在程序代码中指定的过滤规则过滤数据包。
向网络发送各种数型的数据包
利用Jpcap包能够开发以下几种类型的应用程序:
网络以及协议的分析器
网络监听器
网络流量记录器
网络流量发生器
用户级的网桥、路由
网络入侵检测系统
网络扫描器
网络安全工具箱
(Include the WinPcap_4_0_2. of installing the demand exes, jpcap.jar.Jpcap.dll, Jpcap wraps of gearing and allocation.doc
Jpcap function:
Can carry out the interception of address
Succeed in catching the end processes of the original data wrap.
The conservancy succeeds in catching of the data wrap a local document and read from the local document that the data that succeeds in catching in times before wraps.
Automatically distinguish the type that the data wraps to combine Java that the creation corresponds(such as:Ethenet and IPv4, IPv6 and ARP|RARP, TCP, UDP and ICMP wrap).
According to customer appointed the percolation rule in the procedure code filter a data to wrap.
The data that sends out various several toward the network wraps
Make use of Jpcap to wrap the applied procedure that can develop several category types as follows:
The analytical machine of network and agreement
Network monitor
Network discharge call register
The network discharge machine happens
The ne)
- 2010-06-03 09:57:18下载
- 积分:1
-
miniCAD
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board.
To get full marks, you should implement to:
1.draw line, circle, rectangle, text
2.change the color of a target
3.change the position of a targets
4.change the size of a targets
5.save images as files and load a image file
All processes of changes should be visible.)
- 2020-11-18 16:09:38下载
- 积分:1
-
jsp银行信息管理系统源码下载
jsp银行信息管理系统源码下载
- 2015-05-11下载
- 积分:1
-
SpringCloud微服务实战-源码
说明: SpringCloud微服务实战-源码,对应书本章节(Spring Cloud Microservice Actual Warfare-Source Code)
- 2020-06-19 20:40:01下载
- 积分:1