码迷,mamicode.com
首页 >  
搜索关键字:playing a game    ( 5937个结果
C# 小游戏-拼图魔方【Game Puzzle】
工作闲暇之余去逛了逛CodeProject,刚好现有项目主要用到就是winform,浏览了下照片,找到上周带着蛋挞打疫苗回家的照片,于是新生一记,如何把这些图片玩起来~ 80后应该都有印象,小时候有种玩具,叫做拼图魔方,90后00后的世界这种玩具应该早已灭绝了。一个塑料小板,上面分隔了很多小图框,通 ...
分类:Windows程序   时间:2020-02-28 11:47:35    阅读次数:86
20200226补题
B - Game on Paper One not particularly beautiful evening Valera got very bored. To amuse himself a little bit, he found the following game. He took a ...
分类:其他好文   时间:2020-02-27 20:36:17    阅读次数:62
E - Holes
题目链接:http://codeforces.com/problemset/problem/13/E Little Petya likes to play a lot. Most of all he likes to play a game «Holes». This is a game for o ...
分类:其他好文   时间:2020-02-27 19:09:01    阅读次数:78
OpenMP The Game of Life
OpenMP Independent In-Class Coursework – The Game of LifeThe aim of this assignment is to write a parallel version of Conway’s Game of Life using Open ...
分类:其他好文   时间:2020-02-25 19:40:04    阅读次数:56
石子合并(区间dp)
石子合并不应该是个区间dp? 题目:There is an old stone game.At the beginning of the game the player picks n(1<=n<=50000) piles of stones in a line. The goal is to me ...
分类:其他好文   时间:2020-02-24 22:40:11    阅读次数:82
CF1292A-NEKO's Maze Game
题目:https://vjudge.net/problem/CodeForces-1292A 题意:共两行,从(1,1)到(2,n)每过一个时刻会有一个位置的状态变化,从能到达这个位置变成不能到达,或从不能到达变成能到达,问在每个时刻中是否能从起点到终点。 分析:对于某一行的一个障碍,要形成阻碍,必 ...
分类:其他好文   时间:2020-02-24 20:21:57    阅读次数:63
[luogu p1118] [USACO06FEB]数字三角形
题面 题目描述 and his cows enjoy playing a mental game. They write down the numbers from $1$ to$ N(1 \le N \le 10)$ in a certain order and then sum adjacent ...
分类:其他好文   时间:2020-02-22 16:11:28    阅读次数:64
缓存一致性(Cache Coherency)入门【转】
转自:https://www.infoq.cn/article/cache-coherency-primer 曹知渊 阅读数:302612014 年 9 月 27 日 16:57 本文是 RAD Game Tools 程序员 Fabian “ryg” Giesen 在其博客上发表的《Cache co ...
分类:系统相关   时间:2020-02-21 14:20:19    阅读次数:90
用Rsync,实现网站的增量部署
整个网站通常会很大,尤其的其中静态的图片视频之类,但我们通常不会修改他们,平常只会修改几个文件,如果每次更新都将整个网站从本地上传到服务器,无疑很费时间,如果要找到修改的文件,并只上传这些文件,甚至只上传这些文件修改的部分,无疑会方便很多。这就要用的到今天的主角Rsync,Rsync可以执行增量备份,它只传输源文件和目标文件之间不一致的部分环境:web服务器root目录/usr/share/ngi
分类:Web程序   时间:2020-02-21 09:59:00    阅读次数:77
C++-POJ2975-Nim
题目把Nim游戏为什么可以取异或和讲解得十分清楚,建议多读几次,理解一下 再一个,可以把每次异或视为一次取数,因此(k[i]^sg)<k[i]即为一种可行操作 /* Nim is a 2-player game featuring several piles of stones. Players a ...
分类:编程语言   时间:2020-02-20 13:10:16    阅读次数:76
5937条   上一页 1 ... 24 25 26 27 28 ... 594 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!