Srfgsrfgfd



Download 188,19 Kb.
bet10/10
Sana08.01.2022
Hajmi188,19 Kb.
#334891
1   2   3   4   5   6   7   8   9   10
procedure TForm1.Button1Click(Sender: TObject);

begin

if StrToInt(Edit1.Text) =i*j then

begin

p :=StrT oInt(Label8.Caption);

Randomize;

i:=Random(n);

Randomize;

j:=Random(n);

Label1.Caption:=IntToStr(i);

Label2 .Caption: =IntToStr(j);

Edit1.Text:='0';

p:=p+1;

Label8.Caption:=IntToStr(p);

end

else

begin

Edit1.Text:='0';

m:=StrT oInt(Label9.Caption);

m:=m+1;

Label9 .Caption: =IntT oStr(m);

end;

end;

procedure TForm1.Button2Click(Sender: TObject);

var a,b,c:Integer;

f:Real;

begin

a:=StrToInt(Label8.Caption);

b:=StrToInt(Label9.Caption);


26



c:=a+b;

if c<>0 then

begin

f:=a*100 div c;

ShowMessage(IntToStr(c) + ' ta savoldan ' + IntToStr(a)+' tasiga to'gri javob berildi.'+#13+'O'zlashtirish '+ FloatToStr(f)

+' %ni tashkil etadi.');

end;

Close();

end;

procedure TForm1.FormCloseQuery(Sender: TObject; var CanClose: Boolean); begin

Button2Click(Sender);

end;

procedure TForm1.FormCreate(Sender: TObject);

begin

n:=10;

Randomize;

i:=Random(n);

Randomize;

j:=Random(n);

Label 1 .Caption: =IntToStr(i);

Label2.Caption: =IntToStr(j);

Label8.Caption: =IntToStr(0);

Label9.Caption:=IntToStr(0);

end;

end.


27



XULOSA


Hozirgi zamonaviy axborot kommunikatsion texnologiyalari behad rivojlangan davrga kelib, jamiyat ahlining deyarli barcha qatlami axborot kommunikatsion texnologiyalaridan keng foydalanmoqda. Shunday yo’nalishlar qatoriga muhandisslik, iqtisodiyot, statistika kabi yo’nalishlarni kiritish mumkin.

Mazkur kurs ishida berilgan nazariy va amaliy topshiriqlar bilan ishlash natijasida Delphi dasturlash tilida foydalaniladigan Edit, Label, StatusBar, va BitBtn komponentlari taxlil etildi. Natijada esa, to’qqizgacha bo’lgan sonlarning ko’paytmasini topuvchi intelektual o’yin dasturi yaratildi.

Mazkur dasturni yaratishda mantiqiy amallar va dasturlash texnologiyasi bo’yicha bilimlarim yanada rivojlandi.


28



FOYDALANILGAN ADABIYOTLAR

  1. Informatika va axborot texnologiyalari: Oliy ta'lim muassasalari talabalari uchun darslik S.S. G'ulomov, B.A. Begalov; O'z.R Oliy va o'rta maxsus ta’lim vazirligi, Toshkent Davlat Iqtisodiyot Universiteti.-T.: Fan,2010.-704 bet

  2. Informatika. Akademik S.S.G’ulomov umumiy tahriri ostida. Darslik.

Toshkent. - TDIU, 2007.

  1. Alimov R, Hodiyev B. “Milliy iqtisodda axborot tizimlari va

texnologiyalari”, Т.: “Sharq”-2004.

  1. Фленов М. Е. Библия Delphi. — 2-е изд. БХВ-Петербург - 2008.

  2. http://www.ziyonet.uz - Ziyonet axborot resurs portali.

  3. http://moodle.andmiedu.uz - AndMI masofaviy ta’lim tizimi.


29



ILOVA


object Forml: TForml

Left = 0

Top = 0

Bordericons = [biSystemMenu, biMinimize]

BorderStyle = bsSingle

Caption = 'Topgan topaloq...'

ClientHeight = 271

ClientWidth = 245

Color = clBtnFace

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -11

Font.Name = 'Tahoma'

Font.Style = []

OldCreateOrder = False

Position = poDesktopCenter

OnCreate = FormCreate

PixelsPerinch = 96

TextHeight = 13

object Label1: TLabel

Left = 144

Top = 8

Width = 93

Height = 19

AutoSize = False

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'


30



Font.Style = []

ParentFont = False

end

object Label2: TLabel

Left = 144

Top = 48

Width = 93

Height = 19

AutoSize = False

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Label3: TLabel

Left = 8

Top = 8

Width = 88

Height = 19

Caption = 'Birinchi son:'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Label4: TLabel


31



Left = 8

Top = 48

Width = 91

Height = 19

Caption = 'Ikkinchi son:'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Label6: TLabel

Left = 8

Top =143

Width = 50

Height = 19

Caption = 'To'#39'g'#39'ri:'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Label7: TLabel

Left = 8

Top =179

Width = 65

Height = 19


32



Caption = 'Noto'#39'g'#39'ri:'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Label8: TLabel

Left = 144

Top =143

Width = 93

Height = 19

Alignment = taCenter

AutoSize = False

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Label9: TLabel

Left = 144

Top =179

Width = 93

Height = 19

Alignment = taCenter

AutoSize = False

BiDiMode = bdLeftToRight


33



Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -16

Font.Name = 'Tahoma'

Font.Style = []

ParentBiDiMode = False

ParentFont = False

end

object Label10: TLabel

Left = 8

Top = 247

Width = 229

Height = 24

Alignment = taCenter

AutoSize = False

Caption = 'AndMI, MYaMT 131_14 - 2015 yil'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -13

Font.Name = 'Tahoma'

Font.Style = []

ParentFont = False

end

object Edit1: TEdit

Left = 8

Top = 79

Width = 229

Height = 21

Alignment = taRightJustify

TabOrder = 0


34



Text = '0'

OnKeyPress = EditlKeyPress end

object Buttonl: TButton

Left = 8

Top =106

Width = 229

Height = 25

Caption = 'OK'

TabOrder = 1

OnClick = Button1 Click

end

object Button2: TButton

Left = 8

Top=216

Width = 229

Height = 25

Caption = 'Yakunlash'

TabOrder = 2

OnClick = Button2Click

end

end.


35


Download 188,19 Kb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7   8   9   10




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