- 授权协议: MIT
- 开发语言: C/C++ JavaScript
- 操作系统: 跨平台
- 软件首页: https://electron.atom.io/
- 软件文档: https://electron.atom.io/docs/
- 官方下载: https://electron.atom.io/releases/
软件介绍
Electron 是 GitHub 发布的跨平台桌面应用开发工具,支持 Web 技术开发桌面应用,其本身是基于 C++ 开发的,GUI 核心来自于 Chrome,而 JavaScript 引擎使用 v8。
开始使用:
# Install the `electron` command globally npm install electron-prebuilt -g # Install as a development dependency npm install electron-prebuilt --save-dev
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!
