自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小怪孩的成长之路

Talk is cheap. Show me the code.

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

原创 Git教程及常用命令

1. Git 简介Git 的诞生: Linus(Linux之父)花了两周时间自己用C写了一个分布式版本控制系统,这就是Git! 一个月之内,Linux系统的源码已经由Git管理了!几个概念: 工作区、版本库、暂存区 如下图所示: 1. 图中左侧为工作区,右侧为版本库。在版本库中标记为index的区域是暂存区(stage,index),标记为mas...

2018-07-10 18:10:57 542

原创 【LeetCode】7. Reverse Integer - Java实现

1. 题目描述:2. 思路分析:3. Java代码:1. 题目描述:Given a 32-bit signed integer, reverse digits of an integer.Example 1: Input: 123 Output: 321Example 2: Input: -123 Output: -321...

2018-07-29 13:57:06 296

原创 【LeetCode】6. ZigZag Conversion - Java实现

1. 题目描述:2. 思路分析:3. Java代码:1. 题目描述: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...

2018-07-28 21:38:10 421

原创 【LeetCode】5. Longest Palindromic Substring - Java实现

1. 题目描述:Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.Example: Input: “babad” Output: “bab” Note: “aba” is also a va...

2018-07-28 19:09:36 677

原创 【LeetCode】4. Median of Two Sorted Arrays - Java实现

1. 题目描述:2. 思路分析:3. Java代码:1. 题目描述: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time co...

2018-07-28 19:04:05 685

原创 【LeetCode】3. Longest Substring Without Repeating Characters - Java实现

1. 题目描述:2. 思路分析:3. Java代码:1. 题目描述: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc...

2018-07-24 22:25:13 497

原创 【LeetCode】2. Add Two Numbers - Java实现

1. 题目描述:2. 思路分析:3. Java代码:1. 题目描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a s...

2018-07-13 18:23:28 499

原创 【LeetCode】1. Two Sum - Java实现

1. 题目描述:2. 思路分析:3. Java代码:1. 题目描述: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo...

2018-07-13 18:21:33 224

用于转换格式的YUV数据

这里是用于YUV转RGB要用到的一张图片的YUV数据

2013-03-14

C语言---经典编程900例---------------------

C语言---经典编程900例---------------------C语言---经典编程900例---------------------C语言---经典编程900例---------------------C语言---经典编程900例---------------------C语言---经典编程900例---------------------C语言---经典编程900例---------------------C语言---经典编程900例---------------------C语言---经典编程900例---------------------

2010-05-07

操作系统答案 操作系统答案操作系统答案

操作系统答案操作系统答案操作系统答案操作系统答案操作系统答案操作系统答案操作系统答案操作系统答案操作系统答案

2010-04-19

c++语言程序设计 清华大学

清华大学 C++ 课件 很权威的 很好用的 适合初学者

2010-02-07

空空如也

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

TA关注的人

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