码迷,mamicode.com
首页 >  
搜索关键字:board    ( 2462个结果
Leetcode Surrounded Regions
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:其他好文   时间:2014-06-28 18:03:06    阅读次数:238
hi3531 SDK已编译文件系统制作jffs2文件系统镜像并解决问题 .
一, 安装SDK 1、Hi3531 SDK包位置     在"Hi3531_V100R001***/01.software/board"目录下,您可以看到一个 Hi3531_SDK_Vx.x.x.x.tgz 的文件, 该文件就是Hi3531的软件开发包。 2、解压缩SDK包     在linux服务器上(或者一台装有...
分类:其他好文   时间:2014-06-22 18:36:44    阅读次数:297
Ubuntu 上 hi3531 交叉编译环境 arm-hisiv100nptl-linux 搭建过程
安装SDK 1、Hi3531 SDK包位置     在"Hi3531_V100R001***/01.software/board"目录下,您可以看到一个 Hi3531_SDK_Vx.x.x.x.tgz 的文件, 该文件就是Hi3531的软件开发包。 2、解压缩SDK包     在linux服务器上(或者一台装有linux的PC上,主流的linux发行版本均可以),使用命令:tar...
分类:系统相关   时间:2014-06-22 14:54:04    阅读次数:568
NYOJ 587 blockhouses 【DFS】
blockhouses 时间限制:1000 ms  |  内存限制:65535 KB 难度:3 描述Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing ...
分类:其他好文   时间:2014-06-21 22:36:56    阅读次数:316
LeetCode:Valid Sudoku,Sudoku Solver(数独游戏)
Valid SudokuDetermine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are...
分类:其他好文   时间:2014-06-21 16:40:45    阅读次数:280
基于51的俄罗斯方块
//variable.h 定义该程序用到的全局变量#ifndef _VARIABLE_H#define _VARIABLE_H#define GAME_BOARD_WIDTH 50#define GAME_BOARD_HEIGHT 64#define PIXEL_PER_CUBE_X...
分类:其他好文   时间:2014-06-21 08:24:31    阅读次数:236
QT实现贪吃蛇
board.h#ifndefBOARD_H #defineBOARD_H #defineMAX_X40 #defineMAX_Y30 #defineNORMAL_LABEL0//普通label #defineBORDER_LABEL1//边界label #defineSNAKE_LABEL2//蛇身label #defineFOOD_LABEL3//食物label #include<QWidget> #include<QLabel> #include<QLis..
分类:其他好文   时间:2014-06-17 18:37:02    阅读次数:304
LeetCode:Sudoku Solver && Valid Sudouku
其实数独还是我挺喜欢的一个游戏。原来有本数独的书。 其实Sudoku是基于Valid Sudouku.其实一开始有点想太多。基于平常玩数独的经验,有很多解数独的规则。貌似这个人为判断因素比较多。 而且一开始理解的valid是有解无解,其实这里要求的是给定的board里的数字是否符合规则,不一定能解。...
分类:其他好文   时间:2014-06-16 06:02:21    阅读次数:244
leetcode Sudoku java
package com.sogou.hadoop.test;public class Sudoku {/**验证该值是否合法*/ public boolean isValidSudoku(char[][] board,int x,int y){ int row,col; ...
分类:编程语言   时间:2014-06-15 00:51:03    阅读次数:292
ytu 1059: 判别该年份是否闰年(水题,宏定义)
1059: 判别该年份是否闰年Time Limit:1 SecMemory Limit:128 MBSubmit:222Solved:139[Submit][Status][Web Board]Description给年份year,定义一个宏,以判别该年份是否闰年。提示:宏名可以定义为LEAP_YE...
分类:其他好文   时间:2014-06-10 20:34:26    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!