本文翻译了kithara官方文档,也加入了一些理解,暂时做得还不够完美,后续补充修正。2014.06.06
EtherCAT This tutorial describes the following topics using the EtherCAT API
本向导描述了使用EtherCAT AP...
分类:
其他好文 时间:
2014-06-11 07:34:41
阅读次数:
568
本文翻译了这篇文章:Using the Android action bar (ActionBar) - Tutorial
1、ActionBar的简介
ActionBar位于Activity的顶部,可用来显示activity的标题、Icon、Actions和一些用于交互的View。它也可被用于应用的导航。
ActionBar 是在Android 3.0(API 11)中加入到SK中的,...
分类:
移动开发 时间:
2014-06-08 15:27:58
阅读次数:
349
翻译自官方文档Tentative NumPy Tutorial,有删节。
基本操作
基本的算术运算符都可以应用于数组类型,结果为对应元素之间的运,返回值为一个新的数组。
>>> a = array( [20,30,40,50] )
>>> b = arange( 4 )
>>> b
array([0, 1, 2, 3])
>>> c = a-b
>>> c
array([20,...
分类:
其他好文 时间:
2014-06-08 09:11:14
阅读次数:
222
In this tutorial, we show you how to create a
simple “hello world”Androidproject inEclipse IDE + ADT plugin, and run it
withAndroid Virtual Device (AV...
分类:
移动开发 时间:
2014-06-08 06:43:46
阅读次数:
403
这篇文章来自iOS Tutorial Team 成员Marcelo Fabri,
他是Movile的一个iOS开发者. Check out hispersonal websiteorfollow him on Twitter.原文地址
当我们开发iOS应用时,好的性能对我们的App来说是很重要的。你...
分类:
移动开发 时间:
2014-06-08 01:28:27
阅读次数:
507
Open vSwitch Advanced Features
Tutorial=======================================Many tutorials cover the basics
of OpenFlow. This is not such atutorial....
分类:
其他好文 时间:
2014-06-07 08:56:17
阅读次数:
282
Tutorial The Kithara ?RealTime Suite? (KRTS) is
a real-time extension for Windows, which currently contains more than 20
different functional modules....
分类:
其他好文 时间:
2014-06-06 10:38:26
阅读次数:
748
翻译自:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes栅格在我们开始画图之前,我们需要了解一下画布栅格(canvas
grid)以及坐标空间。上一页中的HTML模板中有个宽高...
分类:
Web程序 时间:
2014-06-04 14:46:31
阅读次数:
562
在终端输入python,然后importsysprintsys.pathThe Python
Tutorial — Python v2.7.7
documentationhttps://docs.python.org/2.7/tutorial/index.htmlPython
3.1.2和2.7比较...
分类:
移动开发 时间:
2014-06-04 14:45:58
阅读次数:
357
One of the nice features of Java language is
that it provides you the opportunity to execute native system commands and in
this tutorial we will see h...
分类:
编程语言 时间:
2014-05-29 10:27:50
阅读次数:
316