<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>TWiki's Processing web</title>
<subtitle>The Processing web of TWiki. TWiki is a Web-Based Collaboration Platform for the Enterprise.</subtitle>
<link rel="self" type="application/atom+xml" href="http://wiki.booksforce.com/bin/view.pl/Processing/WebAtom"/>
<id>http://wiki.booksforce.com/bin/view.pl/Processing</id>
<rights>Copyright 2012 by contributing authors</rights>
<updated>2007-12-23T18:40:55Z</updated>
<entry>
 <title>ProcessingHandbookChinese</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/ProcessingHandbookChinese?t=2007-12-23T18:40:55Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/ProcessingHandbookChinese</id>
 <updated>2007-12-23T18:40:55Z</updated>
 <summary>免责申明 您在这里看到的翻译版本仅限于Processing中文用户的学习交流与推广，不能用于任何商业目的。本书的版权属于MIT Press ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Shape1CoordinatesPrimitivesGrayValues</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesGrayValues?t=2007-12-23T18:37:16Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesGrayValues</id>
 <updated>2007-12-23T18:37:16Z</updated>
 <summary>Gray values 灰度 以上所有例子的视觉窗口都使用了默认的浅灰色背景，黑色线条，白色填充。想要改变这些设置就必须在程 ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Shape1CoordinatesPrimitivesDrawingOrder</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesDrawingOrder?t=2007-12-23T18:33:39Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesDrawingOrder</id>
 <updated>2007-12-23T18:33:39Z</updated>
 <summary>Drawing order 图形呈现顺序 (page31) 使用代码绘制多个图形时也需要考虑排列顺序，先绘制出的图形会被后绘制出的图形覆盖。 ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Shape1CoordinatesPrimitivesPrimitiveShapes</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesPrimitiveShapes?t=2007-12-23T18:25:53Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesPrimitiveShapes</id>
 <updated>2007-12-23T18:25:53Z</updated>
 <summary>Primitive Shapes 基础图形 我们可以使用point()函数来绘制点这个最基本的视觉元素 point(x,y); 本函数有两个参数： ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>UsingProcessingExampleWalkThrough</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/UsingProcessingExampleWalkThrough?t=2007-12-21T13:25:19Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/UsingProcessingExampleWalkThrough</id>
 <updated>2007-12-21T13:25:19Z</updated>
 <summary>(page11) Example walk through 和我们在日常生活使用的语言一样，构成processing程序的代码可以只有一行，也可以成百上千。接下 ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsComments</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsComments?t=2007-11-07T13:44:51Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsComments</id>
 <updated>2007-11-07T13:44:51Z</updated>
 <summary>Comments 注释 本单元将通过对基础元素和语法的讲解引领大家进行程序编写的尝试： 语法： // (comment), / / (multiline comment ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsWhiteSpace</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsWhiteSpace?t=2007-11-07T13:43:30Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsWhiteSpace</id>
 <updated>2007-11-07T13:43:30Z</updated>
 <summary>White Space 空白字符 包括Processing在内的很多程序语言，允许代码之间存在空白字符，不象之前对声明结束符的严格要求，空 ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsCaseSensitivity</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsCaseSensitivity?t=2007-11-07T13:43:20Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsCaseSensitivity</id>
 <updated>2007-11-07T13:43:20Z</updated>
 <summary>Case Sensitivity 语法规则 英文写作中，有些字词需要开头大写而有些不需要。而在多数编程语言里也要注意大小写的交替，但Processing ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsExpressionsStatements</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsExpressionsStatements?t=2007-11-07T13:43:06Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsExpressionsStatements</id>
 <updated>2007-11-07T13:43:06Z</updated>
 <summary>Expressions Statements 表达式，声明 表达式是符号与运算符的组合，一般包括＋，＊和/这些运算符并对左右的数值进行运算， ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsExercises</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsExercises?t=2007-11-07T13:42:40Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsExercises</id>
 <updated>2007-11-07T13:42:40Z</updated>
 <summary>Exercises 练习 1，尝试为任意一句代码添加注释。 2，写一段代码，创建黑色背景，大小为640 X 480像素的视觉窗口。 3，使用print ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsConsole</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsConsole?t=2007-11-07T13:42:33Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsConsole</id>
 <updated>2007-11-07T13:42:33Z</updated>
 <summary>Console 控制台 软件的运行速度是如此之快以至于我们无法用眼睛观察到，但是了解程序在电脑里到底是怎么运行的对我们来 ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Structure1CodeElementsFunctions</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsFunctions?t=2007-11-07T13:41:59Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElementsFunctions</id>
 <updated>2007-11-07T13:41:59Z</updated>
 <summary>Functions 函数 函数允许你绘制图形，设置色彩，计算数据及其它各种功能。函数名字通常是小写后面加上一对括号，The comma separated ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>Shape1CoordinatesPrimitivesCoordinates</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesCoordinates?t=2007-11-07T13:39:50Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Shape1CoordinatesPrimitivesCoordinates</id>
 <updated>2007-11-07T13:39:50Z</updated>
 <summary>Coordinates 座标系统 本章节介绍Processing中视觉窗口坐标系统及各种平面图形元素。 语法介绍: size(), point(), line(), triangle ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>UsingProcessingDownloadInstall</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/UsingProcessingDownloadInstall?t=2007-11-07T13:08:52Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/UsingProcessingDownloadInstall</id>
 <updated>2007-11-07T13:08:52Z</updated>
 <summary>下载，安装 Processing软件可以通过Processing网站下载。用Web浏览器打开www.processing.org/download，然后根据你的计算机操作系统点 ... (last changed by FlamingoEda)</summary>
 <author>
  <name>FlamingoEda</name></author>
</entry>
<entry>
 <title>Structure1CodeElements</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElements?t=2007-11-07T12:17:09Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/Structure1CodeElements</id>
 <updated>2007-11-07T12:17:09Z</updated>
 <summary>Shape 1 Coordinates,Primitives WhaleForest 07 Nov 2007 (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
<entry>
 <title>WebHome</title>
 <link rel="alternate" type="text/html" href="http://wiki.booksforce.com/bin/view.pl/Processing/WebHome?t=2007-11-07T11:35:13Z"/>
 <id>http://wiki.booksforce.com/bin/view.pl/Processing/WebHome</id>
 <updated>2007-11-07T11:35:13Z</updated>
 <summary>Processing 教程 ... ... Processing Wiki 常用链接 WebTopicList all topics in alphabetical order WebChanges recent topic changes ... (last changed by WhaleForest)</summary>
 <author>
  <name>WhaleForest</name></author>
</entry>
 <!-- <ul>
<li> Set SKIN = rssatom
</li></ul> 
--></feed>
