自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

祖国的小果abc的专栏

细节决定成败,时间就是资本

  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 26. Remove Duplicates from Sorted Array

Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must do this by modifyi...

2018-07-20 20:00:22 155

原创 28. Implement strStr()

Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Example 1: Input: haystack = "hello", needle = "ll" Output: 2 Example...

2018-07-20 15:42:12 220

原创 53. Maximum Subarray

Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: Input: [-2,1,-3,4,-1,2,1,-5,4], Output: 6 Explanati...

2018-07-20 11:09:36 132

原创 21. Merge Two Sorted Lists

21. Merge Two Sorted Lists DescriptionHintsSubmissionsDiscussSolution Pick One Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes ...

2018-07-19 11:54:08 127

Horn_schunck

是微表情捕捉的一篇文献,很值得阅读。然后在github上有相关的代码,matlab平台下进行光流的微表情捕捉

2018-11-14

离散数学本科电子教材第二章.ppt

离散数学本科电子教材第二章.ppt,欢迎想学离散的同学看。

2018-08-31

空空如也

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

TA关注的人

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