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
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
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一个新的多栏布局样式属性,测试了一下,贴段代码出来:目前这个属性还是需要带上浏览器内核的私有前缀:先看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
如下图所示,请先在PlaySettings中修改Api Compatibility Level 改成.NET 2.0,如果不修改会报错注意:Error building Player: Extracting referenced dlls failed.无论你编译任何平台都请修改一下这里, 留言中有...
分类:
其他好文 时间:
2014-09-28 17:52:23
阅读次数:
240
1.原因
更新sdk后报错,,因为版本不同,zipalign.exe所处路径不同
2.解决办法
在sdk路径下搜索zipalign.exe 。然后复制到报错内容中制定的路径就行了。...
分类:
移动开发 时间:
2014-09-28 17:48:24
阅读次数:
1297
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
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
需要注意的是win平台加载图片,用到"file:///"参考来源 StartCoroutine(SaveThePlayerColorImage(320));//save the color image when the player pass the wall IEnumerator Save...
分类:
其他好文 时间:
2014-09-26 12:39:08
阅读次数:
238
题目比较长,题意不大好理解
现在把题意抽象一下,大概是以下意思:
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