自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 LeetCode 564. Find the Closest Palindrome(查找最近的回文数,C++)

题目 Given an integer n, find the closest integer (not including itself), which is a palindrome. The ‘closest’ is defined as absolute difference minimized between two integers. Example 1: Input: "123" O...

2019-09-30 17:55:35 158

原创 LeetCode 149. Max Points on a Line

题目 Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. Example 1: Input: [[1,1],[2,2],[3,3]] Output: 3 Explanation: ^ | | o | o | o +-----...

2019-09-29 16:38:56 78

原创 LeetCode 115. Distinct Subsequences 递归法(回溯法)/动态规划 int-unsigned int

题目 Given a string S and a string T, count the number of distinct subsequences of S which equals T. A subsequence of a string is a new string which is formed from the original string by deleting some (...

2019-09-05 11:47:18 151

原创 LeetCode784. Letter Case Permutation && 回溯法总结 && 记录调试经验输出中的空格问题

LeetCode784. Letter Case Permutation && 记录调试经验:cout << ' '中使用多个空格输出数值题目说明思路子集树排序树调试记录回溯法参考: 题目说明 Given a string S, we can transform every letter individually to be lowercase or uppercase...

2019-09-01 11:10:42 199

Opencv4.0.0含opencv_contrib(win10+vs2017编译版)

Opencv4.0.0含opencv_contrib(win10+vs2017编译版) 解压(笔者将其全部解压在了C:\Program Files内) 将glog,glag,suitesparse,ceres的相关bin目录加到系统变量中的path中 将Eigen的库目录加入vs的附加库目录中 配置Opencv

2018-12-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除