/www.cppreference.com/wiki/tr/stl/priority_queue/start
#! | 63 lines | 59 code | 4 blank | 0 comment | 0 complexity | 4e22aa914a0962cd586760da4ccd002c MD5 | raw file
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" 4 lang="tr" dir="ltr"> 5<head> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 7 <title>tr:container:priority_queue:start</title> 8<meta name="generator" content="DokuWiki" /> 9<meta name="robots" content="index,follow" /> 10<meta name="date" content="2010-10-28T18:17:27-0700" /> 11<meta name="keywords" content="tr,container,priority_queue,start" /> 12<link rel="search" type="application/opensearchdescription+xml" href="http://www.cppreference.com/wiki/lib/exe/opensearch.php" title="C++ Reference" /> 13<link rel="start" href="../../../../index.html" /> 14<link rel="contents" href="http://www.cppreference.com/wiki/tr/container/priority_queue/start?do=index" title="İndeks" /> 15<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://www.cppreference.com/wiki/feed.php" /> 16<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://www.cppreference.com/wiki/feed.php?mode=list&ns=tr:container:priority_queue" /> 17<link rel="alternate" type="text/html" title="Plain HTML" href="http://www.cppreference.com/wiki/_export/xhtml/tr/container/priority_queue/start" /> 18<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://www.cppreference.com/wiki/_export/raw/tr/container/priority_queue/start" /> 19<link rel="canonical" href="start" /> 20<link rel="stylesheet" media="screen" type="text/css" href="../../../lib/exe/css.php@t=custom1&tseed=1289693594" /> 21<link rel="stylesheet" media="all" type="text/css" href="../../../lib/exe/css.php@s=all&t=custom1&tseed=1289693594" /> 22<link rel="stylesheet" media="print" type="text/css" href="../../../lib/exe/css.php@s=print&t=custom1&tseed=1289693594" /> 23<script type="text/javascript" ><!--//--><![CDATA[//><!-- 24var NS='tr:container:priority_queue';var JSINFO = {"id":"tr:container:priority_queue:start","namespace":"tr:container:priority_queue"}; 25//--><!]]></script> 26<script type="text/javascript" charset="utf-8" src="../../../lib/exe/js.php@tseed=1289693594" ></script> 27</head> 28<body> 29<div class="dokuwiki export"> 30 31<h1 class="sectionedit1"><a name="c_oencelik_kuyrugu_priority_queue" id="c_oencelik_kuyrugu_priority_queue">C++ Öncelik Kuyruğu (Priority Queue)</a></h1> 32<div class="level1"> 33 34<p> 35 36C++ Öncelik Sıraları, normal sıralar gibidir ancak sıradaki elemanlar bir kurala göre sıralıdır. 37 38</p> 39<div class="table sectionedit2"><table class="inline"> 40 <tr class="row0"> 41 <td class="col0"><a href="http://www.cppreference.com/wiki/tr/container/priority_queue/pqueue_constructors" class="wikilink2" title="tr:container:priority_queue:pqueue_constructors" rel="nofollow">Constructors</a></td><td class="col1">yeni bir öncelik sırası oluşturur</td> 42 </tr> 43 <tr class="row1"> 44 <td class="col0"><a href="http://www.cppreference.com/wiki/tr/container/priority_queue/empty" class="wikilink2" title="tr:container:priority_queue:empty" rel="nofollow">empty</a></td><td class="col1">öncelik sırasında hiç eleman yoksa doğru döner</td> 45 </tr> 46 <tr class="row2"> 47 <td class="col0"><a href="http://www.cppreference.com/wiki/tr/container/priority_queue/pop" class="wikilink2" title="tr:container:priority_queue:pop" rel="nofollow">pop</a></td><td class="col1">öncelik sırasının en üstteki elemanını çıkarır</td> 48 </tr> 49 <tr class="row3"> 50 <td class="col0"><a href="http://www.cppreference.com/wiki/tr/container/priority_queue/push" class="wikilink2" title="tr:container:priority_queue:push" rel="nofollow">push</a></td><td class="col1">öncelik sırasının sonuna bir eleman ekler</td> 51 </tr> 52 <tr class="row4"> 53 <td class="col0"><a href="http://www.cppreference.com/wiki/tr/container/priority_queue/size" class="wikilink2" title="tr:container:priority_queue:size" rel="nofollow">size</a></td><td class="col1">öncelik sırasındaki eleman sayısını döner</td> 54 </tr> 55 <tr class="row5"> 56 <td class="col0"><a href="http://www.cppreference.com/wiki/tr/container/priority_queue/top" class="wikilink2" title="tr:container:priority_queue:top" rel="nofollow">top</a></td><td class="col1">öncelik sırasının en üstteki elemanını döner</td> 57 </tr> 58</table></div> 59<!-- EDIT2 TABLE [168-556] --> 60</div> 61</div> 62</body> 63</html>