E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
minesweeper
poj2612
Limit: 65536K Total Submissions: 5316 Accepted: 2074 Description The game
Minesweeper
·
2015-11-02 09:48
poj
Minesweeper
: GDI+ 初步实现
逻辑代码部分借鉴木野狐博客中的代码,参考 http://www.cnblogs.com/RChen/archive/2005/07/07/188107.html,之后我会加入自己的设计调整。 一些必要的枚举: public enum GameStatus { NotStarted,  
·
2015-11-01 10:48
DI
Minesweeper
: 新版代码
System; using System.Collections; using System.Collections.Generic; namespace xingd.
Minesweeper
·
2015-11-01 10:48
代码
Minesweeper
: GDI+ Line Scratch
本文将演示GDI+绘制的一些基本用法,首先,我们来作恶一下,在OnPaint事件中直接抛出异常: protected override void OnPaint(PaintEventArgs e) { base .OnPaint(e); th
·
2015-11-01 10:47
DI
110102_
Minesweeper
page=downloadproblem&probid=110102&format=html UVA 10189_
Minesweeper
http://uva.onlinejudge.org
·
2015-10-31 13:44
in
Problem:
Minesweeper
Master
Google code jam Qualification Round 2014 题目链接:https://code.google.com/codejam/contest/dashboard?c=2974486#s=p2 Download:source code word版文档下载 #Define LEFT = R*C – M M==R*C-1
·
2015-10-31 13:42
master
SGU 239.
Minesweeper
题意: 如图,一列未知的区域长度为n(≤1000),给出第二列的数字,求区域中雷的排列有多少种。 Solution: 搜索。这题看上去1000的范围很大,实际上加上合理的剪枝,状态数会变得非常非常少。 一个雷最多能影响3个格子,直接从上往下枚举这个地方有没有雷。有雷的话给影响的格子的数字减一。 &nbs
·
2015-10-31 08:30
in
Minesweeper
: GDI+ 概述
在正式进入
Minesweeper
程序开发前,我们先来看一下GDI+,了解下GDI+的各方面。本文不是正式的GDI+教程,只是根据我个人的理解谈下GDI+。
·
2015-10-30 13:24
DI
Minesweeper
: GDI+ 综述
系列前面的两篇文章写的内容太简单了,本文对我理解的GDI+做一个综述,不再涉及代码细节。 GDI+中共有三种坐标,全局坐标、页面坐标和设备坐标。在GDI+的绘图调用中,传入的坐标位于全局坐标内,全局坐标经由全局变换转换到页面坐标,页面坐标再通过页面变换计算出设备坐标。 全局变换通过Graphics.Transform指定,其类型为Matrix。GDI+中的矩阵为3x3浮点矩阵,可以通过Matr
·
2015-10-30 13:24
DI
Minesweeper
: 代码结构改进
接着前一篇文章,
Minesweeper
: GDI+ 初步实现,本文在代码结构上做一些改进,不涉及新的功能。
·
2015-10-30 13:24
代码
Minesweeper
: 索引
Minesweeper
就是经典的Windows自带的扫雷游戏,我会尝试用
Minesweeper
的开发过程,介绍GDI+,WPF/Silverlight, XNA(DirectX)/Open
·
2015-10-30 13:23
索引
UVa 10189 SDNU 1127
Minesweeper
【7月20】
Minesweeper
原题贴上,不给链接了。DescriptionHaveyoueverplayedMinesweeper?
a995549572
·
2015-07-20 19:00
uva
SDNU
【google apec 2015 1c】 挖矿、打地铁 最短路djstra、+*计算器
Minesweeper
http://code.google.com/codejam/contest/5214486/dashboard#s=p0ProblemB.
brandohero
·
2014-10-13 13:00
SGU 239
Minesweeper
模拟题
题目链接:点击打开链接#include #include #include #include #include #include #include #include #include usingnamespacestd; typedeflonglongll; constintN=1000+10; mapcnt; lld[N][4]; inta[N]; intmain(){ intn,g,to;
qq574857122
·
2014-09-18 16:00
uva
Minesweeper
10189
TheProblemHaveyoueverplayedMinesweeper?It'sacutelittlegamewhichcomeswithinacertainOperatingSystemwhichnamewecan'treallyremember.Well,thegoalofthegameistofindwhereareallthemineswithinaMxNfield.Tohelpyo
u012349696
·
2014-07-08 14:00
遍历
模拟
uva
Minesweeper
1D
题目链接:http://codeforces.com/problemset/problem/404/DD.
Minesweeper
1Dtimelimitpertest2secondsmemorylimitpertest512megabytesinputstandardinputoutputstandardoutputGame"
Minesweeper
1D"isplayedonalineofsquare
cc_again
·
2014-05-05 17:00
Minesweeper
Master
ProblemMinesweeper isacomputergamethatbecamepopularinthe1980s,andisstillincludedinsomeversionsofthe MicrosoftWindows operatingsystem.Thisproblemhasasimilaridea,butitdoesnotassumeyouhaveplayed Mineswee
maverick1990
·
2014-04-14 23:00
code
Google
图论
扫雷
Jam
Codefoeces 404D
Minesweeper
1D "小范围后效性"dp
题目链接:http://codeforces.com/problemset/problem/404/D题意:类似于扫雷游戏,但只有行,有些格子是已知的,有些未知,‘?’表示未知,其余为已知。'0'表示左右都没有雷,'1'表示左右一共有一个雷,'2'表示左右一共有两个雷,‘*’表示本身就是雷。问合法的情况一共有多少种?(借的题意)虽然看起来某个状态可能受后面的状态的影响,但后面能影响的状态不多,所以
qq574857122
·
2014-03-21 12:00
cf上一道超狠的dp
D.
Minesweeper
1Dtimelimitpertest2secondsmemorylimitpertest512megabytesinputstandardinputoutputstandardoutputGame"
Minesweeper
1D"isplayedonalineofsquares
u012866104
·
2014-03-20 20:00
1.6.2 扫雷
Minesweeper
PC/UVA110102/10189水题。看样例输入输出即可明白题意。我的做法是用一个hash直接处理就成//author:CHC //FirstEditTime:2014-01-1023:39 //LastEditTime:2014-01-1023:39 //Filename:1.cpp #include #include #include #include #include usingname
CHCXCHC
·
2014-01-22 18:00
关键字查找器
输出:关键字的目录+文件名+第几行特点:功能单一,实用#-*-coding:GBK-*- importos importos.path rootdir=r'E:\VSworkspace\
Minesweeper
binwin20
·
2013-11-16 11:00
python
关键字查找
Minesweeper
PC/UVa IDs: 110102/10189, Popularity: A,Success rate: high Level: 1
#include<cstdio> #include<iostream> #include<string> #include<algorithm> #include<iterator> #include<cstring> using namespace std; int n, m; char x[10
·
2013-10-23 14:00
level
用VC查看exe文件中的二进制资源
http://blog.163.com/wang_ly2442/blog/static/94943407201382784112698/ 从https://github.com/luoshupeng/
MineSweeper
yasi_xi
·
2013-09-27 21:00
Minesweeper
题意:HaveyoueverplayedMinesweeper?Thiscutelittlegamecomeswithacertainoperatingsystemwhosenamewecan'tremember.ThegoalofthegameistondwherealltheminesarelocatedwithinaMNeld.Thegameshowsanumberinasquarewhi
lzm420241
·
2013-09-12 19:00
UVA 10189
ProblemB:
Minesweeper
TheProblemHaveyoueverplayedMinesweeper?
zkzxmzk
·
2013-04-11 00:00
ACM
水题
Minesweeper
(暴力,注意特判)
MinesweeperTimeLimit:3000MS MemoryLimit:0KB 64bitIOFormat:%lld&%lluSubmitStatusPracticeUVALive4335原题链接:点击打开链接DescriptionMinesweeperisasingle-playercomputergame.Theobjectiveofthegameistoclearanab
cs_zlg
·
2012-09-02 09:00
UVA 10189
Minesweeper
题目 UVA10189
Minesweeper
解题思路:扫雷问题 找‘.’的八个方向的地雷数,很简单,需要注意的有注释,看代码#include #include #defineMax110 chars[Max
dhm166
·
2012-07-24 12:00
cegui timer
//fromceguisample'
Minesweeper
_timer.h'/**************************************************************
小熊猫大暴走
·
2012-05-26 13:00
Problem B:
Minesweeper
UVA一道简单的编程题,,关于扫雷的,居然出错,郁闷了一下,自己试明明是对的HaveyoueverplayedMinesweeper?It'sacutelittlegamewhichcomeswithinacertainOperatingSystemwhichnamewecan'treallyremember.Well,thegoalofthegameistofindwhereareallthem
hellosijian
·
2012-03-19 22:00
编程
System
input
character
each
Numbers
UVa10189 -
Minesweeper
#include #defineMAX101 chara[MAX][MAX]; intmain() { intm,n; inti,j; intnCase=0; #ifndefONLINE_JUDGE freopen("d:\\UVa\\uva_in.txt","r",stdin); #endif while((scanf("%d%d",&n,&m),m+n)){ getchar(); f
wuli2496
·
2012-03-02 21:00
PC/UVa 110102/10041
Minesweeper
这个题不难,但是最后最后会栽倒PE手里,犯了经验主义错误注意“Theremustbeanemptylinebetweenfieldoutputs.”只在每两个输出矩阵之间有空行,最后不输出空行(所有数据都是一次输入,只要在两个输出矩阵之间含有空行就行,不要求空行的位置一定得在下一次输入之前)代码:#includeusingnamespacestd;#definemaxnum105intnu
chaojiaini
·
2012-02-24 11:00
扫雷游戏(Qt实现及源代码)
完成后界面:
MineSweeper
类主要是负责总体界面的显示。MineSquare主要负责每个小方框的显示。Data负责数据的生成。
I smell magic in the air
·
2011-12-29 23:00
Minesweeper
ProblemB:
Minesweeper
TheProblemHaveyoueverplayedMinesweeper?
x954818696
·
2011-11-03 23:00
System
input
UP
character
each
Numbers
1.6.2
Minesweeper
UVA是世界上最恶心的OJ!!!题目中说的每个图之间应该有一个空行....就是前面没有后面也没有!!好恶心!!
sevenster
·
2011-11-02 21:00
UVa Problem 10189
Minesweeper
(扫雷)
#include usingnamespacestd; intinput[105][105]; charoutput[105][105]; intdirection[8][8]={ {-1,1},{0,1},{1,1},{1,0},{1,-1},{0,-1},{-1,-1},{-1,0} }; intmain() { intn,m; charch; intnum=0; while(cin>>
chen895281773
·
2011-08-31 15:00
UVa Problem 10189
Minesweeper
(扫雷)
//
Minesweeper
(扫雷) //PC/UVaIDs:110102/10189,Popularity:A,Successrate:highLevel:1 //Verdict:Accepted //
metaphysis
·
2011-05-19 14:00
扫雷游戏
MineSweeper
是一个不错的Android开源扫雷游戏,对于初学Android开发网的网友可能有很大的帮助,对于Java游戏开发也有一定的参考意义。
fly-sky
·
2011-02-25 16:00
游戏
android
UI
OS
REST
UVa10189
Minesweeper
ProblemB:
Minesweeper
TheProblemHaveyoueverplayedMinesweeper?
JackyZhengX1990
·
2010-12-31 13:00
How can I find the data structure that represents mine layout of
Minesweeper
in
stackoverflow.com/questions/931257/how-can-i-find-the-data-structure-that-represents-mine-layout-of-
minesweeper
-in-m
yefishskivvy
·
2010-10-15 23:00
PHP
.net
Blog
简单的遍历搜索
Minesweeper
简单的遍历搜索
Minesweeper
#include using namespace std;char map[102][102];int dir[8][2] = { //八个方向 从左上开始
付翔的专栏
·
2010-07-22 12:00
UVa 10189
Minesweeper
UVa10189
Minesweeper
非常简单的题目,之所以多次没有AC,估计是因为做UVa上的题目还没有什么感觉。
心如止水
·
2010-01-06 20:00
10189 -
Minesweeper
返回VolumeCI索引返回总索引 ////////////////////////////////////////////////////////////////////////////10189-
Minesweeper
BalonFan
·
2010-01-04 15:00
c
String
2010
微软有史以来最优秀10款产品
Minesweeper
9. Internet Explorer 7 8. 光学鼠标 7. Office 98 Mac版 6. DOS 5 5. Windows 3.1 4.
wallimn
·
2009-10-28 13:00
游戏
windows
XP
dos
Office
微软有史以来最优秀10款产品
Minesweeper
9. Internet Explorer 7 8. 光学鼠标 7. Office 98 Mac版 6. DOS 5 5. Windows 3.1 4.
wallimn
·
2009-10-28 13:00
游戏
windows
XP
dos
Office
微软有史以来最优秀10款产品
Minesweeper
9. Internet Explorer 7 8. 光学鼠标 7. Office 98 Mac版 6. DOS 5 5. Windows 3.1 4.
wallimn
·
2009-10-28 13:00
游戏
windows
XP
dos
Office
uva :: Programming Challenges :: Chapter 1-10189 -
Minesweeper
uva::ProgrammingChallenges::Chapter1-10189-
Minesweeper
1 /* 2 * File: 10189.cpp 3 * Author: GongZhi
暑假训练之记录
·
2009-07-25 21:00
Waterloo local 1999.10.02
Waterloolocal1999.10.02题目分类
MineSweeper
简单题 Chooseanddivide 预处理,精度很重要 Origami递规,求点的轴对称点Chooseanddivide
hello-world
·
2009-02-10 13:00
JAVA游戏编程之二----j2me MIDlet 手机游戏入门开发 --扫雷(1)-不含线程
作者:雷神QQ:38929568QQ群:28048051(满)28047782(将满)新建一个j2memidlet工程在src里添加如下连个类
Minesweeper
.java cGame.java
kome2000
·
2007-10-09 16:00
java
j2me
手机游戏
扫雷
midlet
游戏编程
变形金刚真人版后 又一大作真人化预告片
场面惊心动魄,再现了Windows扫雷游戏的刺激一刻,同时拥有《兄弟连》的火爆战争场面和情感刻划,看完之后不得不佩服老外的恶搞精神,到最后字幕的C:\Windows\Accessories\Games\
MineSweeper
kiddymeet
·
2007-08-11 12:44
游戏
电影
休闲
扫雷
真人版
变形金刚真人版后 又一大作真人化预告片
场面惊心动魄,再现了Windows扫雷游戏的刺激一刻,同时拥有《兄弟连》的火爆战争场面和情感刻划,看完之后不得不佩服老外的恶搞精神,到最后字幕的C:\Windows\Accessories\Games\
MineSweeper
kiddymeet
·
2007-08-11 12:44
游戏
电影
休闲
扫雷
真人版
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他