hwshow-im.blogspot.com hwshow-im.blogspot.com

hwshow-im.blogspot.com

Interactive Media

Monday, March 23, 2015. HW06 Class and Object in Processing. 1 Trace the code of HW06 pRing to learn class and object in Processing. You can download HW06 in the FB. 2 Modify the code to let each ring have its own color. 3 Extend the code of HW06 to have the following effect. The circle is replaced by the English alphabet. Tuesday, October 13, 2009. Homework 5: Image Animating Application with Keyboard. Write a simple image animating system with at least six effects such as horizontal movement. Go to Pag...

http://hwshow-im.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR HWSHOW-IM.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 9 reviews
5 star
4
4 star
0
3 star
3
2 star
0
1 star
2

Hey there! Start your review of hwshow-im.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.9 seconds

FAVICON PREVIEW

  • hwshow-im.blogspot.com

    16x16

  • hwshow-im.blogspot.com

    32x32

CONTACTS AT HWSHOW-IM.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Interactive Media | hwshow-im.blogspot.com Reviews
<META>
DESCRIPTION
Monday, March 23, 2015. HW06 Class and Object in Processing. 1 Trace the code of HW06 pRing to learn class and object in Processing. You can download HW06 in the FB. 2 Modify the code to let each ring have its own color. 3 Extend the code of HW06 to have the following effect. The circle is replaced by the English alphabet. Tuesday, October 13, 2009. Homework 5: Image Animating Application with Keyboard. Write a simple image animating system with at least six effects such as horizontal movement. Go to Pag...
<META>
KEYWORDS
1 interactive media
2 posted by
3 hwshow
4 no comments
5 labels syhuang
6 hw03 1 drawing board
7 hw03 2 twelve eyes
8 homework 2 repetition
9 sold
10 referenced from
CONTENT
Page content here
KEYWORDS ON
PAGE
interactive media,posted by,hwshow,no comments,labels syhuang,hw03 1 drawing board,hw03 2 twelve eyes,homework 2 repetition,sold,referenced from,nostroke ;,processing,arduino,referenced links,2 arduino cc,test,project,two students,2 discussions,5 points
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Interactive Media | hwshow-im.blogspot.com Reviews

https://hwshow-im.blogspot.com

Monday, March 23, 2015. HW06 Class and Object in Processing. 1 Trace the code of HW06 pRing to learn class and object in Processing. You can download HW06 in the FB. 2 Modify the code to let each ring have its own color. 3 Extend the code of HW06 to have the following effect. The circle is replaced by the English alphabet. Tuesday, October 13, 2009. Homework 5: Image Animating Application with Keyboard. Write a simple image animating system with at least six effects such as horizontal movement. Go to Pag...

INTERNAL PAGES

hwshow-im.blogspot.com hwshow-im.blogspot.com
1

Interactive Media: The course of Interactive Media

http://hwshow-im.blogspot.com/2009/06/the-course-of-interactive-media.html

Friday, June 26, 2009. The course of Interactive Media. Is a programming language developed for interactive technologies. Including vector/raster drawing, image processing, color models, mouse and keyboard events, and network communication. Libraries easily extends Processing’s ability to generate sound, 2D or 3D objects. Or can be connected to software on your computer such as Processing, or Flash. A demonstrative example of Processing and Arduino:. 1 http:/ www.processing.org/. For Processing - 20%.

2

Interactive Media: Homework 4: Image Browsing Application

http://hwshow-im.blogspot.com/2009/10/homework-4-image-browsing-application.html

Sunday, October 11, 2009. Homework 4: Image Browsing Application. HW04-1: Storing mouse data in Arrays. Trace the code 33-15 located at Page 307 and Page 308. Extend the code such that the all circles with different colors. Write a simple image browsing system. Any front image can be concatenated with any back image to produce unexpected results. A demonstrative example is shown in Page 198 in the PDF file. Subscribe to: Post Comments (Atom).

3

Interactive Media: Homework 3: Interaction with mouse

http://hwshow-im.blogspot.com/2009/09/homework-3-interaction-with-mouse.html

Sunday, September 27, 2009. Homework 3: Interaction with mouse. Write a simple electronic drawing board with size of 500*400. You can draw lines by using your mouse with different five colors and three different stroke size. The goal of this homework is to learn pmouseX, pmouseY , buttons, and save images in Processing. Go to Page 208 in the PDF file and learn the elementary functions of mouse in Processing. The goal of this homework is to develop a processing program which can interact with your mouse.

4

Interactive Media: HW1: Geometric Painting with Processing

http://hwshow-im.blogspot.com/2009/08/hw1-processing-1.html

Monday, August 17, 2009. HW1: Geometric Painting with Processing. 1 Draw a picture by using lines, rectangles, circles, or ellipses. In the painting tool of Windows. If you have no idea what to draw, you can search pictures in the Internet by using keyword of geometric painting. Select a favorite one. From the above results. You can simplify the selected picture if it is too complicated to simulate. Http:/ www.brucegray.com/htmlfolder/html subpages/spots2.html. 2 Trace the following processing program.

5

Interactive Media: Homework 2: Repetition

http://hwshow-im.blogspot.com/2009/09/homework-2-repetition.html

Sunday, September 20, 2009. A) Write a processing program to create a picture with 100 rectangles whose sizes, colors, and locations are randomly generated by your program. B) Write a program to generate the above picture every second. Go to Page 176 of the PDF file to learn the continuous structure of Processing. The goal of HW02-1 is to learn functions of setup(), draw(), loop() and random(). Run the codes in pages 65-67 and modify them to create your own picture. Subscribe to: Post Comments (Atom).

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

OTHER SITES

hwshow-arduino.blogspot.com hwshow-arduino.blogspot.com

Arduino

Http:/ www.youtube.com/watch? Processing Arduino ( 2 buttons). Int buttonState1 = 0;. Int lastButtonState1 = 0;. Int buttonState2 = 0;. Int lastButtonState2 = 0;. Int switchPin1 = 4; / Switch connected to pin 4. Int switchPin2 = 3;. PinMode(switchPin1, INPUT);. PinMode(switchPin2, INPUT);/ Set pin 0 as an input. Serial.begin(9600); / Start serial communication at 9600 bps. If (buttonState1 = HIGH) { / If switch is ON,. Else { / If the switch is not ON,. If (buttonState2 = HIGH) { / If switch is ON,.

hwshow-cc.blogspot.com hwshow-cc.blogspot.com

Homework Show @ CC, CSIE

Homework Show @ CC, CSIE. Week 9: 5 A. Week 13: 7 A. Week 14: 5 A. Week 15: 11 A. Week 16: 3 A. Week 17: 5 A. 平均: 78.63. 這學期的學習成果,我給我自己8.5分,這學期我學到的不止計概這門學科,這重要的事我寫報告實力有提升,不僅如此,我還學會用不同的方式找資料,也包括請教別人。當然,如何問問題這也是一門學問。 這一門課我印象最深刻的事是"老師上課的方式",這是我第一次遇到,用聊天的方式敎我們沒有範圍的這一門課,真的事一個不錯的主意,每個禮拜盡力的做報告又增加我們上課的印象。當然,每個禮拜辛苦的做報告這也是一個蠻特別的回憶。 標籤: 2008 week 18. 12300;透明的時間感-生命記憶的典藏」藝術節是在國科會的「數位典藏國家型科技計畫」支持下,邀請來自日本、香港等地的互動藝術家,以及台灣的中生代與新生代創作者如 高重黎. 藝術家的創作靈感是汲取自全人類的集體記憶,而日新月異的數位媒介,則讓超越時空隔閡的心靈交流成為了可能,並回應當前人類的...A 1 B 1 C 11分數 33&...

hwshow-dmc.blogspot.com hwshow-dmc.blogspot.com

Homework Show @ DMC

Homework Show @ DMC. 測試每秒30影格,15,24.等. CapFileSetCaptureFile(hwndVideo,"001.avi");. 標籤: 98360285 葉錦蔚. 標籤: 98360755 留楷翔. 同學繳交作業請記得加註 " 學號 姓名. 作業如果分成 3 個部分, 請不要分散在 3 篇文章中繳交,. 進入左眼影像: 只留紅色, 將綠色、藍色之色彩值設為 0。 進入右眼影像: 保留綠色、藍色(青色), 將紅色之色彩值設為 0。 合成圖: 從左眼影像取得紅色色彩, 從右眼影像取得綠色、藍色(青色) 之色彩值。 2 立體圖必須要能連結到大圖, 如果小圖看不到效果, 就等於看不出立體效果! 3 評分等級: 自己寫程式分數 ( A 級分 ). 12288;   高於 用 Photoshop 製作 ( B 級分 ). 12288;   高於 用現成軟體製作 ( C 級分 ). 4 分別拍左, 右眼照片也是重點之一。 所有的作業, 請在 星期四 ( 2011/1/6 24:00 ). 我一直覺得這堂課是讓我們多學一種新的程式語言C Builber (BCB) . 圖四&#1...

hwshow-ibcc.blogspot.com hwshow-ibcc.blogspot.com

Homework Show @ IBCC

Homework Show @ IBCC. 張貼者: Emerald's Blog. 不知道可不可以在這裡放這樣的文章,不管怎麼樣,請大家幫幫她,感恩。 開學後,我就漸漸忘了,在前幾天我乎然想到,就想應該要打個電話問一下. 那就是…她媽媽得了腦癌了,而且是末期,只剩下不到一年的生命. 天啊 她和我一樣大啊 但她卻在這個應該快樂計劃未來的年齡,卻遇到這樣的事. 張貼者: Emerald's Blog. 浪費錢什麼的,但.上了facebook.i tune . 自己打分數的話,〝80分〞. 學到後就會變成是自己的,但是如果沒有常常使用,就會忘記。 Http:/ www.magnatune.com/ :好的古典樂可以在線上聽真的是一件很棒的事。 ITunes:打工的地方有非常多CD 可以借回家,轉檔之後就可以在電腦及mp3聽。 Facebook:我的外國同事都不使用無名,全都用facebook,我也加入其中。 Google earth and google map:寒假要去香港,最近常用來研究香港的路名。 JP Hide and Seek (JPHS 0.5): can sent secert.

hwshow-ihc.blogspot.com hwshow-ihc.blogspot.com

Homework Show@IHC

12288; 作者寫書的主要目的在於希望日本民眾能記取二戰失敗的教訓,認是到密碼的重要性而著作一本密碼的入門書。這本書列舉了許多從上古到近代的歐美及日本的密碼故事,以及小說歌劇中的密碼,甚至是預言和解夢。書中獨有有關日本密碼部分,算是老師所列之三本書中本書的特點。原本對於作者所預定的讀者,即日本民眾而言,可以立即洞悉與理解的部分,經過翻譯後,在譯者未補充說明的情形下,對於不熟悉日文的我來說無異於天書一般,讓人大失所望。 12288; 同樣地,在書中第一部:戰時密碼里提及的部分密碼故事也因此不能夠完全理解;反到是第二部:平時密碼部分解釋的比較清楚,也讓我比較感興趣。 12288; 或許作者是成功的,因為對我而言,這本書留了不少問題需要我去蒐集相關資料才能一窺究竟。 標籤: 94363622 葉俊良. 再來是資訊隱藏系統設計,以高強健度為需求基礎設計此系統。主要分為前置處理與資訊隱藏兩部分,前置處理主要在進行編碼作業,資訊隱藏則是隱藏區塊選取的技巧應用,都是以達到高強健度的資訊隱藏為目的。 資訊隱藏系統流程中又有圖型化、交錯、錯誤修正編碼與嵌入程序等作法,交錯程序使...Authentication of ...

hwshow-im.blogspot.com hwshow-im.blogspot.com

Interactive Media

Monday, March 23, 2015. HW06 Class and Object in Processing. 1 Trace the code of HW06 pRing to learn class and object in Processing. You can download HW06 in the FB. 2 Modify the code to let each ring have its own color. 3 Extend the code of HW06 to have the following effect. The circle is replaced by the English alphabet. Tuesday, October 13, 2009. Homework 5: Image Animating Application with Keyboard. Write a simple image animating system with at least six effects such as horizontal movement. Go to Pag...

hwshow-imc.blogspot.com hwshow-imc.blogspot.com

Homework Show @ IMC

Homework Show @ IMC. Week 3 : 學習狀況分享. Week 6 : BCB問題與解決過程之描述. Week 8 : 電腦視覺監控產業研究心得報告. Week 12 : Eye Toy 探索分享. Week 13 : 鶯歌陶瓷博物館之創意發想. Week 15&16 : 新一代設計展參觀心得. 陶瓷博物館 新一代設計展 還看了Eye Toys的影片. LRESULT CALLBACK FrameCallBack( HWND hwndCapture, Longint lpvhdr ). PlaySound("play.wav",NULL,SND APPLICATION);/ 要INCLUDE→#include. 1宣告參數 INT C;. PlaySound("play.wav",NULL,SND APPLICATION);/ 要INCLUDE→#include. 12288;〈Week 6 : BCB問題與解決過程之描述〉. 6A8B1C = 》8分. 12288;〈Week 8 : 電腦視覺監控產業研究心得報告〉. 12A2B0C = 》10分. 12288; 對...

hwshow-ipc.blogspot.com hwshow-ipc.blogspot.com

Homework Show @ IPC

Homework Show @ IPC. 標籤: 04360163 林亭均. 但是要注意的是如果output outputMin那output就等於outputMin;output outputMax則output等於outputMax. 曲線就是輸入與輸出的關係不是一次函數,是曲線的關係。如果是n次函數那就要給訂(n-1)組輸入與輸出的值,才能算出原本色彩值對應的輸出色彩值。 標籤: 04360163 林亭均. 我們可以看出,離XYZ的RGB愈近,色彩愈接近其色彩,愈遠的話我們看到的這邊就是因為. RGB的值愈大所以偏向白色,至於我們看不到的另一面,則是XYZ趨近0,所以會趨近於黑. 上圖從左開始分別是色彩模型裡的其中三面,GB,RB跟RG平面,拉霸則是控制該圖片中沒. YUV模型中,其Y表示亮度,UV則表示其彩度,YUV的表示方式把亮度與色彩分開,以下. 標籤: 04360756 楊子群. 12288; YUV模型:Y是亮度( Luminance. 12288; RGB模型與YUV模型可以互相轉換:. 標籤: 03361204 王甯. 標籤: 03361204 王甯. 首先是我們的RGB色彩模型&#...

hwshow-md.blogspot.com hwshow-md.blogspot.com

媒體設計 Media Design in MCU

媒體設計 Media Design in MCU. Homework 5: Image Browsing Application. HW05: Write a simple image browsing system. Any front image can be concatenated with any back image to produce unexpected results. A demonstrative example is shown in Page 198 in the PDF file. Homework 8: Image Animating Application with Keyboard. Write a simple image animating system with at least six effects such as horizontal movement. Vertical movement, zoom in. Zoom out, fade in, and fadeout. HW08-2: Cat and Mouse Game. Extend the cod...