自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 LeetCode 136. Single Number

136. Single Number 题目: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you imp

2016-05-09 12:41:56 284

原创 LeetCode 268. Missing Number

268. Missing Number   My SubmissionsQuestionEditorial SolutionTotal Accepted: 50272 Total Submissions: 124950 Difficulty: MediumGiven an array containing n distinct numbers taken from 0, 1, 2, ..., n,

2016-05-08 23:12:24 386

原创 LeetCode 219. Contains Duplicate II

LeetCode 题目:Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] and the diff

2016-05-04 22:14:33 298

原创 Kinect+Unity之手势识别初探

前几天环境配好了,连上Kinect能跑示例项目KinectView。花了很大的力气找插件的API手册,原来插件并没有官方手册,目前官网也只有两个示例项目。于是自己看代码,想首先学会怎样写一个手势触发特定事件。主要看了BodySourceManager.cs和BodySourceView.cs,中午成功写出了如果左手高过头顶,自动截屏保存图片。 思路是if判断,如果左手的y坐标值大于等于头顶的y坐

2015-11-06 20:37:52 9627 1

原创 Kinect2.0+Unity之环境搭建

一.Kinect 1.下载 kinect for windows sdk 2.0安装包 2.直接安装十分钟左右,安装成功后在c盘program files目录下有两个文件夹。在此目录下C:\Program Files\Microsoft SDKs\Kinect\v2.0_1409\Tools有三个文件夹。其中Kinect studio文件夹中即有KSutdio.exe,SDKBrowser中即

2015-11-02 18:00:45 8601 2

空空如也

空空如也

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

TA关注的人

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