自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (10)
  • 收藏
  • 关注

原创 3. Longest Substring Without Repeating Characters最长子串

3. Longest Substring Without Repeating Characters最长子串难度:Medium问题描述:Given a string s, find the length of the longest substring without repeating characters.Example 1:input: s = “abcabcbb”Output: 3Explanation: The answer is “abc”, with the length of 3

2021-02-23 23:17:04 259

原创 Leetcode 104. Maximum Depth of Binary Tree

104. Maximum Depth of Binary Tree难度:easy问题描述:Given the root of a binary tree, return its maximum depth.A binary tree’s maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.找到树的最大层数解法1思路:递归,利用深度

2020-12-24 16:40:31 405 2

原创 leetcode 101. Symmetric Tree

101. Symmetric Tree难度:easy问题描述:对称树Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree [1,2,2,3,4,4,3] is symmetric:1/ \2 2/ \ / \ 3 4 4 3But the following [1

2020-12-23 16:34:34 289

原创 100. Same Tree

leetcode 100. Same Tree难度:easy描述:Given the roots of two binary trees p and q, write a function to check if they are the same or not.Two binary trees are considered the same if they are structurally identical, and the nodes have the same value.解法1思路:

2020-12-23 16:28:25 73

原创 Leetcode 88. Merge Sorted Array

88. Merge Sorted Array问题描述:Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.说白了就是数组有序合并。Note:The number of elements initialized in nums1 and nums2 are m and n respectively.You may assume that nums1 has enoug

2020-12-15 11:46:33 76

原创 leetcode 83. Remove Duplicates from Sorted List

83. Remove Duplicates from Sorted List难度:easy问题描述:Given a sorted linked list, delete all duplicates such that each element appear only once.中文:移除重复的节点Example 1:Input: 1->1->2Output: 1->2Example 2:Input: 1->1->2->3->3Output

2020-12-11 15:49:22 70

原创 70. Climbing Stairs leetcode 爬楼梯

70. Climbing Stairs问题表述:You are climbing a staircase. It takes n steps to reach the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?思路:这是道Fibonacci问题,当n>=2时,F(N) = F(N-1)+F(N-2),有些区别是,斐波那契序列是从0开始,即

2020-12-11 14:59:21 106

原创 69. Sqrt(x)leetcode

@[TOC](69. Sqrt(x)leetcode)#69. Sqrt(x)问题描述:Given a non-negative integer x, compute and return the square root of x.Since the return type is an integer, the decimal digits are truncated, and only the integer part of the result is returned.Example 1:I

2020-12-10 16:51:21 114

原创 67. Add Binary 二进制加法leetcode

67 Add Binary 二进制加法leetcode题目描述方法1:方法2:题目描述Given two binary strings a and b, return their sum as a binary string.中文:给定两个二进制的字符串,计算他们的加法和,结果以字符串返回知识点:1.字符转数字:该字符 - ‘0’2.二进制加法3.进位处理方法1:思路:将短字符串前面补零,从后往前对应相加,二进制加法:1+1=10,1+1+1=11十进制加法:结果有四种情况:0

2020-12-07 23:10:09 134

原创 66. Plus One 加一 LeetCode

66. Plus One 加一 LeetCode66. Plus One 加一 LeetCode66. Plus One 加一 LeetCode难度:easy问题描述:Given a non-empty array of decimal digits representing a non-negative integer, increment one to the integer.The digits are stored such that the most significant digit

2020-11-22 22:39:26 103

原创 58. Length of Last Word最后一个字符串的长度Leetcode

#58. Length of Last Word最后一个字符串的长度问题描述:难度:easyGiven a string s consists of some words separated by spaces, return the length of the last word in the string. If the last word does not exist, return 0.A word is a maximal substring consisting of non-spa

2020-11-20 14:02:22 93

原创 66. Maximum Subarray 最大子序列和leetcode

Maximum Subarray 最大子序列和问题描述问题描述'难度:easy'Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.Follow up: If you have figured out the O(n) solution, try coding another sol

2020-11-19 16:57:14 83

原创 C++及QT编程常见的名词术语

C++11 标准:C++ 正式公布标准有 C++98、C++03、C++11。 最新的 C++11 标准是2011年8月12日公布的,在公布之前该标准原名为 C++0x 。 这是一次较大的修订和扩充,建议读者专门学一下, Qt 从 4.8 版本就开始用 C++11 新特性了。 编译器里面开始支持 C++11 的版本是 MSVC 2010、GCC 4.5、Clang 3.1, 这之后版本的编译器都...

2019-12-27 14:12:32 233

原创 北京户口办理流程分享(仅针对:持有应届生毕业生 进京函)

北京户口办理流程分享(仅针对:持有应届生毕业生 进京函)理清思路,先想想需要提供什么材料给公司的人力,然后再办理每个材料分两种情况:入学时,将户口迁入学校,毕业时户口仍在学校入学时,户口没有变动,户籍仍在家乡的需要提供给单位的材料:1. 报到证2. 进京函3.户口卡(毕业时,户籍在学校的)3.迁移证(毕业时,户籍在家乡的)针对每个材料的办理流程:1. 报到证:学校发...

2019-09-17 16:24:59 17577

原创 JetsonTX2上安装tensorflow

JetsonTX2上安装tensorflow的心酸史还是那句话,做事情得有耐心,有耐心…耐心….心……感觉像是给自己的一个心理暗示… -。-|||tensorflow安装常见问题总结验证tensorflow1.3.0安装好的,进入正文,本文安装的是tensorflow1.3.0,使用的是源码编译安装,python2.7,cuda8.0,cudnn6.0.2. ...

2018-07-16 19:43:46 10206 14

原创 clcaffe环境部署opencl+mkl+viennacl+isaac+caffe

clcaffe环境部署opencl+mkl+viennacl+isaac+caffe 安装的过程中遇到了许多不可思议的bug,不过大部分的问题处在mkl的安装上面,反复的装了卸,卸了装,哈哈哈。。。所以耐心一定要够才行啊。希望对大家有所帮助。安装环境所需的依赖项安装opencl安装mkl安装viennacl安装isaaccaffe编译及安装1.安装依赖库...

2018-06-20 15:50:31 947

原创 软件工程课程总结-USTC

软件工程(C实践篇)学习心得

2017-06-15 23:05:21 350

海图相关资料及标准详讲.zip

电子海图相关资料及标准详讲,其中包括了电子海图的通用数据标准的说明S-52

2019-06-28

算法面试题精讲

文档中是云分享的链接,其中包含了算法面试的精讲题目,能够帮助程序员理清算法的思路。

2018-11-04

spring+spingmvc+hibernate整合总结

文档中总结了这三大技术的重点概念,十分适合作为期末考试的复习资料

2018-11-03

设计模式期末复习资料

文档中包括含了设计模式这门课的课程重点总结,其中包括了各个常见的设计模式,以及其类图实现

2018-11-03

软件开发过程数据流图

文档中包含了比较完整的软件开发过程,需求分析时应该画出的数据流图等。

2018-11-03

中南大学软件工程常考题目

其中包含了中南大学软件工程科目的考研常见考题,包括简答,选择的题目的概念总结。

2018-11-03

TX2上安装tensorflow的脚本文件

这个压缩包里包含tensorflow所依赖的一些安装文件,比如java、bazel等,还有tensorflow的环境配置问题

2018-07-16

tensorflow1.3.0_On_Tx

编译好的tx2上的tensorflow,依赖环境:cuda8.0.cudnn6.0

2018-07-16

tensorflow1.3.0_On_Tx2_python2.7

已经通过编译的tx2上的tensorflow1.3.0,其中需要的版本依赖:cuda8.0,cudnn6.0.21,java8U121,bazel0.5.4,python2.7

2018-07-16

python 核心编程

python学习库,python基础 python编程语法,numpy,scipy简单介绍

2017-11-06

空空如也

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

TA关注的人

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