<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Olcay özyılmaz</title>
	<atom:link href="http://olcayozyilmaz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://olcayozyilmaz.wordpress.com</link>
	<description>Olcay's weblog</description>
	<lastBuildDate>Thu, 29 Oct 2009 20:54:44 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='olcayozyilmaz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Olcay özyılmaz</title>
		<link>http://olcayozyilmaz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://olcayozyilmaz.wordpress.com/osd.xml" title="Olcay özyılmaz" />
	<atom:link rel='hub' href='http://olcayozyilmaz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>varmısın yokmusun Java applet</title>
		<link>http://olcayozyilmaz.wordpress.com/2009/10/26/varmisin-yokmusun-java-applet/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2009/10/26/varmisin-yokmusun-java-applet/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:46:50 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[acun]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[varmısın yokmusun]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=58</guid>
		<description><![CDATA[java ile hazırlanmış varmısın yokmusun projesi basitce ele alınarak applet hazırlanmıştır.. import java.awt.*; import java.awt.event.*; import java.applet.*; import java.util.Random; public class d3 extends Applet implements ActionListener { Button[] k=new Button[20]; Button[] onay=new Button[3]; Random rand=new Random(20); TextField yazilar=new TextField(&#8220;&#8221;,50); int[] paralar={1,5,10,25,50,100,250,500,750,1000,2500,5000,7500,10000,25000,50000,75000,100000,250000,500000}; int[] kutular=new int[20]; int m=0,sayac=0; String money; Label[] durum=new Label[20]; private int j; private [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=58&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>java ile hazırlanmış varmısın yokmusun projesi basitce ele alınarak applet hazırlanmıştır..<span id="more-58"></span></p>
<p>import java.awt.*;<br />
import java.awt.event.*;<br />
import java.applet.*;<br />
import java.util.Random;</p>
<p>public class d3 extends Applet implements ActionListener {</p>
<p>Button[] k=new Button[20];<br />
Button[] onay=new Button[3];<br />
Random rand=new Random(20);<br />
TextField yazilar=new TextField(&#8220;&#8221;,50);<br />
int[] paralar={1,5,10,25,50,100,250,500,750,1000,2500,5000,7500,10000,25000,50000,75000,100000,250000,500000};<br />
int[] kutular=new int[20];<br />
int m=0,sayac=0;<br />
String money;<br />
Label[] durum=new Label[20];<br />
   private int j;<br />
   private int hamdininteklifi,kutulartoplam;<br />
   private int teklif;<br />
   public boolean False=false;<br />
   public boolean True=true;<br />
   private int kazanilan;<br />
   private int benimkutum;</p>
<p>   public void hamdicalling(){<br />
                     for(int i =0; i&lt;20; i++){k[i].removeActionListener(this);<br />
            }</p>
<p>     teklif=kutulartoplam/(20-sayac);<br />
   }<br />
     public void init(){<br />
             setLayout(null);<br />
       for(int i=0;i&lt;20;i++)<br />
       {<br />
      durum[i]=new Label(String.valueOf(paralar[i]));<br />
       durum[i].setBounds((300+(i/10)*100),(50+(i*20)-((i/10)*200)),70,15);<br />
       if(i&lt;5)<br />
           durum[i].setBackground(Color.cyan);<br />
       else if(i&lt;10)<br />
           durum[i].setBackground(Color.blue);<br />
       else if(i&lt;15)<br />
           durum[i].setBackground(Color.magenta);<br />
       else<br />
           durum[i].setBackground(Color.red);<br />
                     add(durum[i]);<br />
              }for(int j=0; j&lt;20;j++){<br />
                      m=rand.nextInt(20);<br />
               if(paralar[m]!=0){<br />
               kutular[j]=paralar[m];<br />
               paralar[m]=0;<br />
               kutulartoplam+=kutular[j];}<br />
               else<br />
               j&#8211;;}<br />
                             for(int i = 0 ; i&lt;20 ; i++ ){<br />
       k[i]=new Button(&quot;Kutu&quot;+(i+1));<br />
       k[i].addActionListener(this);<br />
              k[i].setBounds((((i%4)*60)+50),(((i%5)*25)+50),50,20);<br />
       add(k[i]);</p>
<p>       }<br />
       yazilar.setBounds(300,300,200,30);<br />
              add(yazilar);<br />
                 yazilar.setEditable(False);<br />
   onay[0]=new Button(&quot;Varým&quot;);<br />
   onay[1]=new Button(&quot;Yokum&quot;);<br />
   onay[0].setBounds(50,250,70,50);<br />
   onay[0].addActionListener(this);<br />
   add(onay[0]);<br />
   onay[0].setVisible(false);<br />
   onay[1].addActionListener(this);<br />
    onay[1].setBounds(150,250,70,50);<br />
   add(onay[1]);<br />
   onay[1].setVisible(false);<br />
   }</p>
<p>   public void paint (Graphics g){<br />
       setBackground(Color.GRAY);<br />
   g.drawString(&quot;Acun kopta gel&quot; , 300, 300);<br />
   }<br />
   public void gameover(){<br />
   for(int i=0;i&lt;20;i++){<br />
    k[i].setEnabled(False);<br />
       money=String.valueOf(kutular[i]);<br />
       k[i].setLabel(money);<br />
   }yazilar.setText(&quot;kazanilan tutar: &quot;+kazanilan+ &quot; ytl&quot;);<br />
   }<br />
   public void actionPerformed (ActionEvent e){<br />
       if(e.getSource()==onay[0]){<br />
           kazanilan=teklif;<br />
           gameover();<br />
       }else if(e.getSource()==onay[1]){<br />
           if(sayac==19){kazanilan=kutular[benimkutum];gameover();}<br />
           for(int i = 0 ; i&lt;20 ; i++ )<br />
       k[i].addActionListener(this);}<br />
       if(((sayac==6) || (sayac== 11)) || ((sayac==15) || (sayac==18))){<br />
           hamdicalling();<br />
       yazilar.setText(&quot;hamdi&#39;nin son teklifi:&quot;+teklif+&quot; ytl&quot;);</p>
<p>          onay[0].setVisible(true);<br />
          onay[1].setVisible(true);<br />
       }<br />
       else{<br />
           onay[0].setVisible(False);<br />
           onay[1].setVisible(False);}<br />
                     for(int i=0 ;i&lt;20 ;i++){<br />
       if(e.getSource()==k[i]){<br />
           if(sayac==0){<br />
               benimkutum=i;<br />
               k[i].setBackground(Color.green);<br />
               k[i].setEnabled(False);<br />
                              sayac++;}<br />
           else{<br />
               sayac++;<br />
                      if(kutular[i]&lt;=1000){<br />
           k[i].setBackground(Color.blue);<br />
               k[i].setEnabled(False);<br />
            kutulartoplam-=kutular[i];<br />
               for(int j =0; j&lt;20;j++)<br />
                   if(kutular[i]==(Integer.valueOf(durum[j].getText())))<br />
                       durum[j].setVisible(false);<br />
                      }<br />
                      else{<br />
           k[i].setBackground(Color.red);<br />
               k[i].setEnabled(False);<br />
               kutulartoplam-=kutular[i];<br />
                       for(int j =0; j&lt;20;j++)<br />
                   if(kutular[i]==(Integer.valueOf(durum[j].getText())))<br />
                       durum[j].setVisible(false);}<br />
       money=String.valueOf(kutular[i]);<br />
       k[i].setLabel(money);}}<br />
   }<br />
}}</p>
<br />Posted in java Tagged: acun, applet, java, varmısın yokmusun <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=58&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2009/10/26/varmisin-yokmusun-java-applet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Lojik devre tasarimlarim</title>
		<link>http://olcayozyilmaz.wordpress.com/2009/10/20/lojik-devre-tasarimlarim/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2009/10/20/lojik-devre-tasarimlarim/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:22:34 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Lojik]]></category>
		<category><![CDATA[adder]]></category>
		<category><![CDATA[ALU]]></category>
		<category><![CDATA[banka]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[cikarici devre]]></category>
		<category><![CDATA[decoder]]></category>
		<category><![CDATA[demultiplexer]]></category>
		<category><![CDATA[devre]]></category>
		<category><![CDATA[Elektronik]]></category>
		<category><![CDATA[encoder]]></category>
		<category><![CDATA[flip flop]]></category>
		<category><![CDATA[full adder]]></category>
		<category><![CDATA[half]]></category>
		<category><![CDATA[half adder]]></category>
		<category><![CDATA[ikilik taban]]></category>
		<category><![CDATA[kayan yazi]]></category>
		<category><![CDATA[kronometre]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[multiplexer]]></category>
		<category><![CDATA[otomasyon]]></category>
		<category><![CDATA[segment]]></category>
		<category><![CDATA[seven segment]]></category>
		<category><![CDATA[shifregister]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=45</guid>
		<description><![CDATA[.ewb uzantılı dosyalar ve bazı projeler için duzenlenmiş ayrıntılı raporları, resimleri, dokumanlari vs buradan indirebilirsiniz&#8230; Ancak dosyaları derleyip duzenleyemedim biraz karısık olabilir. 2 sayının alu da toplanması.estetik.ewb banka otomasyon devresi tasarımı kayan yazı tasarımları çeşitli led animasyon tasarimlar flipflop.ewb ALU.ewb 2 sayının alu da toplanması.ewb full adder.ewb half adder.ewb olcay kronometre.ewb multiplex 8 to 1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=45&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>.ewb uzantılı dosyalar ve bazı projeler için duzenlenmiş ayrıntılı raporları, resimleri, dokumanlari vs <a title="Lojik tasarımlar" href="http://rapidshare.com/files/295613562/Lojik.rar.html" target="_blank">buradan</a> indirebilirsiniz&#8230; Ancak dosyaları derleyip duzenleyemedim biraz karısık olabilir.</p>
<ul>
<li>2 sayının alu da toplanması.estetik.ewb</li>
<li>banka otomasyon devresi tasarımı</li>
<li>kayan yazı tasarımları</li>
<li>çeşitli led animasyon tasarimlar</li>
<li>flipflop.ewb</li>
<li>ALU.ewb</li>
<li>2 sayının alu da toplanması.ewb</li>
<li>full adder.ewb</li>
<li>half adder.ewb</li>
<li>olcay kronometre.ewb</li>
<li>multiplex 8 to 1 .ewb</li>
<li>dimultiplex 1 to 8 .ewb</li>
<li>74154.ewb</li>
<li>dimultiplex 1 to 8 .ewb</li>
<li>multiplex 8 to 1 .ewb</li>
<li>7 segment.ewb</li>
<li>4 bitlik sayi topla halfadder.ewb</li>
<li>4 bitlik 2 sayı topla.ewb</li>
<li>cıkarma devresi.ewb</li>
<li>decoder.ewb</li>
<li>shiftregister74194.ewb</li>
</ul>
<p>ve cok daha fazlası&#8230;..</p>
<br />Posted in Lojik Tagged: adder, ALU, banka, binary, cikarici devre, decoder, demultiplexer, devre, Elektronik, encoder, flip flop, full adder, half, half adder, ikilik taban, kayan yazi, kronometre, led, logic, Lojik, multiplexer, otomasyon, segment, seven segment, shifregister <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=45&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2009/10/20/lojik-devre-tasarimlarim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>4 digit&#8217;lik kronometre (start, stop, memory function)</title>
		<link>http://olcayozyilmaz.wordpress.com/2009/10/20/4-digitlik-kronometre-start-stop-memory-function/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2009/10/20/4-digitlik-kronometre-start-stop-memory-function/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:08:25 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Lojik]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=41</guid>
		<description><![CDATA[Proje; 4 digit&#8217;lik kronometre (start, stop, memory function) Gerekli Araçlar; 8 tane Decoded Seven-Segment Display, 18 tane D Flip-Flop,  4 tane 74190 (Sync BCD up/down Counter) entegre devresi, güç kaynağı, clock, 2 tane Probe, 2 tane NOR Gate,  6 tane AND gate, 4 tane NOT Gate. Uygulama; Öncelikle clock bir anahtar yardımıyla 74190 devresine bağlanır [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=41&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Proje; </strong><strong>4 digit&#8217;lik kronometre (start, stop, memory function)</strong></p>
<p><strong>Gerekli Araçlar;</strong> 8 tane Decoded Seven-Segment Display, 18 tane D Flip-Flop,  4 tane 74190 (Sync BCD up/down Counter) entegre devresi, güç kaynağı, clock, 2 tane Probe, 2 tane NOR Gate,  6 tane AND gate, 4 tane NOT Gate.</p>
<p><strong>Uygulama; </strong></p>
<ol>
<li>Öncelikle clock bir anahtar yardımıyla 74190 devresine      bağlanır buradaki anahtarın kullanım amacı clock’ u devreden keserek      devreye pause yeteneğini kazandırabilmektir</li>
<li>74190 (Sync BCD up/down Counter) doğruluk tablosuna (şekil1)      bakarak sayıcı yukarı doğru sayar şekilde ayarlanır.</li>
<li>74190 devresinin max/min çıkışına bir D Flip-Flop      bağlayarak 1 sonraki devreye verilecek clock işlemi geciktirilir</li>
<li>İlk 74190 devresinin çıkışlarını 1 and ve 1 nor gate      yardımıyla sayıcı 6 ya yükseldiği anda 2. devreye bir clock gönderecek      şekilde ayarlanır<span id="more-41"></span></li>
<li>İkinci 74190 devresinin bağlanması için 2. madde      tekrarlanır</li>
<li>İkinci 74190’ın çıkışları bir and gate ve 1 not gate      yardımıyla 3. 74190 devresine bir clock işlemi verecek şekilde bağlanır</li>
<li>Üçüncü 74190 devresini bağlamak için 2. madde tekrarlanır      ve bir sonraki devreye gönderilecek clock işlemi için 4. madde tekrarlanır</li>
<li>Dördüncü ve son 74190 devresinin bağlanılabilmesi için 2.      madde tekrarlanır ve son 74190 devresinin çıkışları  and ve not gate yardımıyla reset işlemi      için 74190 (Sync BCD up/down Counter) doğruluk tablosuna (şekil1) uygun      şekilde bağlanır</li>
<li>Her bir 74190 devresi için QA~QD çıkışları 4 farklı D Flip      Flop’ a ve 4 farklı Decoded Seven-Segment Display’e bağlanır</li>
<li>Bütün 74190 devrelerinin QA~QD çıkışlarını bağladığımız her      D Flip Flop’ a clock darbesi bir anahtar yardımıyla verilir ve 4 erli      dizilmiş D Flip Floplar 4 farklı Decoded Seven-Segment Display’e bağlanır</li>
<li>son olarak devreye biraz estetik kazandırmak için 2 led ile      4 digitlik display 2 ye bölünür ve ledlere gelecek clock darbesi ana      devreye gelen clocktan elde edilir.</li>
</ol>
<p><strong>SONUÇ;</strong></p>
<p><strong> </strong></p>
<p>74190 devresi yardımıyla basit sayıcı bir devre tasarlanır ve gene 74190 devresinde bulunan reset yapılabilme özelliği ile sayıcı devrenin 59 a kadar sayması sağlanır. Kodlanmış olarak devreden alınan çıkışların değerini kendi decoderını da içinde bulunduran  Decoded Seven-Segment Display yardımıyla dışarı yansıtılır. Bu sayede hızı ayarlanabilir bir kronometre elde edilmiş olur. Displaye bağlanan birer paralel de D Flio Flop için alarak displayde anlık gösterilecek bilgi D flip flop’ a clock darbesi gönderildiği anda hafızaya aktarılır. Bu sayede sayacın sayma işlemi hiç durmadan pause işlemi yapmış ve hatta bunu hafızada saklama olanağına sahip oluruz takii bi sonraki pause işlemine kadar. İstenmesi halinde D Flip Flopların yerine shift register bağlanarak hem hafıza büyütülmüş hemde sırasıyla pause zamanları hafızaya alınabilir.</p>
<p><img class="alignnone size-full wp-image-42" title="74190" src="http://olcayozyilmaz.files.wordpress.com/2009/10/74190.jpg?w=550&#038;h=240" alt="74190" width="550" height="240" /></p>
<p>Şekil 1</p>
<p><img class="alignnone size-full wp-image-43" title="74190-74191" src="http://olcayozyilmaz.files.wordpress.com/2009/10/74190-74191.jpg?w=550&#038;h=227" alt="74190-74191" width="550" height="227" /></p>
<p>Şekil 2</p>
<br />Posted in Lojik  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=41&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2009/10/20/4-digitlik-kronometre-start-stop-memory-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>

		<media:content url="http://olcayozyilmaz.files.wordpress.com/2009/10/74190.jpg" medium="image">
			<media:title type="html">74190</media:title>
		</media:content>

		<media:content url="http://olcayozyilmaz.files.wordpress.com/2009/10/74190-74191.jpg" medium="image">
			<media:title type="html">74190-74191</media:title>
		</media:content>
	</item>
		<item>
		<title>Yağış &#8211; Mutlak Nem konulu bulanık mantık ödevi</title>
		<link>http://olcayozyilmaz.wordpress.com/2009/10/20/yagis-mutlak-nem-konulu-bulanik-mantik-odevi/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2009/10/20/yagis-mutlak-nem-konulu-bulanik-mantik-odevi/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:12:54 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Bulanık Mantık]]></category>
		<category><![CDATA[artificial inttelligence]]></category>
		<category><![CDATA[fuzzy]]></category>
		<category><![CDATA[fuzzy logic]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[yapaz zeka]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=34</guid>
		<description><![CDATA[Çalışma; Aşağıdaki kaynaklar ve benzerleri araştırılarak konuyla ilgili bilgi toplanmış olup. Yıllık istatistikî, ortalama veriler de göz önünde bulundurularak fonksiyonlar belirlenmiştir. Yagis-MutlakNem.fis adlı .fis uzantılı matlab çıktısı ektedir. Bazı koşullarda input/output dengesi gerçek/ortalama verilerle karşılaştırılıp düşük hata paylarıyla ( çözüm koşulları göz önünde bulundurulduğunda ) doğruluğu gözlemlenmiştir. INPUTLAR Kuraklık: m2 deki canlı popülâsyonu ile derecelendirilecektir [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=34&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Çalışma;</strong></p>
<p>Aşağıdaki kaynaklar ve benzerleri araştırılarak konuyla ilgili bilgi toplanmış olup. Yıllık istatistikî, ortalama veriler de göz önünde bulundurularak fonksiyonlar belirlenmiştir. Yagis-MutlakNem.fis adlı .fis uzantılı matlab çıktısı ektedir. Bazı koşullarda input/output dengesi gerçek/ortalama verilerle karşılaştırılıp düşük hata paylarıyla ( çözüm koşulları göz önünde bulundurulduğunda ) doğruluğu gözlemlenmiştir.<span id="more-34"></span></p>
<p><strong>INPUTLAR</strong></p>
<ol>
<li><strong>Kuraklık</strong>: m2 deki canlı      popülâsyonu ile derecelendirilecektir ( Canlıların sulak bölgeleri tercih      ettiği bilinerek düşünülmüştür.       Kutuplar ve Çöller diğer bölgelere göre daha az canlı barındırıp,      kurak olduğu da bilinmektedir… )</li>
<li><strong>Ekvator’a Uzaklık</strong>: Ekvator      çizgisine olan uzaklıktır km ile birimlendirilmiştir.</li>
<li><strong>Sıcaklık</strong>: Santigrat derece olarak      birimlendirilmiştir.</li>
<li><strong>Buharlaşma Yüzeyi: </strong>km2 deki su      yüzdesi ile ölçeklendirilmiştir.<strong> </strong></li>
</ol>
<p><strong>OUTPUTLAR</strong></p>
<ol>
<li><strong>Mutlak Nem</strong>: 1 m3 hava içerisinde bulunan su buharının gram cinsinden ağırlığına</li>
</ol>
<p>Mutlak nem denir ve g/m3 olarak ifade edilir.</p>
<ol>
<li><strong>Yağış: </strong>m2 ye düşen su damlalarıdır.</li>
</ol>
<p align="left"><strong>Kaynaklar;</strong></p>
<ul>
<li><a href="http://www.sorucevap.com/bilimkultur/sosyalbilimler/cografya/ders.asp?211844">http://www.sorucevap.com/bilimkultur/sosyalbilimler/cografya/ders.asp?211844</a></li>
<li><a href="http://cografyalise.blogcu.com/nemlilik-ve-yagis_20355651.html">http://cografyalise.blogcu.com/nemlilik-ve-yagis_20355651.html</a></li>
<li><a href="http://www.biltek.tubitak.gov.tr/">http://www.biltek.tubitak.gov.tr</a></li>
<li><a href="http://www.teknolojiweb.net/yeryuzunun-baslica-iklim-tipleri-ve-bitki-ortusu/">http://www.teknolojiweb.net/yeryuzunun-baslica-iklim-tipleri-ve-bitki-ortusu/</a></li>
<li><a href="http://www.dmi.gov.tr/">http://www.dmi.gov.tr/</a></li>
</ul>
<p>.fis uzantılı matlab fuzzyLogic dosyasını <a title="fis dosyası (Matlab fuzylogic)" href="http://rapidshare.com/files/295616050/Yagis-MutlakNem.fis.html" target="_blank">buradan</a> indirebilirsiniz</p>
<br />Posted in Bulanık Mantık Tagged: artificial inttelligence, Bulanık Mantık, fuzzy, fuzzy logic, logic, yapaz zeka <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=34&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2009/10/20/yagis-mutlak-nem-konulu-bulanik-mantik-odevi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>c, birim matris</title>
		<link>http://olcayozyilmaz.wordpress.com/2009/10/20/c-birim-matris/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2009/10/20/c-birim-matris/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:59:03 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[c - c++]]></category>
		<category><![CDATA[birim matris]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[kaynak]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[matris]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=30</guid>
		<description><![CDATA[dizi içerisindeki matrisi birim matrise ceviren program #include #define str // satyr sayysy giriliyor #define stn str+1 // sütün sayysy=satyr+1 giriliyor void yaz( double x[str][stn] ); // dizi&#8217;nin ekrana yazdyrylmasy int main(int argc, char *argv[]) { double dizi[str][stn]={{10,2,-1,27}, {-3,-6,2,-61.5}, {1,1,5,-21.5}}; double temp; int q,a,b,n; // KLAVYEDEN GIRIS ICIN GECICI OLARAK SILINDI /* printf(&#8220;n e n [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=30&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>dizi içerisindeki matrisi birim matrise ceviren program</p>
<p>#include<br />
#define str  // satyr sayysy giriliyor<br />
#define stn str+1 // sütün sayysy=satyr+1 giriliyor</p>
<p>void yaz( double x[str][stn] ); // dizi&#8217;nin ekrana yazdyrylmasy<br />
int main(int argc, char *argv[])<br />
{<br />
double dizi[str][stn]={{10,2,-1,27},<br />
					 {-3,-6,2,-61.5},<br />
					 {1,1,5,-21.5}};<br />
double temp;<br />
<span id="more-30"></span><br />
int q,a,b,n;</p>
<p>            // KLAVYEDEN GIRIS ICIN GECICI OLARAK SILINDI<br />
  /*  printf(&#8220;n e n matrisin satir sayisini giriniz:&#8221; );<br />
    scanf(&#8220;%d&#8221;,&amp;n);</p>
<p>    for(a=0;a&lt;str;a++){<br />
                     for(b=0;b&lt;stn;b++)<br />
                                      {<br />
                                    printf(&quot;matrisin %d. satir %d. stun elemanini giriniz:\n&quot;,a+1,b+1);<br />
                                    scanf(&quot;%f&quot;,&amp;a[a][b]);<br />
                                      }<br />
                     }//matrisin elemanlari girildi*/</p>
<p>yaz(dizi);</p>
<p>printf(&quot;\n&quot;);</p>
<p>for (q=0;q&lt;str;q++){<br />
temp=dizi[q][q];</p>
<p>for (a=q; a&lt;stn;a++){ // q&#39;ncü satyryn q&#39;ncü elemanyny 1&#39;e e?itliyoruz<br />
dizi[q][a]=dizi[q][a]/temp;} // 1&#39;e e?itleme bitti</p>
<p>for(b=q+1;b&lt;str;b++){ // ileri do?ru yok etme uygulanyyor<br />
temp=-1*dizi[b][q];<br />
yaz(dizi);<br />
printf(&quot;\n&quot;);</p>
<p>for (a=0; a=0 ; q&#8211;){ // Birim matris formuna indirgeniyor</p>
<p>for (a=q+1; a&lt;stn-1; a++){ // Ylgili sütun ve son sütun üzerinde i?lem yapylyyor<br />
temp=-1*dizi[q][a];<br />
dizi[q][a]=dizi[q][a]+(dizi[a][a]*temp);<br />
dizi[q][stn-1]=dizi[q][stn-1]+(dizi[a][stn-1]*temp);}}</p>
<p>printf(&quot;\n\n\n\n\n\n&quot;);<br />
yaz(dizi); // Elde edilen birim matris ekrana yazdyrylyyor</p>
<p>system(&quot;PAUSE&quot;);<br />
return 0;<br />
}<br />
void yaz ( double x[str][stn] ) // Dizi de?erlerinin ekrana yazylmasy<br />
{<br />
     int m,n;<br />
printf(&quot;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\n&quot;);<br />
for (m=0; m&lt;str; m++){<br />
for (n=0; n&lt;stn-1 ; n++){<br />
printf(&quot;%8.2f&quot;,x[m][n]);}<br />
printf(&quot;%8.2f&quot;,x[m][4]);<br />
printf(&quot;\n&quot;);<br />
}}</p>
<br />Posted in c - c++ Tagged: birim matris, c, code, kaynak, kod, matris, source <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=30&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2009/10/20/c-birim-matris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>c ile sudoku cozen program</title>
		<link>http://olcayozyilmaz.wordpress.com/2009/10/20/c-ile-sudoku-cozen-program/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2009/10/20/c-ile-sudoku-cozen-program/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:54:42 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[c - c++]]></category>
		<category><![CDATA[algoritma]]></category>
		<category><![CDATA[ödev]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[kaynak]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=28</guid>
		<description><![CDATA[c ile basit sudoku cozen program kaynak kodlari ( kaba kuvvet algoritmaları yada karar almak mekanizmaları yoktur basit sudokular için dizayn edilmiştir. ) //******************************************************************************************************************// //******************************************************************************************************************// // Bu program sadece tek cozumu olan sudoku problemleri icindir herhangi bir şekilde tahminde bulunmaz // //eger cozum için 1 kutu dahi yerleştirdi fakat cozemediyse bile yerleştirdiği eleman o kutunun [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=28&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>c ile basit sudoku cozen program kaynak kodlari ( kaba kuvvet algoritmaları yada karar almak mekanizmaları yoktur basit sudokular için dizayn edilmiştir. )<br />
<span id="more-28"></span><br />
//******************************************************************************************************************//</p>
<p>//******************************************************************************************************************//</p>
<p>//     Bu program sadece tek cozumu olan sudoku problemleri icindir herhangi bir şekilde tahminde bulunmaz          //</p>
<p>//eger cozum için 1 kutu dahi yerleştirdi fakat cozemediyse bile yerleştirdiği eleman o kutunun alabilicegi         //</p>
<p>//tek elemandir dolayısıyla cozemese bile cozumde fayda saglayabilir. Deneme yanılma vs algoritmalar kullanılarak   //</p>
<p>//program daha fazla geliştirilebilir. Tahmin yetisi kazandirilabilir&#8230;                                                                              //</p>
<p>//******************************************************************************************************************//</p>
<p>//******************************************************************************************************************//</p>
<p>//Olcay Özyılmaz</p>
<p>#include </p>
<p>#include </p>
<p>#include </p>
<p>#define N 9 //sudoku matrisi eleman sayisi</p>
<p>int *kutuadres[9][9][10];//[hangi kutu][kacinci eleman][icerdigi deger,alabilicegi degerler]</p>
<p>int nerde(int);//her kutu hangi satir-stun ve karede?</p>
<p>int uzunluk(char x[]);//string uzunlugu bulunuo?</p>
<p>void ciz(int x[N][N]);//sudoku ciziliyor</p>
<p>int main()</p>
<p>{srand(time(NULL));</p>
<p>int a[N][N],kopyaa[N][N][(N+1)];//kopyaa[satir][stun][elemanin degeri,alabilicegi degerler]</p>
<p>int i,j,b=0,k=0,n,u=1,p=1,t=1,d=0,e=0,hm=0,g,ii,jj,kk,os,toplam=0,_t,_devammi=5,ysudoku=0,sudokucozul=1;</p>
<p>char s[100],secim[1];</p>
<p>yanlis:</p>
<p>ysudoku=0;</p>
<p>while(p){</p>
<p>printf(&#8220;Hocam 1 ve 2. secimler sudokunu kademe kademe cozerken kendiliginden olustu ben de silmedim tavsiyem 3 u secmeniz&#8230;. \n\n&#8221;);</p>
<p>printf(&#8220;Gosterim amacli bilgisayardan matrise deger atamak icin 1\n\n&#8221;);</p>
<p>printf(&#8220;Sudoku elemanlarini teker teker elle girmek icin 2\n\n&#8221;);</p>
<p>printf(&#8220;Matrisin elemanlarini bir seferde tek satirda girmek icin 3 tuslayiniz(Onerilir)\n\n&#8221;);</p>
<p>printf(&#8220;NOT:Bosluklar icin \&#8221;.\&#8221; giriniz ve bosluk kullanmayiniz.\n\n&#8221;);</p>
<p>gets(secim);</p>
<p>if(uzunluk(s)!=0)</p>
<p>{p=1;printf(&#8220;\n    ****SECIM ICIN FAZLA YADA EKSIK KARAKTER GIRDINIZ!!!!****\n\n&#8221;);}</p>
<p>else</p>
<p>{</p>
<p>switch(secim[0])</p>
<p>{</p>
<p>case &#8217;1&#8242;:p=0;break;</p>
<p>case &#8217;2&#8242;:p=0;break;</p>
<p>case &#8217;3&#8242;:p=0;break;</p>
<p>default:p=1;</p>
<p>printf(&#8220;\t\t***YANLIS SECIM GIRDINIZ!!!***\n&#8221;);</p>
<p>break;</p>
<p>}}</p>
<p>}</p>
<p>if(secim[0] ==&#8217;1&#8242;)//&#8212;&#8212;&#8212;&#8212;&#8211;SECIM 1 ICIN&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>{</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++){</p>
<p>a[i][j]=rand()%9+49;</p>
<p>}</p>
<p>}</p>
<p>system(&quot;cls&quot;);printf(&quot;\t\t    *********1 numara secildi********&quot;);ciz(a);}//&#8212;&#8212;&#8212;&#8212;&#8211;SECIM 1 BITTI&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>if(secim[0] == &#39;2&#39; )//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-SECIM 2 ICIN&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>{printf(&quot;\t**Sudoku icin degeri sirasiyla soldan saga tek tek girmeye baslayin**\n&quot;);</p>
<p>for(i=0;i&lt;10;i++){</p>
<p>for(j=0;j&lt;10;j++){</p>
<p>gets(s);</p>
<p>if((uzunluk(s))==1)</p>
<p>{</p>
<p>if(s[0]==46)</p>
<p>b=1;</p>
<p>else{</p>
<p>if((s[0]48))</p>
<p>b=2;</p>
<p>}//kullanilabilirligini denetledik</p>
<p>switch (b)</p>
<p>{</p>
<p>case 1:</p>
<p>a[i][j]=0;</p>
<p>break;</p>
<p>case 2:</p>
<p>a[i][j]=s[0];</p>
<p>break;</p>
<p>default:</p>
<p>{</p>
<p>printf(&#8220;Yanlis karakter girdiniz! tekrar deneyiniz: &#8220;);</p>
<p>j&#8211;;}</p>
<p>break;</p>
<p>}</p>
<p>b=0;}</p>
<p>else{j&#8211;;hm=1;</p>
<p>if(hm==1)</p>
<p>printf(&#8220;Fazla yada eksik karakter girdiniz tekrar deneyin sadece tek karakter girin:&#8221;);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>system(&#8220;cls&#8221;);printf(&#8220;\t\t    *********2 numara secildi********&#8221;);ciz(a);}//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;SECIM 2 BITTI&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>if(secim[0]==&#8217;3&#8242;)//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;SECIM 3 ICIN&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>{ printf(&#8221;    **soldan saga sudoku elemanlarini giriniz(her elemani bitisik giriniz)**\n&#8221;);</p>
<p>do{//while baslar</p>
<p>scanf(&#8220;%s&#8221;,&amp;s);</p>
<p>u=1;//do while&#8217;a dewam etmek icin</p>
<p>if(81!=uzunluk(s)){</p>
<p>printf(&#8220;Fazla yada eksik karakter girdiniz!!(81 karakter girmelisiniz)\n&#8221;);</p>
<p>u=0;}</p>
<p>else</p>
<p>{//else baslar</p>
<p>for(i=0;i58) || (s[i]&lt;49)){</p>
<p>printf(&quot;  **Yanlis karakter girdiniz sadece \&quot;.\&quot; veya 1..9 rakamlar kullanilarbilir**\n&quot;);</p>
<p>i=81;</p>
<p>u=0;//do while&#39;a dewam etmek icin</p>
<p>}}  }</p>
<p>if(u==1)</p>
<p>{//</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++) {</p>
<p>g=(i*9)+j;</p>
<p>a[i][j]=s[g];</p>
<p>}</p>
<p>u=1;}// do while dan cikmak icin;}</p>
<p>//string elemanlari matrise cevrildi</p>
<p>}</p>
<p>}//else biter</p>
<p>}while(u==0);//while biter</p>
<p>system(&quot;cls&quot;);</p>
<p>printf(&quot;\n\t\t*** Girilen string matrise cevrildi ****\n&quot;);</p>
<p>ciz(a); }//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-SECIM 3 BITTI&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>//**************************HER ELEMANA ILK ALABILICEGI DEGERLER ATANDI  *****</p>
<p>for(i=0;i&lt;N;i++)                                                          //*</p>
<p>for(j=0;j&lt;N;j++)                                          //*</p>
<p>for(k=0;k&lt;N+1;k++)                        //*</p>
<p>if(k==0)                  //*</p>
<p>kopyaa[i][j][0]=a[i][j];  //*</p>
<p>else                      //*</p>
<p>kopyaa[i][j][k]=k+48;     //*</p>
<p>//****************************************************************************</p>
<p>//****************COZUME Baslanıyor*******************************************</p>
<p>//****************COZUME Baslanıyor*******************************************</p>
<p>//****************COZUME Baslanıyor*******************************************</p>
<p>//  ******************* kutuadres adli pointer diziye sirasiyla [hangi kutu+1 ][hangi eleman +1][icerdigi deger,alabilicegi degerler] atandi</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++)</p>
<p>{</p>
<p>for(k=0;k=0 &amp;&amp; i=0 &amp;&amp; j=3 &amp;&amp; j=6 &amp;&amp; j=3 &amp;&amp; i=0 &amp;&amp; j=3 &amp;&amp; j=6 &amp;&amp; j=6 &amp;&amp; i=0 &amp;&amp; j=3 &amp;&amp; j=6 &amp;&amp; j&lt;9)//9.kutu</p>
<p>kutuadres[8][(i%3)*3+j%3][k]=&amp;kopyaa[i][j][k];</p>
<p>}</p>
<p>}}}</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++){</p>
<p>if(a[i][j]!=46){//o satir_stun_ve kutularin alabilicegi degerleri guncelle</p>
<p>switch(a[i][j])</p>
<p>{</p>
<p>case 49:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][1]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][1]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][1]=0;</p>
<p>break;</p>
<p>case 50:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][2]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][2]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][2]=0;</p>
<p>break;</p>
<p>case 51:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][3]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][3]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][3]=0;</p>
<p>break;</p>
<p>case 52:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][4]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][4]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][4]=0;</p>
<p>break;</p>
<p>case 53:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][5]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][5]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][5]=0;</p>
<p>break;</p>
<p>case 54:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][6]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][6]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][6]=0;</p>
<p>break;</p>
<p>case 55:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][7]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][7]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][7]=0;</p>
<p>break;</p>
<p>case 56:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][8]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][8]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][8]=0;</p>
<p>break;</p>
<p>case 57:</p>
<p>ii=nerde((i*9)+j)/100;</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>kopyaa[ii][jj][9]=0;</p>
<p>jj=nerde((i*9)+j)/10%10;</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>kopyaa[ii][jj][9]=0;</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>*kutuadres[os][kk][9]=0;</p>
<p>break;</p>
<p>}}}}</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++){</p>
<p>for(ii=0;ii&lt;N;ii++)</p>
<p>for(jj=0;jj&lt;N;jj++)</p>
<p>if((ii==i  || jj==j) &amp;&amp; (a[i][j]!=&#39;.&#39;) &amp;&amp; ((ii==i &amp;&amp; jj!=j)||(jj==j &amp;&amp; ii!=i))){</p>
<p>if(a[i][j]==a[ii][jj]){</p>
<p>printf(&quot;\n\n\t\t\tyanlis sudoku girdiniz!!!&#8230;\n\n&quot;);</p>
<p>ii=N;jj=N;i=N;j=N;ysudoku=1;</p>
<p>}}</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++)</p>
<p>if(kk==((i%3)*3+j%3));</p>
<p>else</p>
<p>if(a[i][j]==*kutuadres[os][kk][0]&amp;&amp; a[i][j]!=&#39;.&#39;){</p>
<p>printf(&quot;\n\n\t\t\tyanlis sudoku girdiniz!!!&#8230;\n\n&quot;);</p>
<p>kk=N;ii=N;jj=N;i=N;j=N;ysudoku=1;}</p>
<p>}</p>
<p>}if(ysudoku==1)</p>
<p>printf(&quot;\t\tSudoku kurallarina uygun bir sudoku problemi giriniz&#8230;\n\n&quot;);</p>
<p>if (ysudoku==1 &amp;&amp; secim[0]!=&#39;1&#39;)</p>
<p>goto yanlis;</p>
<p>if(secim[0]==&#39;1&#39;)</p>
<p>printf(&quot;\n\t\tBilgisayar kurallara uygun sudoku atayamadi..\n\n&quot;);</p>
<p>//***********************************Elemanlar yerlestirilmeye baslaniyor*************************************************</p>
<p>for(_devammi=0;_devammi&lt;30;_devammi++){</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++){toplam=0;</p>
<p>for(k=1;k&lt;N+1;k++){os=0;//</p>
<p>if(kopyaa[i][j][k]==0)</p>
<p>toplam++;</p>
<p>if(k==N &amp;&amp; toplam==8){</p>
<p>for(_t=1;_t sadece %d yi alir \n &#8220;,i,j,kopyaa[i][j][0],_t);</p>
<p>kopyaa[i][j][0]=48+_t;//eleman yerlestirildi</p>
<p>printf(&#8220;Yeni deger:%c\n&#8221;,kopyaa[i][j][0]);</p>
<p>for(jj=0;jj&lt;N;jj++){//yeni elemanin yerlestirildigi satirin her kutu icin alabilicegi degerler gucellendi</p>
<p>kopyaa[i][jj][_t]=0;}</p>
<p>for(ii=0;ii&lt;N;ii++){//yeni elemanin yerlestirildigi sutunun her kutu icin alabilicegi degerler gucellendi</p>
<p>kopyaa[ii][j][_t]=0;}</p>
<p>os=nerde((i*9)+j)%10-1;</p>
<p>for(kk=0;kk&lt;N;kk++){//yeni elemanin yerlestirildigi 3e3 matrisin her kutu icin alabilicegi degerler gucellendi</p>
<p>*kutuadres[os][kk][_t]=0;}</p>
<p>}}}}}}}}int man=1;</p>
<p>for(i=0;i&lt;N;i++){</p>
<p>for(j=0;j&lt;N;j++)</p>
<p>{a[i][j]=kopyaa[i][j][0];</p>
<p>}}</p>
<p>for(i=0;i&lt;N;i++)</p>
<p>for(j=0;j&lt;N;j++)</p>
<p>if(a[i][j]==46){i=N;j=N;</p>
<p>printf(&quot;\n\nUzgunum sudoku tam cozulemedi&#8230;bunun nedeni birden fazla cozume sahip olmasi yada tahmin gerektiriyor olmasidir&quot; );</p>
<p>man=0;</p>
<p>sudokucozul!=0;}</p>
<p>if(sudokucozul!=0 &amp;&amp; man==1 &amp;&amp; secim[0]!=&#39;1&#39;)</p>
<p>printf(&quot;\n\n\t\tSudoku basariyla cozuldu Tek cozum var..&quot; );</p>
<p>if(secim[0]!=&#39;1&#39;)</p>
<p>ciz(a);</p>
<p>//*******************************************************************************************************</p>
<p>//*******************************************************************************************************</p>
<p>//*******************************************************************************************************</p>
<p>system(&quot;PAUSE&quot;);</p>
<p>return 0;</p>
<p>}</p>
<p>void ciz ( int x[N][N] ) // Dizi degerlerinin ekrana yazilmasi</p>
<p>{</p>
<p>printf(&quot;\n\n\n\n\n&quot;);</p>
<p>int m,n;</p>
<p>printf(&quot;\t\t\t*************************\n\t\t\t&quot;);</p>
<p>for (m=0; m&lt;N; m++){</p>
<p>printf(&quot;*&quot;);</p>
<p>for (n=0; n=0 &amp;&amp; str=0 &amp;&amp; stn=3 &amp;&amp; stn=6 &amp;&amp; stn=3 &amp;&amp; str=0 &amp;&amp; stn=3 &amp;&amp; stn=6 &amp;&amp; stn=6 &amp;&amp; str=0 &amp;&amp; stn=3 &amp;&amp; stn=6 &amp;&amp; stn&lt;9)//9.kutu</p>
<p>kutu=9;</p>
<p>}</p>
<p>return ((str*100)+(stn*10)+kutu);}//fonksiyondan geriye 3 deger birden gonderebilmek icin</p>
<br />Posted in c - c++ Tagged: algoritma, ödev, c, kaynak, kod, Programlama, source <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=28&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2009/10/20/c-ile-sudoku-cozen-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Cooliris</title>
		<link>http://olcayozyilmaz.wordpress.com/2008/12/16/cooliris/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2008/12/16/cooliris/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:26:56 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Kategorilenmemiş]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=25</guid>
		<description><![CDATA[http://piclens.com/lite/webmasterguide.php Posted in Kategorilenmemiş<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=25&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://piclens.com/lite/webmasterguide.php</p>
<br />Posted in Kategorilenmemiş  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=25&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2008/12/16/cooliris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Prototype framework</title>
		<link>http://olcayozyilmaz.wordpress.com/2008/12/16/prototype-framework/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2008/12/16/prototype-framework/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:20:02 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Kütüphane]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=20</guid>
		<description><![CDATA[http://www.sergiopereira.com/articles/prototype.js.html#Reference.Prototype Posted in Kütüphane<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=20&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.sergiopereira.com/articles/prototype.js.html#Reference.Prototype</p>
<br />Posted in Kütüphane  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=20&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2008/12/16/prototype-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Spry Framework</title>
		<link>http://olcayozyilmaz.wordpress.com/2008/12/16/spry-framework/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2008/12/16/spry-framework/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:18:02 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Kütüphane]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=17</guid>
		<description><![CDATA[http://livedocs.adobe.com/en_US/Spry/SDG/help.html?content=WS6973607F-10A8-4d4c-8042-9881CAB146FE.html http://labs.adobe.com/technologies/spry/samples/index.html Posted in Kütüphane<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=17&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://livedocs.adobe.com/en_US/Spry/SDG/help.html?content=WS6973607F-10A8-4d4c-8042-9881CAB146FE.html</p>
<p>http://labs.adobe.com/technologies/spry/samples/index.html</p>
<br />Posted in Kütüphane  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=17&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2008/12/16/spry-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery</title>
		<link>http://olcayozyilmaz.wordpress.com/2008/12/16/jquery/</link>
		<comments>http://olcayozyilmaz.wordpress.com/2008/12/16/jquery/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:10:24 +0000</pubDate>
		<dc:creator>Olcay Özyılmaz</dc:creator>
				<category><![CDATA[Kütüphane]]></category>

		<guid isPermaLink="false">http://olcayozyilmaz.wordpress.com/?p=15</guid>
		<description><![CDATA[www.jQuery.com http://www.yazgelistir.com/Makaleler/1000002051.ygpx Posted in Kütüphane<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=15&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jquery.com">www.jQuery.com</a><br />
<a href="http://www.yazgelistir.com/Makaleler/1000002051.ygpx">http://www.yazgelistir.com/Makaleler/1000002051.ygpx</a></p>
<br />Posted in Kütüphane  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olcayozyilmaz.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olcayozyilmaz.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olcayozyilmaz.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olcayozyilmaz.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olcayozyilmaz.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olcayozyilmaz.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olcayozyilmaz.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olcayozyilmaz.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olcayozyilmaz.wordpress.com&amp;blog=5861596&amp;post=15&amp;subd=olcayozyilmaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olcayozyilmaz.wordpress.com/2008/12/16/jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96111560a40738bda37da10ef66e9779?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Olcay Özyılmaz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
