上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 54 下一页

2019年7月29日

摘要: https://www.jianshu.com/p/f6f49f6bcea6 https://github.com/BVLC/caffe/tree/master/include/caffe/layers 其中,常用的Interp层是自定义层,可参考PSPNet; 阅读全文
posted @ 2019-07-29 15:45 鹅要长大 阅读(233) 评论(0) 推荐(0)

2019年7月26日

摘要: problem 961. N-Repeated Element in Size 2N Array solution: 参考 1. Leetcode_easy_961. N-Repeated Element in Size 2N Array; 完 阅读全文
posted @ 2019-07-26 19:50 鹅要长大 阅读(169) 评论(0) 推荐(0)
摘要: problem 953. Verifying an Alien Dictionary solution: 参考 1. Leetcode_easy_953. Verifying an Alien Dictionary; 2. dicuss; 完 阅读全文
posted @ 2019-07-26 19:49 鹅要长大 阅读(185) 评论(0) 推荐(0)
摘要: problem 949. Largest Time for Given Digits solution: 参考 1. Leetcode_easy_949. Largest Time for Given Digits; 2. discuss; 3. cplusplus_prev_permutation 阅读全文
posted @ 2019-07-26 19:48 鹅要长大 阅读(193) 评论(0) 推荐(0)
摘要: problem 944. Delete Columns to Make Sorted 题意:其实题意很简单,但是题目的description给整糊涂啦。。。直接看题目标题即可理解。 solution: 参考 1. Leetcode_easy_944. Delete Columns to Make S 阅读全文
posted @ 2019-07-26 19:47 鹅要长大 阅读(159) 评论(0) 推荐(0)
摘要: problem 942. DI String Match 参考 1. Leetcode_easy_942. DI String Match; 完 阅读全文
posted @ 2019-07-26 19:46 鹅要长大 阅读(121) 评论(0) 推荐(0)
摘要: problem 938. Range Sum of BST 参考 1. Leetcode_easy_938. Range Sum of BST; 完 阅读全文
posted @ 2019-07-26 19:45 鹅要长大 阅读(149) 评论(0) 推荐(0)
摘要: problem 941. Valid Mountain Array solution: solution2: 参考 1. Leetcode_easy_941. Valid Mountain Array; 2. discuss_climb_mountain; 完 阅读全文
posted @ 2019-07-26 19:45 鹅要长大 阅读(167) 评论(0) 推荐(0)
摘要: problem 937. Reorder Log Files solution: 参考 1. Leetcode_easy_937. Reorder Log Files; 2. discuss1_conpare; 3. discuss2_sort; 4. discuss3_moveback; 完 阅读全文
posted @ 2019-07-26 19:44 鹅要长大 阅读(172) 评论(0) 推荐(0)
摘要: problem 933. Number of Recent Calls 参考 1. Leetcode_easy_933. Number of Recent Calls; 完 阅读全文
posted @ 2019-07-26 19:43 鹅要长大 阅读(120) 评论(0) 推荐(0)
摘要: problem 929. Unique Email Addresses solution: 参考 1. Leetcode_easy_929. Unique Email Addresses; 完 阅读全文
posted @ 2019-07-26 19:42 鹅要长大 阅读(138) 评论(0) 推荐(0)
摘要: problem 876. Middle of the Linked List 参考 1. Leetcode_easy_876. Middle of the Linked List; 完 阅读全文
posted @ 2019-07-26 19:35 鹅要长大 阅读(94) 评论(0) 推荐(0)
摘要: problem 883. Projection Area of 3D Shapes 参考 1. Leetcode_easy_883. Projection Area of 3D Shapes; 完 阅读全文
posted @ 2019-07-26 19:34 鹅要长大 阅读(112) 评论(0) 推荐(0)
摘要: problem 884. Uncommon Words from Two Sentences 题意:只要在两个句子中单词出现总次数大于1次即可。 注意掌握istringstream/map/set的使用方法。 solution: 参考 1. Leetcode_easy_884. Uncommon W 阅读全文
posted @ 2019-07-26 19:33 鹅要长大 阅读(112) 评论(0) 推荐(0)
摘要: problem 892. Surface Area of 3D Shapes 题意:感觉不清楚立方体是如何堆积的,所以也不清楚立方体之间是如何combine的。。 Essentially, compute the surface area of each grid but substract the 阅读全文
posted @ 2019-07-26 19:32 鹅要长大 阅读(129) 评论(0) 推荐(0)
摘要: problem 888. Fair Candy Swap solution: 参考 1. Leetcode_easy_888. Fair Candy Swap; 2. discuss; 3. grandyang; 完 阅读全文
posted @ 2019-07-26 19:32 鹅要长大 阅读(183) 评论(0) 推荐(0)
摘要: problem 893. Groups of Special-Equivalent Strings 题意: 感觉参考代码也是有点问题的。。。 参考 1. Leetcode_easy_893. Groups of Special-Equivalent Strings; 2. grandyang; 3. 阅读全文
posted @ 2019-07-26 19:30 鹅要长大 阅读(128) 评论(0) 推荐(0)
摘要: problem 896. Monotonic Array solution1: solution2: 参考 1. Leetcode_easy_896. Monotonic Array; 2. discuss1; 3. discuss2; 完 阅读全文
posted @ 2019-07-26 19:26 鹅要长大 阅读(172) 评论(0) 推荐(0)
摘要: problem 897. Increasing Order Search Tree 参考 1. Leetcode_easy_897. Increasing Order Search Tree; 完 阅读全文
posted @ 2019-07-26 19:25 鹅要长大 阅读(114) 评论(0) 推荐(0)
摘要: problem 905. Sort Array By Parity solution1: solution2: 参考 1. Leetcode_easy_905. Sort Array By Parity; 2. discuss; 完 阅读全文
posted @ 2019-07-26 19:24 鹅要长大 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 54 下一页

导航