码迷,mamicode.com
首页 >  
搜索关键字:lets play    ( 9918个结果
Unity3D 物体移动到点击位置
using UnityEngine;using System.Collections;public class MoveToClick : MonoBehaviour{ public GameObject play; public Vector3 temPos; public bo...
分类:移动开发   时间:2014-10-15 19:22:51    阅读次数:147
Anagrams
这题折腾主要是因为对于这个anagram的定义理解有误,参看维基页面:Ananagramis a type ofword play, the result of rearranging the letters of a word or phrase to produce a new word or ...
分类:其他好文   时间:2014-10-14 21:30:09    阅读次数:195
Play!:SBT代理设置
Play2.3.x,新建一个工程就比较头疼,sbt解析一大堆,很多都被墙了。使用GAE代理:set HTTP_PROXY=http://localhost:8087activator还有sbt的包老找不到,估计是官方源出了问题:sbt.ResolveException: unresolved dep...
分类:其他好文   时间:2014-10-13 14:25:49    阅读次数:432
关于使用墙外安卓应用
有时候可能因为种种原因,你无法直接在手机上连接Google Play来下载应用(比如说你设备不兼容,说你所在地区不支持,或者你想装到上不去Google Play的Kinlde上),但你又想安装这个应用,怎么办呢? 从某荚里安装?到某峰论坛里找?只要不是官方渠道下载,就绝对都不靠谱,可能会下载到被植入...
分类:移动开发   时间:2014-10-13 00:30:58    阅读次数:228
初识分类算法(3)-----朴素贝叶斯算法
1. 例子引入:如上篇的play or not 例子。未知分类的样本:D:, 是 or 否?我们要判断该样本的分类,即比较该样本属于是的概率大还是否的概率大 P(是/否|A=sunny, B=cool, C=high ,D=strong)P(是|A=sunny, B=cool, C=high ,D=...
分类:编程语言   时间:2014-10-12 22:01:08    阅读次数:488
C《贪吃蛇》简易字符版
哇咔咔,这是我步入游戏制作界的第一步。忙活了一个国庆,虽说bug略多,但是成就感满满的。#include#include#include#define H 20#define L 20void map(int hard);void maphard(void);void play(void);void...
分类:其他好文   时间:2014-10-12 13:51:08    阅读次数:181
Android中的音频处理------SoundPool,MediaRecorder,MediaPlayer以及RingStone总结
用Soundpool能够播一些短的反应速度要求高的声音, 比方游戏中的爆破声,而Mediaplayer适合播放长点的。 MediaRecorder主要用来录音。SoundPool加载音乐文件使用了独立的线程,不会堵塞UI主线程的操作。可是这里假设音效文件过大没有加载完毕,我们调用play方法时可能产...
分类:移动开发   时间:2014-10-12 12:27:28    阅读次数:287
初识分类算法(2)------决策树ID3算法
例子:分类:play or not ?(是/否) 目的:根据训练样本集S构建出一个决策树,然后未知分类样本通过决策树就得出分类。问题:怎么构建决策树,从哪个节点开始(选择划分属性的问题)方法:ID3(信息增益),C4.5(信息增益率),它们都是用来衡量给定属性区分训练样例的能力。1. 为了理解信息....
分类:编程语言   时间:2014-10-11 16:33:06    阅读次数:256
【第一篇章-android平台buffer播放探索】buffer play demo
从google发布的各个android版本源码看,android4.0开始就做了支持buffer播放的接口及demo了,编译完android SDK后在out中会生成一个可执行文件stream,这个就是一个非常好的demo测试程序,支持H264的ts播放,程序源代码位置以android4.3为例说明下,目录:android4.3\frameworks\av\cmds\stagefright,对应文...
分类:移动开发   时间:2014-10-11 14:45:55    阅读次数:266
Difference between applicationContext.xml and spri
Spring lets you define multiple contexts in a parent-child hierarchy. The?applicationContext.xml?defines the beans for the "root webapp context", i.e. the context associated with the webapp. The...
分类:移动开发   时间:2014-10-11 13:45:55    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!