GithubHelp home page GithubHelp logo

ohw19f's Introduction

ohw19f

Open source maker course for SJTU in 2019 fall

串口钢琴Mixly代码

参考

安装串口包

pip install pyserial

设置pip安装源为国内

安装步骤:

在你的电脑的c:\user(或者用户)\你电脑的用户名\,这个目录下创建个命名为“pip”的文件夹(如:C:\Users\gmn\pip),在该文件夹下创建一个命名为“pip.ini”的文件,在该文件中写入以下内容:

[global]
index-url=https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=https://mirrors.aliyun.com/pypi/simple/
disable-pip-version-check = true
timeout = 6000

OpenCV

打开cmd 或 powershell
pip install opencv-python

Git 设置

git config --global user.name “Your Name”
git config --global user.email [email protected]
git config -- list
git config -- global credential.helper 'cache --timeout 3600'

OpenCV 读图形

import cv2
img=cv2.imread("aa.jpg" )
cv2.imshow("wwww",img)
cv2.waitKey(0)
cv2.destroyAllWindows()

vsc配置本地路径


ohw19f's People

Contributors

f0restwow avatar xyzfaker avatar chaochao42 avatar daw13 avatar mingzezhao avatar dixiyao avatar d-clelo avatar xknxknqq avatar pursueyyh avatar hktk1213 avatar wmhlingduye avatar ding75822 avatar kangqingye avatar xinruii avatar terenceyjh avatar xpy1009 avatar yu-3-ping avatar lsxf000 avatar mesuperchen avatar udexerve avatar lyb2676376 avatar girafboy avatar liuyonghao156 avatar a876565 avatar wmmz avatar guiyiliu avatar caoshu001 avatar zyp-git01 avatar hsq-1 avatar gly2000 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar Elliot avatar

Forkers

lyb2676376

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.