码迷,mamicode.com
首页 >  
搜索关键字:steps    ( 1037个结果
sdut2623--The number of steps(概率dp第一弹)
The number of steps Time Limit: 1000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述     Mary stands in a strange maze, the maze looks like a triangle(the first layer have one room,the ...
分类:其他好文   时间:2014-10-22 20:22:52    阅读次数:235
Exercise 1.19 Fast Fibonacci
题目:There is a clever algorithm for computing the Fibonacci numbers in a logarithmic number of steps.Recall the transformation of the state variables a...
分类:其他好文   时间:2014-10-22 17:46:46    阅读次数:108
Ionicframework(二)
Start building with Ionic!Follow these quick steps and start building high quality mobile apps in minutes. For a more indepth ...
分类:其他好文   时间:2014-10-22 00:39:42    阅读次数:202
[Leetcode] 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-10-21 05:43:21    阅读次数:125
SDUT 1068-Number Steps(数学:直线)
Number Steps Time Limit: 1000ms   Memory limit: 10000K  有疑问?点这里^_^ 题目描述 Starting from point (0,0) on a plane, we have written all non-negative integers 0, 1, 2,... as shown in the...
分类:其他好文   时间:2014-10-19 21:29:03    阅读次数:183
Edit Distance
[leetcode]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.)...
分类:其他好文   时间:2014-10-16 13:02:12    阅读次数:183
【LeetCode】Climbing Stairs (2 solutions)
Climbing StairsYou are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct way...
分类:其他好文   时间:2014-10-15 19:24:01    阅读次数:168
leetcode - Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? //第一种解法 class Solution { pub...
分类:其他好文   时间:2014-10-13 23:41:27    阅读次数:393
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 the following 3 operations permitted on a word:...
分类:其他好文   时间:2014-10-13 20:08:07    阅读次数:188
linux v4l2 api
抽空做了个集成v4l2api, 实力有限, 有粗糙的地方还望不吝赐教 ^_^       v4l2_lib.h /* This driver provid v4l2 API * * (You can use this driver as abouve steps) * * * * STEP ONE: define value * * * step 1.1: defin...
分类:Windows程序   时间:2014-10-11 19:29:56    阅读次数:304
1037条   上一页 1 ... 91 92 93 94 95 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!