增强版的 Python 编程语言 Stackless Python
- 授权协议: PSF
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.stackless.com/
- 软件文档: http://www.stackless.com/wiki
软件介绍
Stackless Python 是一个增强版的 Python 编程语言,允许程序员受益于基于线程的编程,而不会有一半线程的性能和复杂的问题。其最大的特点就是微线程,可避免使用操作系统线程导致的开销过大的问题。
Data Structures and Algorithms in Java
Robert Lafore / Sams / 2002-11-06 / USD 64.99
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!
