01 2019 档案
摘要:这个链接https://blog.csdn.net/Luyanc/article/details/79733709中的文件是错误的,不适合vs2015,应该用这个https://docs.microsoft.co...
阅读全文
摘要:原文连接:https://www.cnblogs.com/luyaoblog/p/6775342.htmlPython中的sklearn库也集成了SVM算法,本文的运行环境是Pycharm。一、导入sklearn...
阅读全文
摘要:截止到1019年1月8日,CSDN前十的大神:排名第11:https://blog.csdn.net/hejishan排名第10:https://blog.csdn.net/21aspnet排名第8:https:...
阅读全文
摘要:matplotlib1、plt.plot(x,y)plt.plot(x,y,format_string,**kwargs) x轴数据,y轴数据,format_string控制曲线的格式字串 format_stri...
阅读全文
摘要:python31.from scipy.misc import imread不能使用,安装PIL包。bug:问题图像颜色反转不成功2.python 文件处理主要用到 os 模块和 shutil 模块,'sh' 大...
阅读全文