既然标题是最简单的,那么很多东西就不需要我们自己做了,使用的是NGUI的示例,只针对初学者,接下来让我们来做一个最简单游戏设置里的声音控制。 1、导入NGUI; 2、找到NGUI的Menu示例Demo,文件夹为NGUI\Examples\Scenes 打开Example 3 - Menu场景 3、....
分类:
其他好文 时间:
2014-11-19 07:13:52
阅读次数:
420
112. a^b-b^atime limit per test: 0.25 sec. memory limit per test: 4096 KBYou are given natural numbers a and b. Find a^b-b^a.InputInput contains numbe...
分类:
编程语言 时间:
2014-11-19 00:15:27
阅读次数:
252
最近学习BoW模型,将自己网上看到的资料及对论文的理解,将BoW模型总结如下!
BoW模型
Bag-of-words model (BoW model) 最早出现在自然语言处理(Natural Language Processing)和信息检索(Information
Retrieval)领域.。该模型忽略掉文本的语法和语序等要素,将其仅仅看作是若干个词汇的集合,文档中每个单词...
分类:
其他好文 时间:
2014-11-10 23:27:42
阅读次数:
1675
The binomial coefficient C(m,n) is defined as
m!
C(m,n) = --------
n!(m-n)!
Given four natural numbers p, q,
r, and s, compute the the result of dividing C(p,q) by
C(r,s...
分类:
其他好文 时间:
2014-11-03 22:40:24
阅读次数:
200
http://videolectures.net/icml09_dasgupta_langford_actl/ 主动学习目的: 尽可能少的标注,获取尽可能好的训练结果 一般来说我们希望我们训练的模型能够对于natural distribution也就是说truly underlying distri...
分类:
其他好文 时间:
2014-11-01 19:12:18
阅读次数:
157
1、首先是看看效果图:
开始运行项目如下图所示
2、点击绿色按钮修改配置文件再点击修改按钮成功修改方块颜色
3、接了下是实现的过程:
首先在Hierarchy创建一个cube,其次在Assets下分别创建Scenes和Scripts文件夹,分别是用来保存的的当前的场景和我们所写的脚本。在Scripts文件夹下面右键创建一个C#脚本,接我们在脚本里面开始创建一个XML文件和对应的...
分类:
编程语言 时间:
2014-10-30 22:41:58
阅读次数:
344
Description
Kitty is a little cat. She is crazy about a game recently.
There are n scenes in the game(mark from 1 to n). Each scene has a number pi. Kitty's score will become least_common_multiple...
分类:
其他好文 时间:
2014-10-29 00:23:31
阅读次数:
225
Spatial Pyramid Matching看了很多关于SPM的介绍,但是网络上的资源大多都是对论文Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories的直接翻译,关于...
分类:
其他好文 时间:
2014-10-28 00:38:21
阅读次数:
294
一些常见的NLP任务的开源/免费工具,*Computational Linguistics ToolboxCLT http://complingone.georgetown.edu/~linguist/compling.htmlGATE http://gate.ac.uk/Natural Langu...
分类:
其他好文 时间:
2014-10-25 22:51:10
阅读次数:
236
1729Time Limit: 3 Seconds Memory Limit: 65536 KB1729 is the natural number following 1728 and preceding 1730. It is also known as the Hardy-Ramanujan....
分类:
其他好文 时间:
2014-10-21 15:17:11
阅读次数:
196