GithubHelp home page GithubHelp logo

guojinxiang / amonitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arthaschan/amonitor

0.0 1.0 0.0 2.21 MB

机场飞机滑行冲突监控系统

Java 0.71% CSS 3.79% JavaScript 95.29% FreeMarker 0.19% HTML 0.02%

amonitor's Introduction

本程序为何健开发。目的是,做一个简单的模型,实现机场的2个飞机之间的碰撞预警告知功能。 思路如下: 1:对每个飞机,由一些列轨迹组成,每个点 含 X Y坐标和 速度。 2:编写一个函数,能求出任何飞机任意一个时刻的坐标。 3:收集了所有飞机的轨迹数据后,求出任何2架飞机任意一个时间的距离,如果超过范围,就告警冲突。 作为模型,做了很多比较现实的简化处理。 1:飞机在每一段路程内是匀速行驶 2:同时行驶的飞机不超过10架(意味着样本数量不会在成百上千,所以 算法性能不需要刻意优化即可满足需要) 3:飞机的滑行路线是田字形。不会斜着走。

本程序用了一些技术 1:echarts 图表 2:jaxb xml 与bean 之间的互相转换。 3:restful http

运行方式: 1:前提,安装Java JDK1.8 2:cmd /k D:\Java\jdk1.8\bin\java -Djava.ext.dirs=lib -jar amonitor-1.jar 3:运行日志在./amonitor.log

amonitor's People

Contributors

arthaschan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.