C# 0 The Complete Reference


Stack  class. Thus, the public methods enforce  the last-in, first-out mechanism. As shown here, the  Stack



Download 4,07 Mb.
Pdf ko'rish
bet237/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   233   234   235   236   237   238   239   240   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

Stack

 class. Thus, the public methods enforce 

the last-in, first-out mechanism. As shown here, the 

Stack

 class stores characters, but the 

same mechanism could be used to store any type of data:

// A stack class for characters.

using System;

class Stack {

  // These members are private.

  char[] stck; // holds the stack

  int tos;     // index of the top of the stack

  // Construct an empty Stack given its size.

  public Stack(int size) {

    stck = new char[size]; // allocate memory for stack

    tos = 0;

  }


  // Push characters onto the stack.

  public void Push(char ch) {

    if(tos==stck.Length) {

      Console.WriteLine(" -- Stack is full.");

      return;

    }


    stck[tos] = ch;

    tos++;

  }

  // Pop a character from the stack.



www.freepdf-books.com


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   233   234   235   236   237   238   239   240   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish