码迷,mamicode.com
首页 >  
搜索关键字:games    ( 631个结果
poj 3710 Christmas Game(树上的删边游戏)
Christmas Game Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1967 Accepted: 613 Description Harry and Sally were playing games at Christm
分类:其他好文   时间:2016-01-31 13:26:02    阅读次数:218
Source Multiplayer Networking【转】
https://developer.valvesoftware.com/wiki/Source_Multiplayer_NetworkingMultiplayer games based on theSource Engineuse aClient-Servernetworking architec...
分类:Web程序   时间:2016-01-27 12:18:54    阅读次数:289
hdu5612 Baby Ming and Matrix games (dfs加暴力)
Baby Ming and Matrix gamesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 849Accepted Submission(s...
分类:其他好文   时间:2016-01-26 23:19:26    阅读次数:270
HDU 5612 Baby Ming and Matrix games
暴力搜索,据说精度卡的紧。。。但我是double过了的。#include#include#include#include#include#include#includeusing namespace std;const double eps=1e-8;int dir[4][2],t[4][2];do...
分类:其他好文   时间:2016-01-25 19:21:55    阅读次数:233
hdu 5612 Baby Ming and Matrix games
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5612题意:给出一个矩阵,在(i*2,j*2)(i,j = 0, 1, 2...)是数字0-9,数字之间是+,-,*,/运算符。其他位置是#号。问给出一个数字,有没有可能在矩阵中找到一条路线可以计算得到这...
分类:其他好文   时间:2016-01-25 11:12:09    阅读次数:169
ural 1519 Formula 1
BackgroundRegardless of the fact, that Vologda could not get rights to hold the Winter Olympic games of 20**, it is well-known, that the city will con...
分类:其他好文   时间:2016-01-17 14:50:11    阅读次数:144
UVA 11728 - Alternate Task 数学
Little Hasan loves to play number games with his friends. One day they were playing a game whereone of them will speak out a positive number and the o...
分类:其他好文   时间:2016-01-06 21:49:32    阅读次数:304
HDU 1054 Strategic Game(树形DP)
Problem DescriptionBob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is...
分类:其他好文   时间:2016-01-03 19:39:27    阅读次数:205
Shell变量内容的删除、替代与替换
Shell变量的删除:horace@horace-v490u:~$path=${PATH}##设置path和PATH相同内容 horace@horace-v490u:~$echo$path /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games horace@horace-v490u:~$echo${path#/*sbin:}##加上‘#’符号删除..
分类:系统相关   时间:2015-12-30 00:33:44    阅读次数:191
UVA 1610 Party Games
看似简单的所谓坑题,其实不坑,只是需要细致周密的考虑以及造数据debug的能力,而这正是acmer必备的素质。显然我还不是合格的acmer...这题卡了我好几天。。。#include#define REP(i,a,b) for(int i=a;i>n,n){ REP(i,1,n) ci...
分类:其他好文   时间:2015-12-17 01:50:00    阅读次数:273
631条   上一页 1 ... 37 38 39 40 41 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!