码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
nyoj-----284坦克大战(带权值的图搜索)
坦克大战时间限制:1000ms | 内存限制:65535KB难度:3描述Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on com...
分类:其他好文   时间:2014-06-13 08:24:42    阅读次数:221
Java MemCached 缓存实现
首先创建MemCached 缓存管理类,此代码测试需要添加 java_memcached-release_2.6.3.jar,commons-pool-1.5.6.jar,slf4j-api-1.6.1.jar,slf4j-simple-1.6.1.jar 这几个jar包import java.ut...
分类:编程语言   时间:2014-06-12 22:02:01    阅读次数:492
通过一个具体的实例来学习hive
----资源来自于官网教程 Simple Example Use Cases MovieLens User Ratings First, create a table with tab-delimited text file format: CREATE TABLE u_data ( userid INT, movieid INT, rati...
分类:其他好文   时间:2014-06-11 06:32:36    阅读次数:407
uva Children's Game
非常巧妙的题目,巧用cmp,注意cmp的重载 #include #include using namespace std; string a[55]; bool cmp(string a, string b){ return a+b > b+a; } int main(int argc, char const *argv[]) { int n; while(cin >...
分类:其他好文   时间:2014-06-11 06:10:28    阅读次数:293
ACdream群赛1112(Alice and Bob)
题意:http://acdream.info/problem?pid=1112 Problem Description Here  is Alice and Bob again ! Alice and Bob are playing a game. There are several numbers.First, Alice choose a number n.Then he c...
分类:其他好文   时间:2014-06-10 14:48:56    阅读次数:236
unity game Developemnt in 24 hours 第20章 Audio 声音
声音1. 声音的使用涉及三个概念:()Listener ——监听声音的object,一个场景只能有一个Listener(2)声音源文件(3)声音剪辑clip —— 我理解的是吧源文件放到scene关联object就成为了一个clip2. 声音unity3d支持的格式包括mp3,wav,ogg等3D和...
分类:其他好文   时间:2014-06-10 12:01:30    阅读次数:295
Uva 11489 - Integer Game
Two players, S and T, are playing a game where they make alternate moves. S plays first.  In this game, they start with an integer N. In each move, a player removes one digit from the integer and p...
分类:其他好文   时间:2014-06-10 06:31:29    阅读次数:302
苹果官方Swift文档翻译02
转自:http://www.cnblogs.com/caios/p/3771015.htmlWelcome to Swift (苹果官方Swift文档初译与注解二)---6~10页Simple Values翻译来自: Apple Inc. “The Swift Programming Languag...
分类:移动开发   时间:2014-06-08 23:42:49    阅读次数:447
湘潭 A simple problem
A simple problemAccepted : 30Submit : 303Time Limit : 15000 MSMemory Limit : 655360 KBProblem DescriptionThere is a simple problem. Given a number N. ...
分类:其他好文   时间:2014-06-08 21:14:04    阅读次数:226
hdu 1757 A Simple Math Problem (乘法矩阵)
A Simple Math ProblemTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2441Accepted Submission(s): 1...
分类:其他好文   时间:2014-06-08 20:33:48    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!