自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

骆小坑的填坑之旅

不拼搏,枉少年

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

原创 LeetCode 241. Different Ways to Add Parenthess 解题报告

LeetCode 241. Different Ways to Add Parentheses 解题报告题目描述Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operator

2017-02-28 23:56:17 871

原创 LeetCode 523. Continuous Subarray Sum 解题报告

LeetCode 523. Continuous Subarray Sum 解题报告题目描述Given a list of non-negative numbers and a target integer k, write a function to check if the array has a continuous subarray of size at least 2 that sums

2017-02-28 12:29:55 4809

原创 LeetCode 530. Minimum Absolute Difference in BST 解题报告

#LeetCode 530. Minimum Absolute Difference in BST 解题报告 ##**题目描述** Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes.

2017-02-27 16:05:40 1413

原创 Unity5+Vuforia实现一个AR小Demo (2)

前言 上学期担任了导师一门选修课的TA,课程是关于VR和AR的,所以就设计了一个简单的AR小Demo实验,其实都是网络上用Unity+Vuforia做的AR效果,这里只是整理归纳一下步骤而已,分为两部分,第一部分是显示模型,第二部分是对模型进行简单操作。由于这个实验操作说明是面向没有接触过Unity和Vuforia的同学,所以会特别详细(啰嗦),下面开始第二部分的讲述。 效果 对显示的模型进

2017-02-26 18:48:54 4138 3

原创 Unity5+Vuforia实现一个AR小Demo (1)

前言 上学期担任了导师一门选修课的TA,课程是关于VR和AR的,所以就设计了一个简单的AR小Demo实验,其实都是网络上用Unity+Vuforia做的AR效果,这里只是整理归纳一下步骤而已,分为两部分,第一部分是显示模型,第二部分是对模型进行简单操作。由于这个实验操作说明是面向没有接触过Unity和Vuforia的同学,所以会特别详细(啰嗦),下面开始第一部分的讲述。 效果 摄像头扫描出识

2017-02-26 18:46:12 25571 19

原创 LeetCode 69. Sqrt(x) 解题报告

LeetCode 69. Sqrt(x) 解题报告题目描述Implement int sqrt(int x).Compute and return the square root of x.示例没有给出。限制条件没有明确给出。解题思路这道题很虐心,我首先用的是牛顿迭代法解题,但是一直在2147395600和214739599这两个数出问题,于是改成用二分法,然而,还是载在这两个数据上,通过艰苦卓绝地

2017-02-23 23:06:13 573

原创 LeetCode 513. Find Bottom Left Tree Value 解题报告

LeetCode 513. Find Bottom Left Tree Value 解题报告题目描述Given a binary tree, find the leftmost value in the last row of the tree. 示例example 1: example 2: 注意事项You may assume the tree (i.e., the given root n

2017-02-23 21:49:18 2754

原创 LeetCode 2. Add Two Numbers 解题报告

LeetCode 2. Add Two Numbers 解题报告题目描述You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digi

2017-02-23 21:22:51 719

2012-2015华为校招部分上机题目

本人为了准备华为校园招聘上机考试搜集整理的资料,有参考价值

2015-09-15

空空如也

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

TA关注的人

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