码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
FZU 2148 Moon Game
计算几何...
分类:其他好文   时间:2014-05-09 02:05:49    阅读次数:264
What is tail-recursion
Consider a simple function that adds the first N integers. (e.g.sum(5) = 1 + 2 + 3 + 4 + 5 = 15).Here is a simple Python implementation that uses recu...
分类:其他好文   时间:2014-05-08 17:35:09    阅读次数:286
HDU 1564 Play a game
题意:给定一个n*n的表格,在一个角上放入一块石头,然后两个人轮流移动石头,只能水平和竖直移动石子,而且不能移到已经访问的格子,最后没法移动的玩家为输者。现在输入任意的n输出谁输谁胜。这个随便画两个就能很容易的推算出胜负。 太简单的水题。...
分类:其他好文   时间:2014-05-08 15:41:33    阅读次数:294
Attaching detached POCO to EF DbContext - simple and fast
IntroductionRecently I was playing around with Entity Framework (EF) and evaluating it for some projects. I had a very hard time figuring out how to a...
分类:数据库   时间:2014-05-08 13:05:33    阅读次数:678
设计模式
六个创建型模式简单工厂模式-Simple Factory Pattern 工厂方法模式-Factory Method Pattern抽象工厂模式-Abstract Factory Pattern单例模式-Singleton Pattern原型模式-Prototype Pattern建造者模式-...
分类:其他好文   时间:2014-05-08 10:25:50    阅读次数:303
18个HTML5和JavaScript游戏引擎库
1) BestHTML5and javascript game engine Library- Impactjs2) Best HTML5 and javascript game engine Library - Craftyjs3) Best HTML5 and javascript game e...
分类:编程语言   时间:2014-05-08 05:37:13    阅读次数:360
博弈问题(总结于他人博客)
>>巴什博奕(Bash Game):...
分类:其他好文   时间:2014-05-08 05:07:25    阅读次数:256
Pat(Advanced Level)Practice--1060(Are They Equal)
Pat1060代码 题目描述: If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0.123*105 with simple chopping. Now given...
分类:其他好文   时间:2014-05-08 02:07:49    阅读次数:452
3D数学读书笔记——矩阵进阶
关于矩阵运算方面知识的一些讲解...
分类:其他好文   时间:2014-05-08 01:53:21    阅读次数:310
POJ 2540 半平面交求可行区域面积
Hotter Colder Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 2343   Accepted: 981 Description The children's game Hotter Colder is played as follows. Player A...
分类:其他好文   时间:2014-05-07 23:39:58    阅读次数:590
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!