معرفی شرکت ها


edsac-0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

edsac (Electronic Delay Storage Automatic Computer)
ویژگی مقدار
سیستم عامل -
نام فایل edsac-0.1
نام edsac
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده MrmacHD
ایمیل نویسنده mrmachd@gmail.com
آدرس صفحه اصلی http://github.com/MrmacHD/EDSAC
آدرس اینترنتی https://pypi.org/project/edsac/
مجوز UNKNOWN
NAME ---- __edsac__ (Electronic Delay Storage Automatic Computer) SYNOPIS ------- edsac [ __-h__ ] [ __-v__ ] [ __-f__ __FILE__ ] [ __-r__ __REPRESENTATION__ ] DESCRIPTION ----------- __EDSAC__ (Electronic Delay Storage Automatic Computer) is a simulator capable of executing __EDSAC__ I computer's stored-programs. __-f__, __--file__ = _FILE_ Specifies the input file. __-r__, __--representation__ = _REPRESENTATION_ Representation of memory map/table. + 1 : values + 2 : instructions (default) __-h__, __--help__ Display help information and exit. __-v__, __--version__ Display version information and exit. FILES ----- + `setup.py` traditional easy_install or pip + `setup.cfg` for distutils2 installation + `scripts/edsac` executable binary + `edsac/__init__.py` a separate library packaged version + `edsac/EDSACGrammar.py` edsac grammar + `edsac/EDSACLexer.py` edsac lexer EXAMPLES -------- There are some programs included under stored-programs directory. Different ways of simulating stored programs are shown below. ```bash MrmacHD:~$ edsac -f stored-programs/Hello.txt MrmacHD:~$ python3 edsac -f stored-programs/TypeWriter.txt ``` STANDARDS --------- SEE ALSO -------- [The Edsac Simulator](http://www.dcs.warwick.ac.uk/~edsac/), [__EDSAC__](http://www.cs.clemson.edu/~mark/edsac.html) AUTHOR ------ MrmacHD <mrmachd@gmail.com> BUGS ---- The EDSAC I kernel is hardcoded at startup, therefore some original EDSAC stored-programs won't simulate flawlessly by default and require rewriting.


نحوه نصب


نصب پکیج whl edsac-0.1:

    pip install edsac-0.1.whl


نصب پکیج tar.gz edsac-0.1:

    pip install edsac-0.1.tar.gz