parking area finder

7
PERMUTATION (7) Parking Area Finder KS091201 DISCRETE MATHEMATICS Ayu Nastiti 5211100046 Hafidz Setiawan 521110050 Yusrida Muflihah 5211100122 Syafriandi N 5211100136 Radhifan Hidayat 5211100177 http:// matdisc07.blogspot.com/

Upload: ayuayunastiti

Post on 28-Jul-2015

351 views

Category:

Education


0 download

TRANSCRIPT

PERMUTATION (7) Parking Area FinderKS091201

DISCRETE MATHEMATICS

Ayu Nastiti 5211100046

Hafidz Setiawan 521110050

Yusrida Muflihah 5211100122

Syafriandi N 5211100136

Radhifan Hidayat 5211100177

http://matdisc07.blogspot.com/

BackgroundThe availability of the land that cant be wide enough to be parked

by cars today

Expected ResultThe car users no more having a problem to find the parking spot

ObjectivesHow to find a parking spot effectively

Problem StatementThe car user hard to find where is the empty spot

Literature Review

The solution that we offered for this problem is a multilevel parking area. But it is not too effective because it will works well only for the car with some weight, not all. It also cant load for many cars.

This is the example of multilevel parking area

Combilift (3 parking levels)

Multiparker 710(2-8 parking level) ParkLift 440 (2 parking levels)

Konsep dalam Matematika Diskrit

The PegionHole Principle (Prinsip Sarang Merpati)Prinsip PigeonHole is an examples of arguments that can

be applied to calculate the formal problems, such as the set of infinite

Pigeonhole concept can be divided into 3 namely : The first form of the pigeonhole The second form of the pigeonhole The third form of the pigeonhole

Software Design Idea

The information about the flowchart :• we start from the most beginning chart, start• then we go to the cars list java.util.ArrayList<Mobil>daftarMobil• the next step iis going to the int of the car’s total one the cars list int jumlah=daftarMobil.size(); When we go to the next proofing steps, if it is true the number of the cars => parking area, then we’re going to the last step. It is stopping because the amount of the cars is more than the parking area. And the process end• but if the value is false, so we get into the next step . The number of the cars < the parking area it will make the process go back to the int jumlahMobil=daftarMobil.size(); because the amount of the cars is less than the availability of the parking area. menunjukan lahan parkir masih tersedia.

Parking Area Finder

Thank You

1

Car stopped at parking employee

Parking employee inputing car plate number and looking at screen where is empty parking field

Parking employee give to driver a ticket which contain parking location

Car go immediately to suggested park location

Driver founded suggested parking lot

Car Successfully be placed at parking lot

2 3

4 5 6