上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 53 下一页

2019年8月7日

摘要: problem 970. Powerful Integers solution: 参考 1. Leetcode_easy_970. Powerful Integers; 完 阅读全文
posted @ 2019-08-07 18:07 鹅要长大 阅读(116) 评论(0) 推荐(0) 编辑
摘要: problem 965. Univalued Binary Tree 参考 1. Leetcode_easy_965. Univalued Binary Tree; 完 阅读全文
posted @ 2019-08-07 18:05 鹅要长大 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 参考 1. Extending TensorRT With Custom Layers; 2. TensorRT Samples: MNIST(Plugin, add a custom layer); 完 阅读全文
posted @ 2019-08-07 14:34 鹅要长大 阅读(2014) 评论(0) 推荐(0) 编辑

2019年8月5日

摘要: 前言 今天无意中看到这个标题,因为好奇就点进去了,不错,又学习啦。。。 具体内容: 1. do...while(0)消除goto语句; 2 宏定义中的do...while(0); 参考 1. 原链接_do...while(0)的妙用; 2. 程序员每天每周每月每年该做的事; 完 阅读全文
posted @ 2019-08-05 13:33 鹅要长大 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 前言 coding最好要形成一定的编程风格,一般常用的开源风格有google code style,可以使用cpplint工具检查是否符合该编程风格。 Cpplint是一个Python脚本,作为一款开源免费的代码静态检测工具,Google也使用它作为自己的C++代码检测工具,也就是说,只要你想代码遵 阅读全文
posted @ 2019-08-05 10:34 鹅要长大 阅读(6000) 评论(0) 推荐(1) 编辑

2019年7月30日

摘要: problem 1137. N-th Tribonacci Number solution: 参考 1. Leetcode_easy_1137. N-th Tribonacci Number; 完 阅读全文
posted @ 2019-07-30 19:49 鹅要长大 阅读(124) 评论(0) 推荐(0) 编辑

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 鹅要长大 阅读(227) 评论(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 鹅要长大 阅读(158) 评论(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 鹅要长大 阅读(175) 评论(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 鹅要长大 阅读(181) 评论(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 鹅要长大 阅读(145) 评论(0) 推荐(0) 编辑
摘要: problem 942. DI String Match 参考 1. Leetcode_easy_942. DI String Match; 完 阅读全文
posted @ 2019-07-26 19:46 鹅要长大 阅读(114) 评论(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 鹅要长大 阅读(158) 评论(0) 推荐(0) 编辑
摘要: problem 938. Range Sum of BST 参考 1. Leetcode_easy_938. Range Sum of BST; 完 阅读全文
posted @ 2019-07-26 19:45 鹅要长大 阅读(139) 评论(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 鹅要长大 阅读(161) 评论(0) 推荐(0) 编辑
摘要: problem 933. Number of Recent Calls 参考 1. Leetcode_easy_933. Number of Recent Calls; 完 阅读全文
posted @ 2019-07-26 19:43 鹅要长大 阅读(108) 评论(0) 推荐(0) 编辑
摘要: problem 929. Unique Email Addresses solution: 参考 1. Leetcode_easy_929. Unique Email Addresses; 完 阅读全文
posted @ 2019-07-26 19:42 鹅要长大 阅读(131) 评论(0) 推荐(0) 编辑
摘要: problem 876. Middle of the Linked List 参考 1. Leetcode_easy_876. Middle of the Linked List; 完 阅读全文
posted @ 2019-07-26 19:35 鹅要长大 阅读(87) 评论(0) 推荐(0) 编辑
摘要: problem 883. Projection Area of 3D Shapes 参考 1. Leetcode_easy_883. Projection Area of 3D Shapes; 完 阅读全文
posted @ 2019-07-26 19:34 鹅要长大 阅读(104) 评论(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 鹅要长大 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 53 下一页

导航