Format:
Recent snippets matching tags of Queue
/* * Дек (свързан списък) * * @author Михаил Николов * @version 1.0 * @date 4.06.2011 * */ #include <iostream>
100 Views
no comments
/* * Опашка (свързан списък) * * @author Михаил Николов * @version 1.0 * @date 4.06.2011 * */ #include <iostream>
91 Views
no comments
[Serializable, ComVisible(true), DebuggerTypeProxy(typeof(QueueDebugView)), DebuggerDisplay("Count = {Count}")] public class Queue : ICollection, IEnumerable, ICloneable { // Fields private object[] _array; private int _growFactor; private int _head; private const int _MinimumGrow = 4; private const int _ShrinkThreshold = 0x20; private int _size;
228 Views
no comments
#region Namespace using System; using System.Linq; using System.Text; using System.Data; using System.Diagnostics; using System.Messaging; using System.Collections.Generic; #endregion End of Namespace
157 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
