2019年7月6日

pip命令详解

摘要: 首先输入pip -h查看pip命令 安装库:pip innstall xxxx 下载库:pip download xxxx 卸载库:pip uninstall xxxx 按照特定格式输出已安装的库:pip freeze 输出已安装的库:pip list 显示某个已安装库的信息:pip show xx 阅读全文

posted @ 2019-07-06 16:01 Alvin2012 阅读(939) 评论(0) 推荐(0) 编辑

QT入门

摘要: QT入门: 1.安装qt creator 2.下载并编译qt 推荐中科大的qt下载地址 :http://mirrors.ustc.edu.cn/qtproject/ 5.0之后1和2是在一起的,统一安装 第一个QT demo: 阅读全文

posted @ 2019-07-06 13:26 Alvin2012 阅读(128) 评论(0) 推荐(0) 编辑

tensorflow学习-第一章

摘要: tensorflow项目的github地址: https://github.com/teafternoon/tensorflow-using tensorflow学习 安装tensorflow: 作者使用的是python3,安装命令pip3 install tensorflow,这个时cpu版本的, 阅读全文

posted @ 2019-07-06 11:54 Alvin2012 阅读(117) 评论(0) 推荐(0) 编辑

opencv学习-第一章

摘要: opencv学习-第一章: github地址:https://github.com/teafternoon/opencv-using 持续更新中 To Be Continue...... 阅读全文

posted @ 2019-07-06 09:39 Alvin2012 阅读(73) 评论(0) 推荐(0) 编辑

导航