码迷,mamicode.com
首页 >  
搜索关键字:concepts    ( 369个结果
《Pro Android Graphics》读书笔记之第四节
Android Procedural Animation: : XML, Concepts and Optimization Procedural Animation Concepts: Tweens and Interpolators Interpolator:http://developer.a ...
分类:移动开发   时间:2016-04-01 20:30:08    阅读次数:162
使用Multiplayer Networking做一个简单的多人游戏例子-1/3(Unity3D开发之二十五)
本文主要讲述了如何使用Multiplayer Networking开发多人游戏,文中实例、代码来源于Unity官方教程。 原文:INTRODUCTION TO A SIMPLE MULTIPLAYER EXAMPLE Networking Overview The High Level API Network System Concepts OK,现在可以开始了!1. 开始创建...
分类:编程语言   时间:2016-03-29 18:03:34    阅读次数:265
UVA 103 (Stacking Boxes)
【题目】 Description Background Some concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solving d...
分类:其他好文   时间:2016-03-29 13:03:05    阅读次数:196
用10张图来看机器学习Machine learning in 10 pictures
I find myself coming back to the same few pictures when explaining basic machine learning concepts. Below is a list I find most illuminating. 1. Test ...
分类:系统相关   时间:2016-03-28 13:36:07    阅读次数:506
Open Packaging Conventions specification(开放式打包约定 (OPC) 规范)
Open Packaging Conventions Fundamentals Introduces the OPC concepts that are required for using Packaging APIs. This topic contains the following sect
分类:其他好文   时间:2016-03-07 16:49:07    阅读次数:421
读书笔记-HBase in Action-第二部分Advanced concepts-(2)Coprocessor
Coprocessor是HBase 0.92.0引入的特性。使用Coprocessor。能够将一些计算逻辑下推到HBase节点,HBase由一个单纯的存储系统升级为分布式数据处理平台。 Coprocessor分为两种:Observer和Endpoint。Observer能改动扩展已有的client操
分类:其他好文   时间:2016-03-07 11:59:29    阅读次数:226
RabbitMQ介绍2 - 理解消息AMQP
理解消息AMQP通信。官方解释: http://www.rabbitmq.com/tutorials/amqp-concepts.html 概念:生产者producer,消费者consumer,队列queue,交换器exchange,路由键routing key,绑定键binding key。 pr...
分类:其他好文   时间:2016-02-15 10:28:59    阅读次数:1092
我为什么要理解storm的一些概念
本文翻译自官方文档:http://storm.apache.org/documentation/Concepts.html。 Topology,拓扑;类似MapReduce的Job。一个重要区别是MR的任务通常有结束,然而拓扑是一直运行下去的。在后端,拓扑就是一个Thrift结构体(structu....
分类:其他好文   时间:2016-01-25 19:11:09    阅读次数:170
ExtJS Alias, xtype and widget
DescriptionWhat is exactly the relationship between these three different concepts? I know that if you alias a class bywidget.nameyou can later use it...
分类:Web程序   时间:2016-01-19 23:25:42    阅读次数:207
1.1Core Concepts
一、Templates使用Handlebars模板语言来描述程序的用户接口。每一个模板都有model的支持,如果model改变template就会自动更新。Expressions: like {{firstName}} --从模板的模型获取信息并把它放入HTML中。Outlets: 是其他模板的占位...
分类:其他好文   时间:2016-01-19 19:17:18    阅读次数:125
369条   上一页 1 ... 22 23 24 25 26 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!