码迷,mamicode.com
首页 >  
搜索关键字:motion sensing game    ( 5950个结果
HDU 1054 Strategic Game(二分图匈牙利算法,最小点覆盖数,vector实现)
题目: http://acm.hdu.edu.cn/showproblem.php?pid=1054 关于匈牙利算法的博客讲解 https://www.cnblogs.com/shenben/p/5573788.html https://blog.csdn.net/qq_40938077/artic ...
分类:编程语言   时间:2019-01-20 13:44:32    阅读次数:219
寒假集训第二场
整理人:贺振原 A - Generous Kefa (1) 马鸿儒 (2) 朱远迪 B - Godsend (1) 马鸿儒 (2) 朱远迪 C - Leha and Function D - Leha and another game about graph E - New Year and Anc ...
分类:其他好文   时间:2019-01-20 12:09:08    阅读次数:179
HDU 1054 Strategic Game(树形dp)
Problem Description Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he i ...
分类:其他好文   时间:2019-01-20 11:50:29    阅读次数:168
CF581C Developing Skills 模拟
Petya loves computer games. Finally a game that he's been waiting for so long came out! The main character of this game has n different skills, each o ...
分类:其他好文   时间:2019-01-20 00:54:18    阅读次数:145
Unity Game Framework框架--{1}流程切换
没用框架之前一头雾水,用完感觉这个框架也太好用了吧,废话少说,简单介绍一下我对这个框架的认识以及使用体验 1.游戏入口 哈哈哈哈 就是这里啊 GameEntry很简单,只在Start的时候执行了两个初始化函数: InitBuiltinComponents:初始化框架自带的基础组件; InitCust ...
分类:编程语言   时间:2019-01-19 11:21:01    阅读次数:488
POJ 2328--Guessing Game
1 //模拟题,读错题,浪费一下午!/(ㄒoㄒ)/~~ 2 //此题的关键是最值更新,就不能说清楚嘛??? 3 #include 4 #include 5 #include 6 using namespace std; 7 8 int main() 9 { 10 int n; 11 char a[1... ...
分类:其他好文   时间:2019-01-18 18:36:16    阅读次数:129
java课程设计——2048
1.团队介绍 2.项目git地址 [https://gitee.com/SMTwula/java036.git] 3.项目git提交记录截图 沈梦婷 田亚琴 4.项目功能架构图与主要功能流程图 5.项目运行截图或屏幕录制 经典模式 疯狂模式 6.项目关键代码 ①4 4方格设计: 其中key为4,每个 ...
分类:编程语言   时间:2019-01-18 15:02:40    阅读次数:246
rst003_guessing game
创建项目 the main function is the entry point into the program println! is a macro that prints a string to the screen, then create a place to store the us ...
分类:其他好文   时间:2019-01-18 10:57:49    阅读次数:159
Java贪吃蛇小游戏
一、团队课程设计博客链接 二、个人负责模块或任务说明 1)游戏主体 a.主界面 代码分析: ●Game类: (1)蛇移动 (2)添加身体 (3)加速 (4)是否撞墙 (5)蛇身缩短: (6)设置全局字体 (7)游戏结束 b.配置文件 (1)获取配置文件信息 (2)更新配置文件信息 ●Draw类:用于 ...
分类:编程语言   时间:2019-01-17 14:01:08    阅读次数:179
Leetcode 464.我能赢吗
我能赢吗 在 "100 game" 这个游戏中,两名玩家轮流选择从 1 到 10 的任意整数,累计整数和,先使得累计整数和达到 100 的玩家,即为胜者。 如果我们将游戏规则改为 "玩家不能重复使用整数" 呢? 例如,两个玩家可以轮流从公共整数池中抽取从 1 到 15 的整数(不放回),直到累计整数 ...
分类:其他好文   时间:2019-01-17 01:17:34    阅读次数:185
5950条   上一页 1 ... 87 88 89 90 91 ... 595 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!