26.07.2013 Views

Operativsystem: .............................................................

Operativsystem: .............................................................

Operativsystem: .............................................................

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

}<br />

Hash-tabeller:<br />

string s=null;<br />

//Åbn en fil og læs den med en StreamReader:<br />

StreamReader r=null;<br />

try{<br />

r = File.OpenText (args[0]);<br />

s = r.ReadToEnd();<br />

}finally{<br />

}<br />

r.Close();<br />

//Split splitter her ved mellemrum ’ ’ og betyder at hvert ord er en plads i tabellen:<br />

string[] tabel = s.Split (' ');<br />

//find fx antal ord i filen:<br />

Console.WriteLine ("Ord ialt: {0}", tabel.Length);<br />

//ArrayList bruges som et Set: kun eet eksemplar af hvert ord!<br />

ArrayList liste=new ArrayList();<br />

for(int i=0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!