Download List

프로젝트 설명

SimPy is a discrete event, object-oriented, simulation
package for Python 2.3 and later. It uses generators
which support efficient implementation of coroutines. It
allows easy interfacing to GUIs and graphing packages
for analysis. Tutorial and examples are included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-04-16 19:26 Back to release list
2.0

이것은 주요 릴리스 API를 지향 반대 호환이 포함되어있습니다. 병렬 Python과 같은 외부 패키지이있습니다 여러 대의 컴퓨터, CPU를, 그리고 코어의 병렬 Simpy 프로그램을 실행할 수있습니다. 그것은 수 있도록 시뮬레이션 클래스 subclassing 새로운 시뮬레이션 클래스와 모듈을 간단하게 추가. 패키지를 완전히 개편되었다 코드 중복의 철폐와 함께 상당히 작은 코드 기반하고있다. 이제 모든 문서 구조입니다 스핑크스 문서 도구를 사용하여 렌더링.
Tags: Major feature enhancements
This major release contains a compatible objected oriented API. With external packages such as Parallel Python, this allows the running of SimPy programs in parallel on multiple computers, CPUs, and cores. It allows the simpler addition of new simulation classes and modules by
subclassing the Simulation class. The package was totally restructured and has a significantly smaller code base with the elimination of code duplication. All documentation is now structured and rendered with the Sphinx documentation tool.

Project Resources