08 2019 档案

【opencv】opencv函数isContinuous
摘要:isContinuous 参考 1. opencv_isContinuous; 完 阅读全文

posted @ 2019-08-30 17:25 鹅要长大 阅读(317) 评论(0) 推荐(0) 编辑

【图像算法】漫水填充算法
摘要:code /* Copyright (c) 2004, Lode Vandevenne All rights reserved. */ #include <cmath> #include <string> #include <vector> #include <iostream> #include 阅读全文

posted @ 2019-08-30 14:16 鹅要长大 阅读(1097) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1021. Remove Outermost Parentheses
摘要:problem 1021. Remove Outermost Parentheses 参考 1. Leetcode_easy_1021. Remove Outermost Parentheses; 完 阅读全文

posted @ 2019-08-29 18:22 鹅要长大 阅读(195) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1022. Sum of Root To Leaf Binary Numbers
摘要:problem 1022. Sum of Root To Leaf Binary Numbers 参考 1. Leetcode_easy_1022. Sum of Root To Leaf Binary Numbers; 完 阅读全文

posted @ 2019-08-29 18:21 鹅要长大 阅读(128) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1025. Divisor Game
摘要:problem 1025. Divisor Game 参考 1. Leetcode_easy_1025. Divisor Game; 完 阅读全文

posted @ 2019-08-29 18:20 鹅要长大 阅读(144) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1029. Two City Scheduling
摘要:problem 1029. Two City Scheduling 参考 1. Leetcode_easy_1029. Two City Scheduling; 完 阅读全文

posted @ 2019-08-29 18:19 鹅要长大 阅读(155) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1030. Matrix Cells in Distance Order
摘要:problem 1030. Matrix Cells in Distance Order 参考 1. Leetcode_easy_1030. Matrix Cells in Distance Order; 完 阅读全文

posted @ 2019-08-29 18:17 鹅要长大 阅读(184) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1033. Moving Stones Until Consecutive
摘要:problem 1033. Moving Stones Until Consecutive 参考 1. Leetcode_easy_1033. Moving Stones Until Consecutive; 完 阅读全文

posted @ 2019-08-29 18:15 鹅要长大 阅读(165) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1037. Valid Boomerang
摘要:problem 1037. Valid Boomerang 参考 1. Leetcode_easy_1037. Valid Boomerang; 完 阅读全文

posted @ 2019-08-29 18:14 鹅要长大 阅读(119) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1042. Flower Planting With No Adjacent
摘要:problem 1042. Flower Planting With No Adjacent 参考 1. Leetcode_easy_1042. Flower Planting With No Adjacent; 完 阅读全文

posted @ 2019-08-29 18:08 鹅要长大 阅读(146) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1046. Last Stone Weight
摘要:problem 1046. Last Stone Weight 参考 1. Leetcode_easy_1046. Last Stone Weight; 完 阅读全文

posted @ 2019-08-29 18:06 鹅要长大 阅读(91) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1047. Remove All Adjacent Duplicates In String
摘要:problem 1047. Remove All Adjacent Duplicates In String 参考 1. Leetcode_easy_1047. Remove All Adjacent Duplicates In String; 完 阅读全文

posted @ 2019-08-29 18:05 鹅要长大 阅读(122) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1051. Height Checker
摘要:problem 1051. Height Checker solution 参考 1. Leetcode_easy_1051. Height Checker; 完 阅读全文

posted @ 2019-08-29 18:03 鹅要长大 阅读(177) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1071. Greatest Common Divisor of Strings
摘要:problem 1071. Greatest Common Divisor of Strings solution 参考 1. Leetcode_easy_1071. Greatest Common Divisor of Strings; 完 阅读全文

posted @ 2019-08-29 18:01 鹅要长大 阅读(108) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1154. Day of the Year
摘要:problem 1154. Day of the Year solution 参考 1. Leetcode_easy_1154. Day of the Year; 完 阅读全文

posted @ 2019-08-29 17:54 鹅要长大 阅读(149) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1170. Compare Strings by Frequency of the Smallest Character
摘要:problem 1170. Compare Strings by Frequency of the Smallest Character solution1: 双重循环,超时; solution2: 哈希表; 参考 1. Leetcode_easy_1170. Compare Strings by 阅读全文

posted @ 2019-08-29 17:52 鹅要长大 阅读(136) 评论(0) 推荐(0) 编辑

【Leetcode_easy】1160. Find Words That Can Be Formed by Characters
摘要:problem 1160. Find Words That Can Be Formed by Characters solution 参考 1. Leetcode_easy_1160. Find Words That Can Be Formed by Characters; 完 阅读全文

posted @ 2019-08-29 17:49 鹅要长大 阅读(147) 评论(0) 推荐(0) 编辑

【warning】set the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable
摘要:前言 运行mxnet程序的时候出现这个warning信息,但是不影响整个程序的运行,不过宝宝喜欢将warning信息尽量也clear,强迫症嘛?!哈哈哈哈 问题描述 解决方法 注意,shell中的等号两端没有空格哈。。。 参考 1. mxnet_gluon_discuss; 2. github_is 阅读全文

posted @ 2019-08-29 17:30 鹅要长大 阅读(2853) 评论(2) 推荐(0) 编辑

【err】开启Persistence-M模式-Check failed: err == CUBLAS_STATUS_SUCCESS (1 vs. 0) : Create cublas handle failed
摘要:前言 安装好CUDA、CUDNN、NVIDIA driver之后,使用mxnet框架的时候出现该错误,本文记录该问题的解决方法。 环境 ubuntu 16.04 MxNet Cuda9.0 Nvidia driver 384 error 解决方法 开始的时候以为是driver没有安装好,但是使用nv 阅读全文

posted @ 2019-08-29 17:23 鹅要长大 阅读(3246) 评论(0) 推荐(0) 编辑

【linux】查看TensorRT版本
摘要:查看TensorRT版本: echo 参考 1. 查看jetpack的版本; 完 阅读全文

posted @ 2019-08-13 19:57 鹅要长大 阅读(18133) 评论(0) 推荐(0) 编辑

【Leetcode_easy】997. Find the Town Judge
摘要:problem 997. Find the Town Judge solution: 参考 1. Leetcode_easy_997. Find the Town Judge; 完 阅读全文

posted @ 2019-08-07 18:15 鹅要长大 阅读(112) 评论(0) 推荐(0) 编辑

【Leetcode_easy】994. Rotting Oranges
摘要:problem 994. Rotting Oranges 参考 1. Leetcode_easy_994. Rotting Oranges; 完 阅读全文

posted @ 2019-08-07 18:14 鹅要长大 阅读(130) 评论(0) 推荐(0) 编辑

【Leetcode_easy】993. Cousins in Binary Tree
摘要:problem 993. Cousins in Binary Tree 参考 1. Leetcode_easy_993. Cousins in Binary Tree; 完 阅读全文

posted @ 2019-08-07 18:13 鹅要长大 阅读(117) 评论(0) 推荐(0) 编辑

【Leetcode_easy】989. Add to Array-Form of Integer
摘要:problem 989. Add to Array-Form of Integer 参考 1. Leetcode_easy_989. Add to Array-Form of Integer; 完 阅读全文

posted @ 2019-08-07 18:12 鹅要长大 阅读(103) 评论(0) 推荐(0) 编辑

【Leetcode_easy】985. Sum of Even Numbers After Queries
摘要:problem 985. Sum of Even Numbers After Queries 参考 1. Leetcode_easy_985. Sum of Even Numbers After Queries; 完 阅读全文

posted @ 2019-08-07 18:11 鹅要长大 阅读(121) 评论(0) 推荐(0) 编辑

【Leetcode_easy】977. Squares of a Sorted Array
摘要:problem 977. Squares of a Sorted Array solution: 参考1. Leetcode_easy_977. Squares of a Sorted Array; 完 阅读全文

posted @ 2019-08-07 18:10 鹅要长大 阅读(131) 评论(0) 推荐(0) 编辑

【Leetcode_easy】976. Largest Perimeter Triangle
摘要:problem 976. Largest Perimeter Triangle solution: 参考 1. Leetcode_easy_976. Largest Perimeter Triangle; 完 阅读全文

posted @ 2019-08-07 18:08 鹅要长大 阅读(132) 评论(0) 推荐(0) 编辑

【Leetcode_easy】970. Powerful Integers
摘要:problem 970. Powerful Integers solution: 参考 1. Leetcode_easy_970. Powerful Integers; 完 阅读全文

posted @ 2019-08-07 18:07 鹅要长大 阅读(118) 评论(0) 推荐(0) 编辑

【Leetcode_easy】965. Univalued Binary Tree
摘要:problem 965. Univalued Binary Tree 参考 1. Leetcode_easy_965. Univalued Binary Tree; 完 阅读全文

posted @ 2019-08-07 18:05 鹅要长大 阅读(128) 评论(0) 推荐(0) 编辑

【TensorRT】自定义网络层的实现custom layers
摘要:参考 1. Extending TensorRT With Custom Layers; 2. TensorRT Samples: MNIST(Plugin, add a custom layer); 完 阅读全文

posted @ 2019-08-07 14:34 鹅要长大 阅读(2024) 评论(0) 推荐(0) 编辑

【转】do...while(0)的妙用
摘要:前言 今天无意中看到这个标题,因为好奇就点进去了,不错,又学习啦。。。 具体内容: 1. do...while(0)消除goto语句; 2 宏定义中的do...while(0); 参考 1. 原链接_do...while(0)的妙用; 2. 程序员每天每周每月每年该做的事; 完 阅读全文

posted @ 2019-08-05 13:33 鹅要长大 阅读(182) 评论(0) 推荐(0) 编辑

【编程基础】CppLint工具使用过程
摘要:前言 coding最好要形成一定的编程风格,一般常用的开源风格有google code style,可以使用cpplint工具检查是否符合该编程风格。 Cpplint是一个Python脚本,作为一款开源免费的代码静态检测工具,Google也使用它作为自己的C++代码检测工具,也就是说,只要你想代码遵 阅读全文

posted @ 2019-08-05 10:34 鹅要长大 阅读(6363) 评论(0) 推荐(1) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

统计

点击右上角即可分享
微信分享提示