- 博客(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
316
原创 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
446
原创 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
349
原创 Kinect+Unity之手势识别初探
前几天环境配好了,连上Kinect能跑示例项目KinectView。花了很大的力气找插件的API手册,原来插件并没有官方手册,目前官网也只有两个示例项目。于是自己看代码,想首先学会怎样写一个手势触发特定事件。主要看了BodySourceManager.cs和BodySourceView.cs,中午成功写出了如果左手高过头顶,自动截屏保存图片。思路是if判断,如果左手的y坐标值大于等于头顶的y坐
2015-11-06 20:37:52
9813
原创 Kinect2.0+Unity之环境搭建
一.Kinect1.下载 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
8964
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人