this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label1.Font = new System.Drawing.Font("Showcard Gothic", 50.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label1.Location = new System.Drawing.Point(165, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(301, 83);
this.label1.TabIndex = 0;
this.label1.Text = "TIC-TAC";
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(653, 89);
this.panel1.TabIndex = 1;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.button1.Font = new System.Drawing.Font("Showcard Gothic", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button1.Location = new System.Drawing.Point(596, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(57, 47);
this.button1.TabIndex = 1;
this.button1.Text = "X";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// b1
//
this.b1.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b1.Location = new System.Drawing.Point(27, 124);
this.b1.Name = "b1";
this.b1.Size = new System.Drawing.Size(166, 141);
this.b1.TabIndex = 2;
this.b1.UseVisualStyleBackColor = true;
this.b1.Click += new System.EventHandler(this.b1_Click);
//
// b2
//
this.b2.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b2.Location = new System.Drawing.Point(240, 124);
this.b2.Name = "b2";
this.b2.Size = new System.Drawing.Size(166, 141);
this.b2.TabIndex = 3;
this.b2.UseVisualStyleBackColor = true;
this.b2.Click += new System.EventHandler(this.b2_Click);
//
// b3
//
this.b3.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b3.Location = new System.Drawing.Point(453, 124);
this.b3.Name = "b3";
this.b3.Size = new System.Drawing.Size(166, 141);
this.b3.TabIndex = 4;
this.b3.UseVisualStyleBackColor = true;
this.b3.Click += new System.EventHandler(this.b3_Click);
//
// b6
//
this.b6.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b6.Location = new System.Drawing.Point(453, 310);
this.b6.Name = "b6";
this.b6.Size = new System.Drawing.Size(166, 141);
this.b6.TabIndex = 7;
this.b6.UseVisualStyleBackColor = true;
this.b6.Click += new System.EventHandler(this.b6_Click);
//
// b5
//
this.b5.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b5.Location = new System.Drawing.Point(240, 310);
this.b5.Name = "b5";
this.b5.Size = new System.Drawing.Size(166, 141);
this.b5.TabIndex = 6;
this.b5.UseVisualStyleBackColor = true;
this.b5.Click += new System.EventHandler(this.b5_Click);
//
// b4
//
this.b4.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b4.Location = new System.Drawing.Point(27, 310);
this.b4.Name = "b4";
this.b4.Size = new System.Drawing.Size(166, 141);
this.b4.TabIndex = 5;
this.b4.UseVisualStyleBackColor = true;
this.b4.Click += new System.EventHandler(this.b4_Click);
//
// b9
//
this.b9.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b9.Location = new System.Drawing.Point(453, 495);
this.b9.Name = "b9";
this.b9.Size = new System.Drawing.Size(166, 141);
this.b9.TabIndex = 10;
this.b9.UseVisualStyleBackColor = true;
this.b9.Click += new System.EventHandler(this.b9_Click);
//
// b8
//
this.b8.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b8.Location = new System.Drawing.Point(240, 495);
this.b8.Name = "b8";
this.b8.Size = new System.Drawing.Size(166, 141);
this.b8.TabIndex = 9;
this.b8.UseVisualStyleBackColor = true;
this.b8.Click += new System.EventHandler(this.b8_Click);
//
// b7
//
this.b7.Font = new System.Drawing.Font("Showcard Gothic", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.b7.Location = new System.Drawing.Point(27, 495);
this.b7.Name = "b7";
this.b7.Size = new System.Drawing.Size(166, 141);
this.b7.TabIndex = 8;
this.b7.UseVisualStyleBackColor = true;
this.b7.Click += new System.EventHandler(this.b7_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(653, 678);
this.Controls.Add(this.b9);
this.Controls.Add(this.b8);
this.Controls.Add(this.b7);
this.Controls.Add(this.b6);
this.Controls.Add(this.b5);
this.Controls.Add(this.b4);
this.Controls.Add(this.b3);
this.Controls.Add(this.b2);
this.Controls.Add(this.b1);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.Text = "Form1";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button b1;
private System.Windows.Forms.Button b2;
private System.Windows.Forms.Button b3;
private System.Windows.Forms.Button b6;
private System.Windows.Forms.Button b5;
private System.Windows.Forms.Button b4;
private System.Windows.Forms.Button b9;
private System.Windows.Forms.Button b8;
private System.Windows.Forms.Button b7;
}
}
# Main programm
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TIC_TOC
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}
Natija:
Matematik tizimlar
Maple muhiti 1980 yilda Waterloo, Inc (Kanada) firmasi tomonidan
yaratilgan. Bugungi kunda uning quyidagi versiyalari mavjud: Maple 5, Maple 6,
Maple 7 va hokoza.
Maple da belgili ifodalashlar bilan ishlash uchun asosiysini sxema yadrosi
tashkil qiladi. U belgili ifodalashlarning yuzlab bazaviy funksiya va
algoritmlaridan iborat. Shu bilan birga operator, buyruq va funksiyalarning asosiy
kutubxonasidan iborat.
Umumiy hisobda Maple 5 da 2500 ta, Maple 6 da 2700 ta, Maple 7 da 3000
ga yaqin funksiyalar mavjud. Bu shu narsani anglatadiki, ko’plab masalalarni
sistema bilan to’g’ridan-to’g’ri muloqot tarzida yechish mumkin bo’ladi.
Maple dasturlashsiz katta hajmdagi masalalarni yechish imkoniyatiga ega.
Faqat masalalarni yechish algoritmini yozish va uni bir necha bo’laklarga bo’lish
kerak. Bundan tashqari yechish algoritmlari funksiya va sistema buyruqlari
ko’rinishida hal qilingan minglab masalalar mavjud. Maple uch xil shaxsiy tilga
ega: kirish, hal qilish va dasturlash. Maple matematik va injener-texnik
hisoblashlarni o’tkazishga mo’ljallangan dasturlashning integrallashgan tizimi
hisoblanadi. U formula, son, matn va grafika bilan ishlash uchun keng imkoniyatli
tizimdir.
Paket foydalanish uchun ancha qulaydir. Uning interfeysi shunchalik qulay
qilinganki, undan foydalanuvchi dastur varag’i bilan xuddi qog’oz varag’i singari
ishlaydi. Unga sonlar, formulalar, matematik ifodalar va hokozalarni yozadi.
Maple tizimi matn muharriri, kuchli hisoblash va grafik prosessoriga ega.
Matn muharriri matnlarni kiritish va muharrirlash uchun ishlatiladi. Matnlar
izohlardan iborat bo’lib unga kiritilgan matematik ifodalar bajarilmaydi. Matn
so’zlar, matematik ifoda va formulalar, maxsus belgilar va hokozalardan iborat
bo’lishi mumkin. Maplening asosiy xususiyati matematikada umumiy qabul
qilingan belgilarning ishlatilishidadir.
Hisoblash prosessori keng imkoniyatga ega. U murakkab matematik
formulalar bo’yicha hisoblashlarni bajaradi. Ko’plab matematik funksiyalarga ega
bo’lish bilan birga, qatorlar, yig’indi, ko’paytma, hosila va aniq integrallarni
hisoblash, kompleks sonlar bilan ishlash, hamda chiziqli va chiziqli bo’lmagan
tenglamalarni yechish, vektor va matrisilar ustida amallar bajarish imkoniyatini
yaratadi.
Grafik prosessor gafiklar yaratish va uni ekranga chiqarish uchun ishlatiladi.
Grafik prosessor foydalanuvchini grafik vositalarining eng qulay va sodda
imkoniyatlari bilan ta’minlaydi. Foydalanuvchi oddiy funksiyalarning grafigini
tizim bilan ishlashni boshlashdanoq chizishi mumkin. Tradision ko’rinishdagi
grafik bilan birgalikda qutb grafiklari, fazoviy grafiklar, vektorli maydon
grafiklari va hokozolarni yasash mumkin. Grafik tipik matematik masalalarni
yechish uchun mo’ljallangan. Shu bilan birga grafikni tez-tez o’zgartirish, ularga
matnli yozuv-larni qo’shish va uni hujjatni ixtiyoriy joyiga ko’chirish imkoniyati
mavjud. Bitta ishchi sohaga matnni, grafikani va matematik hisoblashlarni joylashtirish orqali Maple eng murakkab hisoblashlarni tushunishni ham
yengilashtiradi.
Do'stlaringiz bilan baham: |