码迷,mamicode.com
首页 >  
搜索关键字:christmas game    ( 5650个结果
D - A Game with Traps-- codeforces 1260D A
题目大意: 一共有m个士兵,k个陷阱,时间为t,一个首领,这个首领需要在t时间内尽可能多的将士兵带到boos的面前, 第二行是每个士兵的灵敏度。 紧接着是k个陷阱,每个陷阱有l,,r,,d组成,l代表陷阱的位置,r代表l处的陷阱可以在位置r处被解决,陷阱的灵敏度是d,当陷阱的灵敏度比士兵的灵敏度大时 ...
分类:其他好文   时间:2019-12-15 01:26:25    阅读次数:140
Win10+GPU版Pytorch1.1安装
引言本篇为Pytorch安装。安装cuda更新nvidia驱动打开GeForce Game Ready Driver或在 GeForce Experience中下载符合自己gpu的程序。选择cuda打开nvidia控制面板点击帮助、点击系统信息、在点击组件在3D设置中可以看到cuda信息在我升级过n... ...
分类:Windows程序   时间:2019-12-12 23:38:13    阅读次数:254
python小乌龟
''' 一只飘来飘去的小乌龟,在触碰到边框的时候,马上掉头转向。 ''' import pygameimport sys pygame.init()size = width, height =600, 600speed = [-2, 1]bg = (254, 254, 254)screen = py ...
分类:编程语言   时间:2019-12-12 15:25:09    阅读次数:119
Dragons
Kirito is stuck on a level of the MMORPG he is playing now. To move on in the game, he’s got to defeat all n dragons that live on this level. Kirito a... ...
分类:其他好文   时间:2019-12-12 00:52:00    阅读次数:102
Python之pygame学习绘制文字制作滚动文字
pygame绘制文字 ? 今天来学习绘制文本内容,毕竟游戏中还是需要文字对玩家提示一些有用的信息。 字体常用的不是很多,在pygame中大多用于提示文字,或者记录分数等事件。 字体绘制基本分为以下几个步骤: 绘制字体是用的表面中blit函数来绘制图像: blit(source,dest,area = ...
分类:编程语言   时间:2019-12-11 17:35:56    阅读次数:191
CS102A Fall 2019 Project:
CS102A Fall 2019 Project: Xiangqi (象棋, ChineseChess)Figure 1: Board of XiangqiIntroductionXiangqi is a strategy board game for two players. It is one ...
分类:其他好文   时间:2019-12-11 13:30:32    阅读次数:101
COMP517 Assignment
COMP517 Assignment 10(Worth 25% of the module marks)In this exercise you are asked to add more features to the adventure game you have been workingon. ...
分类:其他好文   时间:2019-12-11 13:14:53    阅读次数:80
LightOJ - 1318 - Strange Game(组合数)
链接: https://vjudge.net/problem/LightOJ 1318 题意: In a country named "Ajob Desh", people play a game called "Ajob Game" (or strange game). This game is ...
分类:其他好文   时间:2019-12-10 22:52:42    阅读次数:161
XXWin7系统最后精简走一波
在微软即将停止对Win7的服务时候,潇啸赶上最后一波给大家发一波Win7的精简,让你更加流畅的开黑、开车、开炮、Quadr Kill、Penta Kill、Shut Down 基于原版修改,集成了补丁到最新(7601.24536)、支持EFI安装激活,IE主页设置为空白,安装了最常用的运行库、NET4.8、NT3.5、VC 删除很多无关或者是不常用的东西,保留GAME相关,基本办公,打印,远程协助等; 自动将用户文件夹,虚拟内存提取到D盘。
分类:Windows程序   时间:2019-12-09 19:17:52    阅读次数:188
【leetcode】1275. Find Winner on a Tic Tac Toe Game
题目如下: Tic-tac-toe is played by two players A and B on a 3 x 3 grid. Here are the rules of Tic-Tac-Toe: Players take turns placing characters into empt ...
分类:Windows程序   时间:2019-12-08 10:40:21    阅读次数:113
5650条   上一页 1 ... 36 37 38 39 40 ... 565 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!