
笔记
pioself
这个作者很懒,什么都没留下…
展开
-
A*算法详解
http://www.360doc.com/content/16/1201/12/99071_610999046.shtml转载 2017-05-10 19:42:34 · 336 阅读 · 0 评论 -
BP神经网络的讲解
http://blog.youkuaiyun.com/lanxuecc/article/details/51754838转载 2017-05-09 18:00:43 · 304 阅读 · 0 评论 -
Python 读写excel
安装模块的方法:pip install xlrd__author__ = 'Administrator' import xlrd,os,xlwtdef open_excel(filename): data=xlrd.open_workbook(filename) return datadef getTableByIndex(filename,index=0): data=op原创 2017-05-21 12:23:25 · 367 阅读 · 0 评论 -
Python网络爬虫(Get、Post抓取方式)
很好的文章转载 2017-05-21 21:53:45 · 490 阅读 · 0 评论