Code Monkey home page Code Monkey logo

traffic_organization's Introduction

该文件对应行车组织三次课设的资料

  • 第三个课设包括各类图表、用于求解空车调整和重车车流的py文件、最终文档

求解第三个课程设计每个站的上下行通过、始发和终到车流的思路:

  1. 创建Station对象,每一个站对应一个类实例,用于该站各类信息的存储。
  2. 读取重车车流表文件,遍历每一个始发终到的重车流,得到始发站,终点站和重车流。
  3. 本设计中M铁路局各站可抽象为一个二叉树,利用最近公共祖先(LCA)算法可以获得始发站到终点站间的走行径路。
  4. 对沿途的每个站进行对应车流的调整。

traffic_organization's People

Contributors

swjtuhjf 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.