- 博客(7)
- 收藏
- 关注
原创 leetcode 350. Intersection of Two Arrays II 解题小结
题目是这样子的:Given two arrays, write a function to compute their intersection. Example:Given nums1 = [1, 2, 2, 1], nums2 = [2, 2], return[2, 2]. Note:Each element in the result should appea
2016-07-21 11:20:50
751
原创 leetcode 371. Sum of Two Integers 解题小结
题目是这样子的:Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -.Example:Given a = 1 and b = 2, return 3. 大意是说要计算两个整数的相加,但是你不可以用到+,-运算符=============
2016-07-20 15:03:05
658
原创 leetcode 375. Guess Number Higher or Lower II 解题小结
题目是这样子的,跟374很像:We are playing the Guess Game. The game is as follows:I pick a number from 1 to n. You have to guess which number I picked.Every time you guess wrong, I'll tell you whethe
2016-07-19 02:08:07
5129
1
原创 leetcode 374. Guess Number Higher or Lower 解题小结
题目是这样子的.We are playing the Guess Game. The game is as follows:I pick a number from 1 to n. You have to guess which number I picked.Every time you guess wrong, I'll tell you whether the n
2016-07-18 20:36:07
351
原创 OpenCV 课后练习-利用TrackBar实现视频的暂停与播放
大三下进实验室跟老师,老师做的是图形学方向的,扑哧扑哧的给了我们一些项目相关的资料,于是就啃起了《学习Opencv》这本书,主要是基于C的,不过在看的过程中有问题时搜索中发现了很多是基于C++的opencv2的解决方法,淘了一下发现《opencv2 cookbook》这本,准备啃完c的后来啃,总之加油吧==============================================
2016-04-17 16:34:55
981
原创 Unity Shaders and Effects Cookbook Chap 1 读书个人小结
作为一只方向有点迷茫的大三狗,无意中接触了Unity,然后又无意中看到了乐乐大神(candycat)的博客,方向感似乎慢慢清晰了起来,我希望能够通过coding,创造出美的东西。在乐乐大神的书出来之前,决定先啃这本《Unity Shaders and Effects Cookbook 》,作为自己的入门。=============================================
2016-04-06 16:59:50
778
原创 Unity傻瓜错误
这两天刚开始学Unity,这个错误就一下子犯了两次,其实一点技术术含量都没有,写下来是第一大原因是自己搜了两遍都是在官网看的英文解答..英语小渣表示略感痛苦;第二个原因是,切记,不要再犯了.. Unity进入运行的状态,可以说编译至少是没有问题的,但是运行中有错误便会自动暂停,于是乎,我自动暂停了,微笑.jpg,而且还白到去搜为什么Unity会自动暂停,狗带.jpg,最后面在co
2016-03-12 01:12:35
5396
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人