1 / 8

Programiranje in algoritmi

Saša Divjak. Programiranje in algoritmi. Kar ni bilo povedano na predavanjih Kar ni bilo dovoj jasno Kar vas zanima. Začetek ob 20.00. Domača naloga. Domača naloga. Rekurzivni pregled direktorija (mape). Recursively list files in Java Demo. Binarna ali tekstovna datoteka?.

vince
Télécharger la présentation

Programiranje in algoritmi

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Saša Divjak Programiranje in algoritmi Karnibilopovedanonapredavanjih Karnibilodovojjasno Kar vas zanima Začetekob 20.00

  2. Domača naloga • Domača naloga

  3. Rekurzivni pregled direktorija (mape) • Recursively list files in Java • Demo

  4. Binarna ali tekstovna datoteka? • Determining binary/text file type in Java? • ASCII Table and Description

  5. Byti, ki niso tekstovni: 0-8, 11, 12, 14-31, 127

  6. Urejanje datotek (sort) File comparator java Sort files by their lastModified date WEB1WEB2 Demo1 Demo2 Demo3 Comparable in Comparator

  7. Nekaj o kodiranju znakov • Character encodings: Essential concepts • UTF-8 Wiki • Difference between Big Endian and little Endian Byte order

  8. Ugotavljanje kodne tabele • How to detect the character encoding of a text file? • Java Text File Encoding • How to determine the correct charset encoding of a stream • Java Tip: How to read a file and automatically specify the correct encoding

More Related