摘要: 题目 Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example1: & 8195; Input:121 & 阅读全文
posted @ 2019-06-09 14:34 风雪初晴,宜下江南 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 题目 Inplement atoi which converts a string to an integer. The function first discards as many whitespace characters as necessary until the first non wh 阅读全文
posted @ 2019-06-09 14:33 风雪初晴,宜下江南 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a 32 bit signed integer, reverse digits of an integer. Example1: x = 123, return 321 Example2: x = 123,return 321 Example3: x = 120, return 2 阅读全文
posted @ 2019-06-09 14:32 风雪初晴,宜下江南 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 题目 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo 阅读全文
posted @ 2019-06-09 14:31 风雪初晴,宜下江南 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a string s , find the longest palindromic substring in s . You may assume that the maximum length of s is 1000. Example1: & 8195; Input: "bab 阅读全文
posted @ 2019-06-09 14:27 风雪初晴,宜下江南 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 题目 There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the midian of the two sorted arrays. The overall run time complexity 阅读全文
posted @ 2019-06-08 20:26 风雪初晴,宜下江南 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 题目 Given a string, find the length of the longest substring without repeating characters. Example 1: & 8195;Input:"abcabcbb" & 8195; Output:3 & 8195;E 阅读全文
posted @ 2019-06-07 16:52 风雪初晴,宜下江南 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 0.安装背景 系统: ubuntu 16.04 内核: 4.4.0 140 generic GPU: GTX 1080Ti nvidia驱动版本: 384.111 cuda: CUDA 8.0 深度学习库cuDNN: cuDNN5.1 tensorflow: 1.0.1 1.安装nvdia显卡驱动 阅读全文
posted @ 2019-06-02 10:59 风雪初晴,宜下江南 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 1. Abstract 提出了一种无监督单目深度估计和相机运动估计的框架 利用视觉合成作为监督信息,使用端到端的方式学习 网络分为两部分(严格意义上是三个) 单目深度估计 多视图姿态估计 解释性网络(论文后面提到训练了第三个网络) 2. Introduction 计算机几何视觉难以重建真实的场景模型 阅读全文
posted @ 2019-05-30 10:11 风雪初晴,宜下江南 阅读(989) 评论(0) 推荐(0) 编辑
摘要: 题目 You are given two non empty linked lists representing two non negative integers. The digits are stored in reverse order and each of their nodes con 阅读全文
posted @ 2019-05-29 15:11 风雪初晴,宜下江南 阅读(144) 评论(0) 推荐(0) 编辑