码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
Motion images compression and restoration based on computer vision
This technique should apply to both normal video (consequtive sequences of pictures of real world) and animations (sequences of images drawn by human ...
分类:其他好文   时间:2014-10-25 13:10:23    阅读次数:220
【LeetCode】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 implement i...
分类:其他好文   时间:2014-10-25 00:51:38    阅读次数:214
2.App Components-Activities/Tasks and Back Stack
1. Tasks and Back Stack An application usually contains multiple activities. Each activity should be designed around a specific kind of action the us....
分类:移动开发   时间:2014-10-24 14:16:41    阅读次数:297
Leetcode:Singel 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 implement it without ...
分类:其他好文   时间:2014-10-24 13:08:49    阅读次数:221
LeetCode: Spiral Matrix II 解题报告-三种方法解决旋转矩阵问题
Spiral Matrix IIGiven an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order.For example,Given n = 3,You should retu...
分类:其他好文   时间:2014-10-24 12:35:31    阅读次数:259
LeetCode 58 Spiral Matrix II
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example, Given n = 3, You should return the following matrix: [ [ 1, 2, 3 ], [ 8, 9, 4 ], [...
分类:其他好文   时间:2014-10-23 12:31:39    阅读次数:132
Nginx源码完全注释(7)ngx_palloc.h/ngx_palloc.c
ngx_palloc.h/* * NGX_MAX_ALLOC_FROM_POOL should be (ngx_pagesize - 1), i.e. 4095 on x86. * On Windows NT it decreases a number of locked pages in a ke...
分类:其他好文   时间:2014-10-22 17:58:17    阅读次数:171
Merge compare columns when null
Key words: merge compare columnswhen we contact merge sql in ETL,When we update some columns we should compare the value change or not.We always write...
分类:其他好文   时间:2014-10-22 14:24:51    阅读次数:160
LeetCode 146 LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if ...
分类:系统相关   时间:2014-10-22 12:56:02    阅读次数:274
软件架构设计的六大原则
1.“开-闭”原则(OCP) Software entities should be open for extension, but closed for modification. 对扩展开放,对修改封闭。2.里氏代换原则(LSP) 凡是基类适用的地方,子类一定适用。3.依赖倒转原则(DIP) 要...
分类:其他好文   时间:2014-10-22 10:49:09    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!