自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

RJzz

Do something fantasic

  • 博客(6)
  • 资源 (5)
  • 问答 (3)
  • 收藏
  • 关注

原创 LeetCode刷题笔记:缺失数字

Given an array containing n distinct numbers taken from 0, 1, 2, …, n, find the one that is missing from the array. Example 1: Input: [3,0,1] Output: 2 Example 2: Input: [9,6,4,2,3,5,7,0,1] ...

2018-09-04 20:41:46 358 1

原创 LeetCode刷题笔记:有效的括号

Given a string containing just the characters ‘(‘, ‘)’, ‘{‘, ‘}’, ‘[’ and ‘]’, determine if the input string is valid. An input string is valid if: Open brackets must be closed by the same type of ...

2018-09-04 20:10:14 366

原创 LeetCode刷题笔记:帕斯卡三角形

Given a non-negative integer numRows, generate the first numRows of Pascal’s triangle. Given a non-negative integer numRows, generate the first numRows of Pascal’s triangle. Example: Input: 5 O...

2018-09-04 16:22:49 391

原创 LeetCode刷题笔记:颠倒二进制位

Reverse bits of a given 32 bits unsigned integer. Example Input: 43261596 Output: 964176192 Explanation: 43261596 represented in binary as 00000010100101000001111010011100, return ...

2018-09-04 10:58:51 380

原创 LeetCode刷题笔记:汉明距离

The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, calculate the Hamming distance. Note: 0 ≤ x, y <...

2018-09-01 21:14:22 305

原创 LeetCode刷题笔记:位1的个数

Write a function that takes an unsigned integer and returns the number of ‘1’ bits it has (also known as the Hamming weight). Example 1: Input: 11 Output: 3 Explanation: Integer 11 has binary repr...

2018-09-01 20:55:27 229

VVC参考软件

新一代视频编码标准的参考软件VVC,在HM的基础进行了大量改动

2018-07-13

数据结构c++长整数四则运算

数据结构c++长整数四则运算

2016-05-12

c++模拟停车场管理

c++模拟停车场管理

2016-05-08

数据结构c++长整数四则运算实现

数据结构c++长整数四则运算实现

2016-05-08

vs2013很舒服的几款配色方案,不伤眼福利

vs2013很舒服的几款配色方案,不上眼福利,为了自己眼睛的健康,可以用用这几款不伤眼的配色方案

2015-05-05

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

TA关注的人

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