摘要: caffe-master + windows 我的电脑比较渣,独立显卡计算能力,所以并没有使用GPU+Cudnn加速。依照README.md中的指示在Makefile.config依次配置python,matlab环境。其中,在配置Miniconda2环境时,需要将E:\ProgramData\Mi 阅读全文
posted @ 2017-08-03 20:52 信步闲庭、、 阅读(214) 评论(0) 推荐(0) 编辑
摘要: LeetCode OJ 5:Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one 阅读全文
posted @ 2016-07-17 12:32 信步闲庭、、 阅读(136) 评论(0) 推荐(0) 编辑
摘要: LeetCode OJ 4:There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time 阅读全文
posted @ 2016-07-13 20:29 信步闲庭、、 阅读(164) 评论(0) 推荐(0) 编辑
摘要: LeetCode OJ 3: Given a string, find the length of the longest substring without repeating characters. Given "abcabcbb", the answer is "abc", which the 阅读全文
posted @ 2016-07-12 19:20 信步闲庭、、 阅读(272) 评论(0) 推荐(0) 编辑
摘要: LeetCode OJ 2:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes con 阅读全文
posted @ 2016-07-11 17:35 信步闲庭、、 阅读(143) 评论(0) 推荐(0) 编辑
摘要: LeetCode OJ 371:Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -. 思路:在不使用运算符求和的问题中,最容易想到的一种方法是借助与、异或和移位操 阅读全文
posted @ 2016-07-10 16:11 信步闲庭、、 阅读(139) 评论(0) 推荐(0) 编辑