Claim Missing Document
Check
Articles

Found 2 Documents
Search

MPEG-7: Sebuah Tinjauan Menuju Level Semantik Dennis Gunawan; Guson Prasamuarso Kuntarto
Ultimatics : Jurnal Teknik Informatika Vol 5 No 1 (2013): Ultimatics: Jurnal Ilmu Teknik Informatika
Publisher : Faculty of Engineering and Informatics, Universitas Multimedia Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (613.466 KB) | DOI: 10.31937/ti.v5i1.308

Abstract

Multimedia semakin mudah ditemukan dalam kehidupan sehari-hari karena proses distribusi multimedia dapat dilakukan melalui web sehingga ketersediaan media digital meningkat secara signifikan. Oleh karena itu, proses anotasi dan indexing perlu dilakukan terhadap konten multimedia untuk memungkinkan proses search dan retrieval yang efektif. Akan tetapi, informasi seperti struktur internal dan specific features dari media stream tidak tersedia sehingga perlu dilakukan standarisasi. MPEG7 merupakan standar yang dominan digunakan pada konten multimedia. Namun, standar tersebut tidak menyediakan deskripsi konten multimedia secara semantik sehingga dibutuhkan representasi semantik yang dapat dimengerti oleh mesin yang memungkinkan interoperabilitas dan integrasi MPEG-7 dengan deskripsi metadata dari domain yang lain. Untuk mengatasi hal tersebut, dapat dilakukan penambahan semantic and logical level of abstraction yang menyediakan semantics untuk symbolic level of abstraction. Kata kunci—MPEG-7 descriptors, multimedia, multimedia content description interface, semantics
Implementasi Algoritma Hamming Distance dan Brute Force dalam Mendeteksi Kemiripan Source Code Bahasa Pemrograman C Andreas Budiman; Dennis Gunawan; Seng Hansun
Ultimatics : Jurnal Teknik Informatika Vol 8 No 2 (2016): Ultimatics: Jurnal Ilmu Teknik Informatika
Publisher : Faculty of Engineering and Informatics, Universitas Multimedia Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (454.838 KB) | DOI: 10.31937/ti.v8i2.514

Abstract

Plagiarism is a behavior that causes violence of copyrights. Survey shows 55% of college presidents say that plagiarism in students’ papers has increased over the past 10 years. Therefore, an application for detecting plagiarism is needed, especially for teachers. This plagiarism checker application is made by using Visual C# 2010. The plagiarism checker uses hamming distance algorithm for matching line code of the source code. This algorithm works by matching the same length string of the code programs. Thus, it needs brute will be matched with hamming distance. Another important thing for detecting plagiarism is the preprocessing, which is used to help the algorithm for detecting plagiarized source code. This paper shows that the application works good in detecting plagiarism, the hamming distance algorithm and brute force algorithm works better than levenstein distance algorithm for detecting structural type of plagiarism and this thesis also shows that the preprocessing could help the application to increase its percentage and its accuracy. Index Terms—Brute Force, Hamming Distance, Plagiarisme, Preprocessing.