码迷,mamicode.com
首页 >  
搜索关键字:natural scenes    ( 496个结果
题目1459:Prime ring problem
题目描述:A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two ad...
分类:其他好文   时间:2014-12-16 17:00:52    阅读次数:207
Libgdx游戏引擎之ScrollPane组件
1、运行界面 这是一个不显示滚动条的水平ScrollPanel,通过手势控制ScrollPanel水平移动 2、示例代码 import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.I...
分类:其他好文   时间:2014-12-14 22:48:07    阅读次数:677
[Cocos2d-x开发问题-6] 定时器问题
刚接触Cocos的时候谢了这样一段Lua代码: cc.Director:getInstance():getScheduler():scheduleScriptFunc(createOnePairPipe,2.5,false) 然后我在游戏结束的时候用了下面的代码: local startScene = require("scenes/StartScene")...
分类:其他好文   时间:2014-12-05 00:47:39    阅读次数:163
CRF 条件随机场
条件随机场模型是Lafferty于2001年,在最大熵模型和隐马尔科夫模型的基础上,提出的一种判别式概率无向图学习模型,是一种用于标注和切分有序数据的条件概率模型。 CRF最早是针对序列数据分析提出的,现已成功应用于自然语言处理(Natural Language Processing,NLP) 、生物信息学、机器视觉及网络智能等领域。 1.序列标注的例子 标注(实体命名识别):任命...
分类:其他好文   时间:2014-12-03 15:46:28    阅读次数:242
three.js 源码注释(三十三)Scenes/Scene.js
Scene是场景对象,所有的对象,灯光,动画,骨骼等都需要放置在场景内.Scene对象的功能函数采用定义构造的函数原型对象来实现....
分类:Web程序   时间:2014-11-28 18:25:12    阅读次数:274
three.js 源码注释(三十二)Scenes/FogExp2.js
FogExp2对象的构造函数.用来在场景内创建指数雾效,指数雾效是雾效浓度递增根据指数(参数density)设定,Fog对象的功能函数采用 定义构造的函数原型对象来实现. 用法: var fog = new THREE.FogExp2(THREE.colorKeywords.cyan,0.3); 在场景中添加指数雾效,雾效递增的质素是0.3,雾效的颜色是cyan, FogExp2 雾...
分类:Web程序   时间:2014-11-28 16:23:23    阅读次数:241
three.js 源码注释(三十一)Scenes/Fog.js
Fog对象的构造函数.用来在场景内创建线性雾效,线性雾效就是从雾效的起始点参数near,到结束点参数far,雾效强度线性递增,Fog对象的功能函数采用 定义构造的函数原型对象来实现. 用法: var fog = new THREE.Fog(THREE.colorKeywords.cyan,2,500); 从相机的起始处长度为2开始,500结束的区域在场景中添加雾效,雾效的颜色是cyan, Fog <param name ="color" type="THREE....
分类:Web程序   时间:2014-11-28 16:22:38    阅读次数:191
poj 2356 暴力或者组合数学
Find a multiple Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6281   Accepted: 2740   Special Judge Description The input contains N natural (i.e. positi...
分类:其他好文   时间:2014-11-24 22:42:57    阅读次数:297
关于Havel算法判断度数序列能否构成简单图的思考
问题描述: Given a list of n natural numbers d1, d2,...,dn, show how to decide in polynomial time whether there exists an undirected graph G = (V, E) whose node degrees are precisely the numbers d1,d2,·...
分类:编程语言   时间:2014-11-21 23:18:11    阅读次数:523
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.4
(1). There is a natural isomorphism between the spaces $\scrH\otimes \scrH^*$ and $\scrL(\scrH,\scrK)$ in which the elementary tensor $k\otimes h^*$co...
分类:其他好文   时间:2014-11-19 18:05:06    阅读次数:326
496条   上一页 1 ... 40 41 42 43 44 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!