上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 329 下一页
摘要: 意思是将库中的python模块用作脚本去运行。 阅读全文
posted @ 2021-01-08 15:00 bH1pJ 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-08 14:53 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: numpy、pandas;(基础库,矩阵运算、列表检索,二维矩阵的相关计算); skimage(io:批量读取图像;hog,计算图像的HOG,图像配准); scipy里边有计算图像的二维傅里叶变换; sklearn;(TSNE、PCA); cv; joblib... 阅读全文
posted @ 2021-01-08 14:07 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 讲的还算清楚 https://blog.csdn.net/qq_29373285/article/details/82753306 阅读全文
posted @ 2021-01-08 13:21 bH1pJ 阅读(1637) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/fengmk2/archive/2008/04/21/1163766.html 讲的真好 阅读全文
posted @ 2021-01-07 22:20 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.cnpython.com/qa/68041 讲的相当不错 delayed(score_model) 相当于什么? 相当于score_model 因此,后边必须跟函数的参数 (data, n_test, cfg) dela... 阅读全文
posted @ 2021-01-07 22:17 bH1pJ 阅读(231) 评论(0) 推荐(0) 编辑
摘要: vars()['aaa']中的var()是什么用法 var()好像返回了内存中的所有变量 阅读全文
posted @ 2021-01-07 21:34 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 曲线的滚动播放; pyqtgraph Scrolling Plots # -*- coding: utf-8 -*- """ Various methods of drawing scrolling plots. """ import initExample ## Add path to libra 阅读全文
posted @ 2021-01-07 18:12 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""Various methods of drawing scrolling plots."""import initExample ## Add path to library (just for exampl... 阅读全文
posted @ 2021-01-07 18:13 bH1pJ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""This example demonstrates the use of pyqtgraph's dock widget system.The dockarea system allows the desig... 阅读全文
posted @ 2021-01-07 17:56 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 329 下一页