码迷,mamicode.com
首页 >  
搜索关键字:move    ( 6147个结果
【2014-11-21】《The Hardware/Software Interface》– Section 1
There are a fixed number of registers in the CPU Registers hold data Data move from Memory to Registers Results move from Registers back to Memory The...
分类:其他好文   时间:2014-11-21 23:08:48    阅读次数:245
HOJ 1797 Red and Black (DFS)
链接:点击打开链接 There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent til...
分类:其他好文   时间:2014-11-21 16:19:59    阅读次数:150
Tic Tac Toe
ProblemN*N matrix is given with input red or black.You can move horizontally, vertically or diagonally. If 3 consecutive samecolor found, that color w...
分类:其他好文   时间:2014-11-21 06:56:50    阅读次数:291
LeetCode——Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to reach the ...
分类:其他好文   时间:2014-11-20 15:27:40    阅读次数:167
Unique Paths
Dynamic ProgrammingA robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or ...
分类:其他好文   时间:2014-11-20 14:57:16    阅读次数:196
Triangle
题目描述: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the following triangle [ [2], ...
分类:其他好文   时间:2014-11-20 12:03:48    阅读次数:157
Triangle
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:其他好文   时间:2014-11-20 01:28:14    阅读次数:180
[leetcode]Minimum Path Sum
问题描述: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or ...
分类:其他好文   时间:2014-11-19 22:23:49    阅读次数:150
11月19日随笔
今天在云和学院学习了File类基本操作:判存、复制、移动、删除基本方法:–File.Exist();–File.Copy();–File.Move();File.Delete()File.Copy(“source”, “targetFileName”, true);//文件拷贝,true表示当文件存...
分类:其他好文   时间:2014-11-19 20:29:59    阅读次数:111
Triangle
Dynamic ProgrammingGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For exa...
分类:其他好文   时间:2014-11-19 18:18:00    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!