码迷,mamicode.com
首页 >  
搜索关键字:motion sensing game    ( 5950个结果
Unreal Engine 4 C++ 为编辑器中Actor创建自定义图标
有时候我们创建场景的时候,特定的Actor我们想给它一个特定的图标,便于观察。比如这样: 实现起来也很简单,需要编写C++代码: 我们创建一个Actor,叫AMyActor,它包含一个Sprite(精灵),这个精灵负责显示自定义图标:代码如下 #pragma once #include "GameFramework/Actor.h" #include "Components/Bil...
分类:编程语言   时间:2014-10-10 12:01:34    阅读次数:354
ACM学习历程—FZU2148 Moon Game(计算几何)
Moon GameDescriptionFat brother and Maze are playing a kind of special (hentai) game in the clearly blue sky which we can just consider as a kind of t...
分类:其他好文   时间:2014-10-09 22:58:01    阅读次数:283
hdu 4742 Pinball Game 3D(三维LIS&cdq分治&BIT维护最值)
Pinball Game 3D Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 688    Accepted Submission(s): 276 Problem Description RD is a smart b...
分类:其他好文   时间:2014-10-09 03:14:37    阅读次数:473
iOS开发入门教程_iOS开发视频教程
iOS开发入门教程 (Object-C、网络编程、多线程、蓝牙、二维码、Cocos2D、OpenGL)适合人群:初级课时数量:34课时用到技术:IOS,Object-C,OpenGL,XCode,Cocos 2D涉及项目:Cocos+2D、Game Kit蓝牙数据处理等咨询QQ:1840215592...
分类:移动开发   时间:2014-10-09 01:47:47    阅读次数:222
Codeforces Round #271 (Div. 2) D. Flowers (递推 预处理)
We saw the little game Marmot made for Mole's lunch. Now it's Marmot's dinner time and, as we all know, Marmot eats flowers. At every dinner he eats some red and white flowers. Therefore a dinner can...
分类:其他好文   时间:2014-10-08 16:47:45    阅读次数:229
PS 滤镜——运动模糊
%%%%%  motion blur clc; clear all; close all; Image=imread('4.jpg'); Image=ouble(Image); theta=pi/4; len=20; row=floor(len*sin(theta))+1; col=floor(len*cos(theta))+1; motion_f1(1:row,1:c...
分类:其他好文   时间:2014-10-08 16:02:05    阅读次数:237
Cocos2d-x 3.2 学习笔记(十一)Game 2048
一、规则 游戏2048的规则很简单 2+2=44+4=88+8=1616+16=32……1024+1024=2048 这游戏挺火的……不过做起来也不难,就用cocos2dx做一下,首先我也没看过别人 怎么做的,当然写的也不是很好,能玩…… 二、游戏 游戏的界面是用画的,数字是写上去的,卡片...
分类:其他好文   时间:2014-10-08 13:38:35    阅读次数:283
10891 - Game of Sum
Problem EGame of SumInput File:e.inOutput:Standard OutputThis is a two player game. Initially there areninteger numbers in an array and playersAandBge...
分类:其他好文   时间:2014-10-07 23:09:04    阅读次数:298
hdu 3455 Leap Frog(状压DP)
Problem Description Jack and Jill play a game called "Leap Frog" in which they alternate turns jumping over each other. Both Jack and Jill can jump a maximum horizontal distance of 10 units in any ...
分类:其他好文   时间:2014-10-07 13:34:33    阅读次数:152
HDU 1113 Word Amalgamation (map 容器 + string容器)
http://acm.hdu.edu.cn/showproblem.php?pid=1113 Problem Description In millions of newspapers across the United States there is a word game called Jumble. The object of this game is to solve a ri...
分类:其他好文   时间:2014-10-06 18:23:20    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!