Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
day3
Search
Taeyoon Choi
August 24, 2016
330
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
day3
Taeyoon Choi
August 24, 2016
More Decks by Taeyoon Choi
See All by Taeyoon Choi
Prosthetics — Adaptation
tchoi8
0
99
Artist Talk at ITP
tchoi8
0
150
daum
tchoi8
0
730
workshop4
tchoi8
0
600
Day2
tchoi8
0
530
Day 1
tchoi8
0
610
Experimental pedagogy
tchoi8
0
280
Unlearning disability
tchoi8
0
2.7k
This talk is not about privilege but about access.
tchoi8
0
86
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
6k
Mind Mapping
helmedeiros
PRO
1
300
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
430
Amusing Abliteration
ianozsvald
1
240
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
1
480
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
119
120k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
3
1.1k
The Cult of Friendly URLs
andyhume
79
7k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.6k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2.1k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
460
Transcript
1.җ ࠛഛपೠ Ү ࢚ ਤ
None
1/4 ֫ 1/2 0 0 8/8 7/8
1/8 8/8
1/4 ֫ 1/2 0 0 8/8 7/8
1/8 8/8
None
None
None
None
ب! җ Үܳ ࢶਵ۽ োѾೞ!
൦ line(?,?,?,?);
None
변수 선언 위치 지정
위치 지정 선
2.ࠁ दпച
None
None
None
None
None
for (var i= 0; i < 10; i = i
+ 1) { } i의 값은 0이다. i는 10보다 작다. 그렇다면 i에 1을 더한다 그동안 이 지시문을 실행한 다
높이 = 50; 높이 +간격 높이 +간격 +간격 높이 +간격
+간격 +간격
None
3.زࢶ Ӓܻӝ
x = അ ਤ
x = 10 100 800
x അ ਤ = 20
ࠁ x ч о?
` द 0ࠗఠ द!
var द, , ࣘب; var x = द; function setup()
{ createCanvas(windowWidth, windowHeight); background(255); } function draw() { ਤ(100, 800, 10); } function ਤ(द, , ࣘب) { background(255); stroke(100); strokeWeight(4); line(द, 200, , 200); strokeWeight(30); point(द, 200); point(, 200); 위치 호출 위치 함수
var द, , ࣘب; var x = द; function setup()
{ createCanvas(windowWidth, windowHeight); background(255); } function draw() { ਤ(100, 800, 10); } function ਤ(द, , ࣘب) { background(255); stroke(100); strokeWeight(4); line(द, 200, , 200); strokeWeight(30); point(द, 200); point(, 200); noStroke(); fill(255, 0, 0); ellipse(x, 200, 20, 20); if (x < ) { x = x + ࣘب; } else { x = द; } } 변수 선언 위치 지정 원 그리기 조건문