码迷,mamicode.com
首页 >  
搜索关键字:could you do me a favor    ( 45411个结果
前端开发各种cross之cross domain
作为一个苦逼前端开发工程师,不得不面对各种cross,比如面对五花八门的浏览器我们必须cross browser,面对各种终端,我们必须cross device,在这么多年的前端开发经历中,在不同的域之间穿越中,遭受各种折磨,所以这次和大家分享的是cross domain。这次分享的cross do...
分类:其他好文   时间:2014-05-10 01:47:55    阅读次数:302
Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-05-10 01:09:28    阅读次数:325
Leetcode | Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You have t...
分类:其他好文   时间:2014-05-09 19:09:35    阅读次数:318
Effective Java 71 Use lazy initialization judiciously
You should initialize most fields normally, not lazily. If you must initialize a field lazily in order to achieve your performance goals, or to break ...
分类:编程语言   时间:2014-05-09 18:32:56    阅读次数:497
大神的算法学习之路
http://zh.lucida.me/
分类:其他好文   时间:2014-05-09 18:29:17    阅读次数:245
zoj 1010 Area 判断线段是否相交(把线段扩充一倍后 好处理) + 多边形求面积
题目来源:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=10题意: 给定n个点的, 如果这n个点不能形成多边形 以及 n < 3 时, 输出, “Impossible”, 否则 输出 多边形的面积。分析:这题主要在 分析 n 个...
分类:其他好文   时间:2014-05-09 17:25:04    阅读次数:344
Leetcode | Insert Interval
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were initial...
分类:其他好文   时间:2014-05-09 16:29:17    阅读次数:330
Standard C 之 math.h和float.h
对于C Standard Library 可以参考:http://www.acm.uiuc.edu/webmonkeys/book/c_guide/或者http://www.cplusplus.com/reference/(一) 常用函数:1、 三角函数double sin(double);正弦do...
分类:其他好文   时间:2014-05-05 10:45:09    阅读次数:416
【LeetCode】Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-05-05 10:05:58    阅读次数:300
lua指针学习
按照书上的例子,运行了下,lua指针关键就是3个值,指针函数,不变量,控制变量functioniter(a,i)--指针函数i=i+1localv=a[i]ifvthenreturni,vendendfunctionisp(a)--返回指针函数,不变量,控制变量returniter,a,0endfork,vinisp({1,2,4})do--控制变量是k,也就是指针函数返回..
分类:其他好文   时间:2014-05-04 17:34:40    阅读次数:1033
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!