r3 - 15 Nov 2006 - 19:43:52 - TWikiContributorYou are here: TWiki >  Processing Web > WebChanges

50 Recent Changes in Processing Web retrieved at 12:02 (GMT)

免责申明 您在这里看到的翻译版本仅限于Processing中文用户的学习交流与推广,不能用于任何商业目的。本书的版权属于MIT Press ...
Gray values 灰度 以上所有例子的视觉窗口都使用了默认的浅灰色背景,黑色线条,白色填充。想要改变这些设置就必须在程 ...
Drawing order 图形呈现顺序 (page31) 使用代码绘制多个图形时也需要考虑排列顺序,先绘制出的图形会被后绘制出的图形覆盖。 ...
Primitive Shapes 基础图形 我们可以使用point()函数来绘制点这个最基本的视觉元素 point(x,y); 本函数有两个参数: ...
(page11) Example walk through 和我们在日常生活使用的语言一样,构成processing程序的代码可以只有一行,也可以成百上千。接下 ...
Comments 注释 本单元将通过对基础元素和语法的讲解引领大家进行程序编写的尝试: 语法: // (comment), / / (multiline comment ...
White Space 空白字符 包括Processing在内的很多程序语言,允许代码之间存在空白字符,不象之前对声明结束符的严格要求,空 ...
Case Sensitivity 语法规则 英文写作中,有些字词需要开头大写而有些不需要。而在多数编程语言里也要注意大小写的交替,但Processing ...
Expressions Statements 表达式,声明 表达式是符号与运算符的组合,一般包括+,*和/这些运算符并对左右的数值进行运算, ...
Exercises 练习 1,尝试为任意一句代码添加注释。 2,写一段代码,创建黑色背景,大小为640 X 480像素的视觉窗口。 3,使用print ...
Console 控制台 软件的运行速度是如此之快以至于我们无法用眼睛观察到,但是了解程序在电脑里到底是怎么运行的对我们来 ...
Functions 函数 函数允许你绘制图形,设置色彩,计算数据及其它各种功能。函数名字通常是小写后面加上一对括号,The comma separated ...
Coordinates 座标系统 本章节介绍Processing中视觉窗口坐标系统及各种平面图形元素。 语法介绍: size(), point(), line(), triangle ...
下载,安装 Processing软件可以通过Processing网站下载。用Web浏览器打开www.processing.org/download,然后根据你的计算机操作系统点 ...
Shape 1 Coordinates,Primitives WhaleForest 07 Nov 2007
Processing 教程 ... ... Processing Wiki 常用链接 WebTopicList all topics in alphabetical order WebChanges recent topic changes ...
Reference(帮助文档) Processing中包含了整套语法帮助文档,我们建议在编写程序时打开它作为参考。在软件的Help下拉菜单里 ...
FlamingoEda 06 Nov 2007
Processing Web Preferences The following settings are web preferences of the Processing web. These preferences overwrite the site level preferences in . ...
TWiki's Processing web
Statistics for Processing Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save ...
" else "TWiki's Processing web"}% /Processing
TWikiGuest example #64;your.company .WebChangesAlert, ., .TWikiRegistration
Number of topics: 30

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback