码迷,mamicode.com
首页 >  
搜索关键字:player    ( 1792个结果
Android中导入Unity项目,界面点击事件失去焦点问题
package com.t.t;\n\rimport com.unity3d.player.*;\n\rimport android.app.NativeActivity;\n\rimport android.content.res.Configuration;import android.grap...
分类:移动开发   时间:2014-09-29 17:48:31    阅读次数:181
Android中导入Unity项目,界面点击事件失去焦点问题
package com.t.t; import com.unity3d.player.*; import android.app.NativeActivity; import android.content.res.Configuration; import android.graphics.Pix...
分类:移动开发   时间:2014-09-29 17:46:41    阅读次数:403
sicily 1176 two ends 动态规划解题
1176. Two EndsConstraintsTime Limit: 1 secs, Memory Limit: 64 MBDescriptionIn the two-player game "Two Ends", an even number of cards is laid out in a...
分类:其他好文   时间:2014-09-29 04:25:56    阅读次数:194
CSS3多栏样式布局
看书的时候,遇到了CSS3一个新的多栏布局样式属性,测试了一下,贴段代码出来:目前这个属性还是需要带上浏览器内核的私有前缀:先看html代码:1 2 3 My father was a self-taught mandolin player. He was one of th...
分类:Web程序   时间:2014-09-28 20:12:05    阅读次数:194
注意:Error building Player: Extracting referenced dlls failed.
如下图所示,请先在PlaySettings中修改Api Compatibility Level 改成.NET 2.0,如果不修改会报错注意:Error building Player: Extracting referenced dlls failed.无论你编译任何平台都请修改一下这里, 留言中有...
分类:其他好文   时间:2014-09-28 17:52:23    阅读次数:240
Error building Player: Win32Exception: ApplicationName='E:/adt-20140702/sdk\tools\zipalign.exe', Com
1.原因 更新sdk后报错,,因为版本不同,zipalign.exe所处路径不同  2.解决办法 在sdk路径下搜索zipalign.exe 。然后复制到报错内容中制定的路径就行了。...
分类:移动开发   时间:2014-09-28 17:48:24    阅读次数:1297
每天一点儿Java--抽象类和接口
package prac_1; /** * Title: 接口和抽象函数 * Description: 演示继承抽象函数和实现接口 * Copyright: Copyright (c) 2014 * Filename: Play.java * @author 王海涛 * @version 0.1 */ //接口 interface player { int flag = ...
分类:编程语言   时间:2014-09-27 17:40:00    阅读次数:181
sicily 1176. Two Ends (Top-down 动态规划+记忆化搜索 v.s. Bottom-up 动态规划)
DescriptionIn the two-player game "Two Ends", an even number of cards is laid out in a row. On each card, face up, is written a positive integer. Play...
分类:其他好文   时间:2014-09-27 00:10:38    阅读次数:444
unity 截图保存及显示
需要注意的是win平台加载图片,用到"file:///"参考来源 StartCoroutine(SaveThePlayerColorImage(320));//save the color image when the player pass the wall IEnumerator Save...
分类:其他好文   时间:2014-09-26 12:39:08    阅读次数:238
poj 1143 number game
题目比较长,题意不大好理解 现在把题意抽象一下,大概是以下意思: 1.给2~20的数字中的几个数组成数组a,其中是你可以选择的数字; 2.选择的规则如下: (1).如果选择了某个数字x,则数组a中是其倍数的数字将被划去; (2).假如数字n在数组a中,若n-x 的值并不在数组a中,则划去n; 3.当没有数字可以选取时,则此player失败; 4.让你找出先选的player选择哪个数字...
分类:其他好文   时间:2014-09-25 09:07:08    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!