- 授权协议: Apache 2.0
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/nasa/openmct
- 软件文档: https://github.com/nasa/openmct/blob/master/README.md
- 官方下载: https://github.com/nasa/openmct
软件介绍
Open MCT 是一个基于Web的任务控制框架。它由美国宇航局(NASA)Ames 研究中心开发,正被用于宇宙飞船飞行和实验月球车系统运行的数据分析任务。作为普及和开源的框架,Open MCT 可以用作建筑应用的规划、操作,以及生产遥测数据系统分析的基础。
Demo在线演示地址:https://openmct-demo.herokuapp.com/
在本地运行创建和运行 Open MCT
想要在你的本地开发环境中创建和运行 Open MCT 非常简单。确保你已经安装了 Git 和 Node.js ,然后按照下面的步骤执行即可。 想要了解更多详情可以访问官网查看入门指南。
1.将代码克隆到本地
git clone https://github.com/nasa/openmct.git
2.安装模块
npm install
3.启动模块
npm start
现在开始运行了,打开你的浏览器输入 http://localhost:8080/ 查看结果吧。
How to Think Like a Computer Scientist: Learning with Python
Allen B. Downey、Jeffrey Elkner、Chris Meyers / Green Tea Press / 2002-1-4 / USD 24.95
""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But......一起来看看 《How to Think Like a Computer Scientist: Learning with Python》 这本书的介绍吧!
