1551704687057_format_laporan_grafika.docx

  • Uploaded by: Andi Bella
  • 0
  • 0
  • April 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View 1551704687057_format_laporan_grafika.docx as PDF for free.

More details

  • Words: 191
  • Pages: 6
LAPORAN MATA KULIAH GRAFIKA KOMPUTER PROGRAM STUUDI D-IV TEKNIK MULTIMEDIA DAN JARINGAN JURUSAN TEKNIK ELEKTRO POLITEKNIK NEGERI UJUNG PANDANG Nama NIM Kelas Judul Percobaan 1.

Hasil Percobaan:

: Andi Bella Shafira : 426 17 006 : 2A : Pemrograman Garis Source Code: #include int main() { initwindow(500,500); //Creating Line line(130,100,410,410); getch(); }

2.

Hasil Percobaan:

Source Code: #include int main() { initwindow(500,500); //Creating Line line(130,100,410,410); line(130,410,410,100); getch(); }

3.

Hasil Percobaan:

Source Code: #include int main() { initwindow(500,500); //Creating Line line(50,200,250,50); line(250,50,450,200); line(50,200,450,200); line(50,200,50,400); line(450,200,450,400); line(50,400,450,400); line(370,90,460,90); line(370,90,370,110); line(460,90,460,110); line(370,110,390,110); line(440,110,460,110); line(390,110,390,155); line(440,110,440,192); line(90,290,90,350); line(160,290,160,350); line(90,290,160,290); line(90,350,160,350); line(125,290,125,350); line(90,320,160,320); line(350,290,410,290); line(410,290,410,350); line(350,350,410,350); line(350,290,350,350); line(350,320,410,320); line(380,290,380,350); line(260,320,260,400); line(210,320,210,400); line(310,320,310,400); line(210,320,310,320); getch(); }

Analisa Percobaan :

1.

Hasil Percobaan:

Source Code: #include int main() { initwindow(500,500); //Creating Line line(130,100,410,410); getch(); }

2.

Hasil Percobaan:

Source Code: #include int main() { initwindow(500,500); //Creating Line line(130,100,410,410); line(130,410,410,100); getch(); }

3.

Hasil Percobaan:

Source Code: #include int main() { initwindow(500,500); //Creating Line line(50,200,250,50); line(250,50,450,200); line(50,200,450,200); line(50,200,50,400); line(450,200,450,400); line(50,400,450,400); line(370,90,460,90); line(370,90,370,110); line(460,90,460,110); line(370,110,390,110); line(440,110,460,110); line(390,110,390,155); line(440,110,440,192); line(90,290,90,350); line(160,290,160,350); line(90,290,160,290); line(90,350,160,350); line(125,290,125,350); line(90,320,160,320); line(350,290,410,290); line(410,290,410,350); line(350,350,410,350); line(350,290,350,350); line(350,320,410,320); line(380,290,380,350); line(260,320,260,400); line(210,320,210,400); line(310,320,310,400); line(210,320,310,320); getch(); }

Analisa Percobaan :

More Documents from "Andi Bella"