GithubHelp home page GithubHelp logo

test-of-zhishui's Introduction

Test-of-Zhishui

文件夹中文件介绍

question1.py,question2.py,question3.py是测试问题1,2,3的代码,代码中包括了模拟与作图,但没有可视化界面
question_4_simulation.py是测试问题4运算模块的代码,new_UI.py是测试问题4的GUI界面
其余文件为必要的支持文件,(如MatploylibWidget.py用于实现GUI界面中的绘图功能)

注:推荐使用虚拟环境来运行本程序,以免对您的本地环境产生干扰。

使用步骤

安装

从GitHub上抓取

git clone https://github.com/hyywestwood/Test-of-Zhishui/tree/master
cd Test-of-Zhishui

#### 建议使用 venv 虚拟环境避免依赖包冲突
python3 -m venv venv
# 在 Windows cmd 中:
venv\Scripts\activate.bat
# 在 PowerShell 中:
& ./venv/[bS]*/Activate.ps1
# 在 bash/zsh 中:
source venv/bin/activate
#### venv end

pip install -r requirements.txt

1.png

直接从文件夹使用

如果您是直接获得了本项目的整个文件夹,那么可以在cmd中cd到该文件夹路径下后直接从创建虚拟环境开始

运行软件

python new_UI.py

正确进行配置之后,软件便可正常运行

2.png

test-of-zhishui's People

Contributors

hyywestwood avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.