https://leetcode.com/problems/set-matrix-zeroes/Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show...
分类:
其他好文 时间:
2015-03-11 14:39:51
阅读次数:
162
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:
其他好文 时间:
2015-03-11 12:25:49
阅读次数:
134
March 11, 2015 at 3:08 AM
发件人 Apple
遇到问题(被拒绝原因)
苹果不让自己检测并提示用户更新了,我们给你截图了,自己看去吧。(貌似是新的审核规定,跪了。。。)
10.6 - Apple and our customers place a high value on simple, refined, creative, well thought th...
分类:
移动开发 时间:
2015-03-11 10:50:58
阅读次数:
174
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:
编程语言 时间:
2015-03-11 10:40:39
阅读次数:
123
1 题目Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't...
分类:
其他好文 时间:
2015-03-11 00:37:22
阅读次数:
130
Python图像处理库:PIL中Image,ImageDraw等基本模块介绍常用操作合成Image.blend(i1,i2,a)/Image.composite(i1,i2,mask)缩略图thumbnail(size,filter=None)Modifiesin-place,Preservesaspectratio>>>myImage.thumbnail((128,128),Image.ANTIALIAS)剪切crop(bbox)>&..
分类:
编程语言 时间:
2015-03-10 19:33:33
阅读次数:
311
题意:n*m的空白方格,从四个角落中的某一个进入,斜着45度角移动,所经过的方块涂成黑色,碰到墙壁转90度接着移动直到走到某一个角落出去,途中若遇到前面已经涂黑的方格要再次把它涂白。问最后出去后一共有多少方格是黑色的。
思路:首先n和m自减,再求出n和m自减后的最小公倍数a(当走出去的时候走的总步数=a+1),接下来就是求有多少方格重复走了。...
分类:
其他好文 时间:
2015-03-10 17:25:18
阅读次数:
140
I received my Xtool VAG401 scanner recently around $ 100 with DHL shipment to my place. Tried it out straightly on my 2005 Passat and found it quite e...
分类:
其他好文 时间:
2015-03-10 16:45:56
阅读次数:
131
题目:
Given an array and a value, remove all instances of that value in place and return the new length.
The order of elements can be changed. It doesn't matter what you leave beyond the new lengt...
分类:
其他好文 时间:
2015-03-09 17:38:36
阅读次数:
114
My VCDS VAGCOM (clone) cable would not work recently and I could not find a place to buy a new cheap one. Anyway, I love VCDS, but I wanted a computer...
分类:
其他好文 时间:
2015-03-09 17:30:20
阅读次数:
186