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
CharMap
Win8系统108个运行命令
1.appwiz.cpl:程序和功能(程序卸载)打开程序和功能(程序卸载)窗口2.calc:启动计算器3.certmgr.msc:证书管理实用程序证书管理实用程序4.
charmap
:启动字符映射表5.chkdsk.exe
jack_chen1994
·
2016-04-26 10:00
windows
win8
命令
HDU2579(BFS)
代码:#include #include #include #include usingnamespacestd;
charmap
[102][102]; intnum[102][102][10]; intnext1
LMFQYJ
·
2016-04-25 19:00
Hduoj5025 【广搜+状态压缩】
defineINF0x3f3f3f3f usingnamespacestd; intn,m,dx[4]={0,0,1,-1},dy[4]={1,-1,0,0},mark[110][110][10][50],Min;
charmap
u014641529
·
2016-04-25 17:00
HDOJ1242(BFS)
include #include usingnamespacestd; intn,m; intnext1[4][2]={{0,1},{0,-1},{1,0},{-1,0}}; typedefpairP;
charmap
LMFQYJ
·
2016-04-25 13:00
1012 Rescue
AngelwasputinprisonbyMoligpy.TheprisonisdescribedasaN*M(N,M#include#includeusingnamespacestd;intvisit[201][201];
charmap
diyutianxie
·
2016-04-23 17:00
搜索—Problem_1016-Red and Black
AC代码#include #include intn,m,cnt;
charmap
[30][30]; intto[4][2]={{1,0},{0,1},{-1,
hero5201
·
2016-04-23 15:00
windows cmd命令大全
开始->运行->键入cmd或command(在命令行里可以看到系统版本、文件系统版本)1.appwiz.cpl:程序和功能 2.calc:启动计算器 3.certmgr.msc:证书管理实用程序 4.
charmap
qq_24664311
·
2016-04-22 21:00
1011 Oil Deposits
#include#includeusingnamespacestd;boolvisit[111][111];
charmap
[111][111];intdir[8][2]={{-1
diyutianxie
·
2016-04-22 18:00
【HDU 1010】【搜索】Tempter of the Bone
#include #include usingnamespacestd; intn,m,ex,ey,sx,sy,flag;
charmap
[15][15]; intdir[4
x123654p
·
2016-04-16 10:00
Window系统下CMD命令大全(二)
开始->运行->键入cmd或command(在命令行里可以看到系统版本、文件系统版本) 1.appwiz.cpl:程序和功能 2.calc:启动计算器 3.certmgr.msc:证书管理实用程序 4.
charmap
qianqin_2014
·
2016-04-12 19:00
【POJ 2386】【Lake Counting】【DFS】
#include"iostream" usingnamespacestd; #defineMAX_map105 intnumx,numy;
charmap
[MAX_map][MAX_map]; intflag
x123654p
·
2016-04-09 00:00
poj
DFS
nyoj82迷宫寻宝(一)
描述一个叫ACM的寻宝者找到了一个藏宝图,它根据藏宝图找到了一个迷宫,这是一个很特别的迷宫,迷宫里有N个编过号的门(N #include #include usingnamespacestd; //地图
charmap
acm_hmj
·
2016-04-03 19:00
数据结构
C++
算法
搜素
HDU 1026 Ignatius and the Princess I (bfs + 优先队列 + 路径记录)
#include #include #include #include #include usingnamespacestd;
charmap
[110][110]; intvis[110][1
Strokess
·
2016-04-01 19:00
nyoj82 迷宫寻宝(一)(DFS 推荐看看)
描述一个叫ACM的寻宝者找到了一个藏宝图,它根据藏宝图找到了一个迷宫,这是一个很特别的迷宫,迷宫里有N个编过号的门(N #include #include usingnamespacestd; //地图
charmap
su20145104009
·
2016-03-28 20:00
DFS
深搜
nyoj
nyoj82
82迷宫寻宝
POJ 2386 Lake Counting
AC.很普通的DFS#include #include #include usingnamespacestd;
charmap
[105][105]; voiddfs(intline,intcol)
Kiritow
·
2016-03-28 20:00
poj
挑战程序设计竞赛
HRBUST 2085 囧 分型法
problem_id=2085代码:#include #include #include usingnamespacestd; constintmapsize=1000; voiddraw(constintn,
charmap
qq_32473657
·
2016-03-23 14:00
UVa572油田(连通块个数)
com_onlinejudge&Itemid=8&page=show_problem&problem=513也就是求联通块个数运用dfs#include #include #definemaxn105
charmap
sinat_19628145
·
2016-03-17 11:00
uva 10562 undraw the trees(烂题) ——yhx
1#include 2#include 3#include 4#include 5usingnamespacestd; 6
charmap
[210][210]; 7intm; 8voiddfs
Orion_7
·
2016-03-16 00:00
UVa - 227 - Puzzle
给空格子上下左右的互换操作,问最后是怎样的注意一行的最后一个若是空格,需要自己加注意读取时操作可能分好多行,一定要读取到0为止1#include 2#include 3usingnamespacestd; 4
charmap
nicetomeetu
·
2016-03-14 21:00
HDU 1241 Oil Deposits (搜索水题)
#include #include #include #include usingnamespacestd; intm,n;
charmap
[110][110]; intdir[8][2]={1,1,0,1,1,0
Strokess
·
2016-03-11 18:00
WindowXp-Windows7-Windows运行命令
Win7里面按Win+R呼出运行界面,一下是它的一些常用命令: 1.cleanmgr:打开磁盘清理工具 2、compmgmt.msc:计算机管理 3、conf:启动系统配置实用程序 4、
charmap
0-G
·
2016-03-11 11:00
HDU 1728 逃离迷宫
include 6#include 7usingnamespacestd; 8intn,m,k; 9intsx,sy,tx,ty; 10intt; 11constintqq=110; 12
charmap
我不萌、我要高冷
·
2016-03-10 17:00
HDU 1026 BSF+优先队列+记录路径、
include #include #include #include #include usingnamespacestd; constintqq=110; constintMAX=10000;
charmap
我不萌、我要高冷
·
2016-03-10 17:00
常用 Windows 7运行命令大全
我个人顺便标红一下常用的Windows7运行命令大全,小编整理了常用的45个Win7运行命令分享给大家:1、cleanmgr:打开磁盘清理工具2、compmgmt.msc:计算机管理3、conf:启动系统配置实用程序4、
charmap
lightspear
·
2016-03-08 22:49
windows系统
九度OJ 1461-1470(9/9)
1461#include #include usingnamespacestd; #defineN7 intn,m,t;
charmap
[N][N+1]; boollegal(intx,inty)
thudaliangrx
·
2016-03-08 21:00
广搜 — — ZOJ 1649 Rescue
HewasputinprisonbyMoligpy.TheprisonisdescribedasaN*M(N,M #include #include #include usingnamespacestd; intn,m,vis[201][201];
charMap
yuan_jlj
·
2016-03-08 15:00
搜索
Rescue
HewasputinprisonbyMoligpy.TheprisonisdescribedasaN*M(N,M #include #include #include usingnamespacestd;
charmap
menxiaoyuan
·
2016-03-06 11:00
优先队列
bfs
LCS最大公共子序列
#include #include usingnamespacestd; voidLCS(char*str1,char*str2,intarr[50][50],
charmap
[51][51]) {
INGNIGHT
·
2016-03-05 17:00
HDU 1253
#include #include #include #include #include #include usingnamespacestd; #defineN51
charmap
[N][N][N]=
lishuzhai
·
2016-02-26 20:00
Windows 7运行命令大全
Windows7运行命令大全,小编整理了常用的45个Win7运行命令分享给大家:1、cleanmgr:打开磁盘清理工具2、compmgmt.msc:计算机管理3、conf:启动系统配置实用程序4、
charmap
yuanhotel
·
2016-02-24 15:00
Poj 1185 炮兵阵地
include #include #include usingnamespacestd; constintmaxn=200; constintlog=11; intdp[maxn][maxn][maxn];
charMap
a1s4z5
·
2016-02-23 15:00
Win+R指令(1)
命令:开始->运行->键入cmd或command(在命令行里可以看到系统版本、文件系统版本)1.appwiz.cpl:程序和功能2.calc:启动计算器3.certmgr.msc:证书管理实用程序4.
charmap
混沌的光与影
·
2016-02-21 09:00
hdu 2612 简单搜索
到不了的话,那就无限时间喽#include #include intn,m; structnode { intx; inty; }Y,M,kfc[40010];
charmap
[210][210]; intqueue
qq_32995183
·
2016-02-20 18:00
bfs-hdu
HDU 1241 Oil Deposits
#include intn,m;
charmap
[110][110]; intmove[8][2]={{1,0},{-1,0},{0,1},{0,-1},{1,1},{-1,-1},{-1,1},{1,
qq_32995183
·
2016-02-20 16:00
DFS
UVA 11624 Fire!
#include #include #include usingnamespacestd; intr,c;
charmap
[1010][1010]; intwayfire[1010][1010]; intwayme
qq_32995183
·
2016-02-20 13:00
uva
bfs
FZU 2150 Fire Game
#include #include
charmap
[21][11]; intqueue[100100]; intmove[4][2]={{1,0},{-1,0},{0,1},{0,-1}}; intway
qq_32995183
·
2016-02-20 01:00
bfs
FZU
poj 2251 Dungeon Master
#include #include intl,r,c;
charmap
[35][35][35]; intway[35][35][35]; structsb { intl; intr; intc; }s,
qq_32995183
·
2016-02-18 23:00
poj
bfs
poj 1321 棋盘问题
#include #include
charmap
[9][9]; intflag[9]; intans; intn,k; intcount; voiddfs(intx) { if(x>=n) return
qq_32995183
·
2016-02-18 22:00
poj
DFS
POJ 2251宽搜、
最后找到原因的我真的想一巴掌拍死自己1#include 2#include 3#include 4usingnamespacestd; 5constintqq=40; 6intvis[qq][qq][qq]; 7
charmap
我不萌、我要高冷
·
2016-02-06 16:00
BFS
include 4#include 5#include 6usingnamespacestd; 7 8structnode 9{ 10intx,y,step; 11}; 12 13
charmap
Sunny糖果
·
2016-02-04 22:00
BFS
include 4#include 5#include 6usingnamespacestd; 7 8structnode 9{ 10intx,y,step; 11}; 12 13
charmap
Sunny糖果
·
2016-02-04 22:00
水题-poj1979
#include #include usingnamespacestd; introw,col; intdir[4][2]={{0,-1},{0,1},{1,0},{-1,0}};
charmap
MMac
·
2016-02-04 16:00
POJ 1321 深搜dfs
最近脑袋都不愿意想思路总是想一些无用的改进:(1)以后做题目坚决不开音乐,QQ直接挂隐身(2)想题目的时候一定要认真,开启完全状态(3)对自己再认真一点,加油1#include 2#include 3constintqq=10; 4
charmap
我不萌、我要高冷
·
2016-02-03 10:00
POJ 1321 深搜dfs
最近脑袋都不愿意想思路总是想一些无用的改进:(1)以后做题目坚决不开音乐,QQ直接挂隐身(2)想题目的时候一定要认真,开启完全状态(3)对自己再认真一点,加油1#include 2#include 3constintqq=10; 4
charmap
我不萌、我要高冷
·
2016-02-03 10:00
CDOJ 1270 Playfair
include #include #include usingnamespacestd; chars[500000]; chartmp[500000]; charu[500000];
charMap
Fighting_Heart
·
2016-02-02 22:00
CDOJ 1270 Playfair
include #include #include usingnamespacestd; chars[500000]; chartmp[500000]; charu[500000];
charMap
Fighting_Heart
·
2016-02-02 22:00
hdu 1045
#include #include
charmap
[5][5];constintMIN=0;intn,ans;boolCheck(intx,inty){//x代表横坐标,y代表纵坐标 for(inti
坏小孩不坏
·
2016-01-30 21:00
H - Rescue hdu1242
HewasputinprisonbyMoligpy.TheprisonisdescribedasaN*M(N,M #include #include usingnamespacestd; intvisit[220][220];
charmap
maqinyao5566
·
2016-01-21 17:00
LightOJ 1012 (简单dfs)
题解:简单的dfs计数…代码#include usingnamespacestd;
charmap
[20][20]; intW,H; voidpos(char(*map)[20],int&sum,intdx
qq_21057881
·
2016-01-18 17:00
HDU1240 Asteroids!(BFS)
题解:三维BFS,和胜利大逃亡差不多代码#include #include #include usingnamespacestd;
charmap
[20][20][20]; intvis[20][20
qq_21057881
·
2016-01-18 13:00
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他