Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xqm32/unix-final-report-py
https://github.com/xqm32/unix-final-report-py
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xqm32/unix-final-report-py
- Owner: xqm32
- Created: 2022-12-15T08:43:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T08:52:26.000Z (about 2 years ago)
- Last Synced: 2024-12-30T13:48:31.800Z (19 days ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HFUT SE Unix Report(Python Programming Language)
## Usage
```bash
pip install -r requirements.txt
python solver.py # Solve problem and draw f(x), fp(x)
python draw.py # Compare two algorithms
```