上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页
摘要: 系统是windows32位,安装了python2.7.13。 安装顺序就是numpy,Scipy,matplotlib,sklearn。 首先是更新一下pip (确保pip能使用) 然后将setuptools, numpy, python-dateutil, pytz, pyparsing, cyc 阅读全文
posted @ 2017-02-04 19:19 Deribs4 阅读(2823) 评论(0) 推荐(0) 编辑
摘要: 总共分为2大步:下载和配置。 前提是已经安装好python和eclipse。本文安装的是python2.7.13,eclipse4.6.2,下载的pydev插件是PyDev 5.5.0。 一、下载PyDev插件 1.各个版本的pydev for eclipse插件下载地址:http://source 阅读全文
posted @ 2017-02-04 17:21 Deribs4 阅读(1502) 评论(0) 推荐(0) 编辑
摘要: 416. Partition Equal Subset Sum 416. Partition Equal Subset Sum Given a non-empty array containing only positive integers, find if the array can be pa 阅读全文
posted @ 2017-02-01 14:29 Deribs4 阅读(1232) 评论(0) 推荐(0) 编辑
摘要: 在ubuntu16.04下打开dic_ec.txt,出现中文乱码。 先输入 gsettings set org.gnome.gedit.preferences.encodings auto-detected "['GB18030', 'UTF-8', 'CURRENT', 'ISO-8859-15' 阅读全文
posted @ 2016-09-21 19:16 Deribs4 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 以后开发都是要用linux,所以就安装了ubuntu,也是第一次用linux的系统。装的是win7+Ubuntu16.04的双系统。 安装过程如下:我用的是U盘安装,参看http://www.jianshu.com/p/2eebd6ad284d。 记得在提示重启的地方,拔掉U盘,也就是下面这个提示的 阅读全文
posted @ 2016-09-12 18:59 Deribs4 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 28. Implement strStr() 28. Implement strStr() Total Accepted: 125882 Total Submissions: 484537 Difficulty: Easy Implement strStr(). Returns the index 阅读全文
posted @ 2016-09-07 22:12 Deribs4 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 43. Multiply Strings 43. Multiply Strings Total Accepted: 72584 Total Submissions: 292967 Difficulty: Medium Given two numbers represented as strings, 阅读全文
posted @ 2016-09-06 20:06 Deribs4 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 8. String to Integer (atoi) 8. String to Integer (atoi) Total Accepted: 120050 Total Submissions: 873139 Difficulty: Easy Implement atoi to convert a 阅读全文
posted @ 2016-09-05 19:40 Deribs4 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 20. Valid Parentheses 20. Valid Parentheses Total Accepted: 128586 Total Submissions: 418560 Difficulty: Easy Given a string containing just the chara 阅读全文
posted @ 2016-09-04 10:11 Deribs4 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 发展一个有效算法的具体(一般)过程: union-find用来解决dynamic connectivity,下面主要讲quick find和quick union及其应用和改进。 基本操作:find/connected queries和union commands 动态连接性问题的场景: 1.1 建 阅读全文
posted @ 2016-09-03 16:34 Deribs4 阅读(973) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 41 下一页