Си++

Автор: Пользователь скрыл имя, 15 Декабря 2012 в 20:18, курсовая работа

Краткое описание

Си++ (англ. C++) — компилируемый строго типизированный язык программирования общего назначения. Поддерживает разные парадигмы программирования: процедурную, обобщённую, функциональную; наибольшее внимание уделено поддержке объектно-ориентированного программирования.
Разработка языка началась в 1979 году. Целью создания C++ было дополнение C возможностями, удобными для масштабной разработки ПО, с сохранением гибкости, скорости и портабельности C. Вместе с тем создатели C++ стремились сохранить совместимость с C: синтаксис первого основан на синтаксисе последнего, и большинство программ на C будут работать и как C++.

Оглавление

Введение
Краткое описание теоретической части
Постановка задачи
Метод решения задачи
Практическая часть
Заключение
Список используемых источников

Файлы: 1 файл

Курсовая.doc

— 1.56 Мб (Скачать)

            //

            // groupBox1

            //

            this.groupBox1.BackColor = System.Drawing.Color.Transparent;

            this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;

            this.groupBox1.Controls.Add(this.label1);

            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.groupBox1.Location = new System.Drawing.Point(313, 92);

            this.groupBox1.Name = "groupBox1";

            this.groupBox1.Size = new System.Drawing.Size(700, 396);

            this.groupBox1.TabIndex = 4;

            this.groupBox1.TabStop = false;

            this.groupBox1.Text = "Добро пожаловать";

            //

            // label1

            //

            this.label1.AutoSize = true;

            this.label1.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.label1.Location = new System.Drawing.Point(27, 61);

            this.label1.Name = "label1";

            this.label1.Size = new System.Drawing.Size(635, 210);

            this.label1.TabIndex = 0;

            this.label1.Text = "В данной программе вы найдёте весь\r\nнеобходимый материал для изучения \r\nязыка про" +

    "граммирования С++.  \r\nВы так же сможете пройти тест после\r\nокончания обучения.";

            //

            // groupBox2

            //

            this.groupBox2.BackColor = System.Drawing.Color.Transparent;

            this.groupBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;

            this.groupBox2.Controls.Add(this.linkLabel26);

            this.groupBox2.Controls.Add(this.linkLabel25);

            this.groupBox2.Controls.Add(this.linkLabel24);

            this.groupBox2.Controls.Add(this.linkLabel23);

            this.groupBox2.Controls.Add(this.linkLabel22);

            this.groupBox2.Controls.Add(this.linkLabel21);

           this.groupBox2.Controls.Add(this.linkLabel20);

            this.groupBox2.Controls.Add(this.linkLabel19);

            this.groupBox2.Controls.Add(this.linkLabel18);

            this.groupBox2.Controls.Add(this.linkLabel17);

            this.groupBox2.Controls.Add(this.linkLabel16);

            this.groupBox2.Controls.Add(this.linkLabel15);

            this.groupBox2.Controls.Add(this.linkLabel14);

            this.groupBox2.Controls.Add(this.linkLabel13);

            this.groupBox2.Controls.Add(this.linkLabel12);

            this.groupBox2.Controls.Add(this.linkLabel11);

            this.groupBox2.Enabled = false;

            this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.groupBox2.Location = new System.Drawing.Point(313, 92);

            this.groupBox2.Name = "groupBox2";

            this.groupBox2.Size = new System.Drawing.Size(700, 397);

            this.groupBox2.TabIndex = 5;

            this.groupBox2.TabStop = false;

            this.groupBox2.Text = "Лекции";

            this.groupBox2.Visible = false;

            //

            // linkLabel26

            //

            this.linkLabel26.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel26.AutoSize = true;

            this.linkLabel26.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel26.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel26.Location = new System.Drawing.Point(378, 341);

            this.linkLabel26.Name = "linkLabel26";

            this.linkLabel26.Size = new System.Drawing.Size(117, 23);

            this.linkLabel26.TabIndex = 16;

            this.linkLabel26.TabStop = true;

            this.linkLabel26.Text = "Лекция 16";

            this.linkLabel26.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel26_LinkClicked);

            //

            // linkLabel25

            //

            this.linkLabel25.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel25.AutoSize = true;

            this.linkLabel25.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel25.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel25.Location = new System.Drawing.Point(378, 302);

            this.linkLabel25.Name = "linkLabel25";

            this.linkLabel25.Size = new System.Drawing.Size(117, 23);

            this.linkLabel25.TabIndex = 15;

            this.linkLabel25.TabStop = true;

            this.linkLabel25.Text = "Лекция 15";

            this.linkLabel25.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel25_LinkClicked);

            //

            // linkLabel24

            //

            this.linkLabel24.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel24.AutoSize = true;

            this.linkLabel24.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel24.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel24.Location = new System.Drawing.Point(378, 262);

            this.linkLabel24.Name = "linkLabel24";

            this.linkLabel24.Size = new System.Drawing.Size(117, 23);

            this.linkLabel24.TabIndex = 14;

            this.linkLabel24.TabStop = true;

            this.linkLabel24.Text = "Лекция 14";

            this.linkLabel24.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel24_LinkClicked);

            //

            // linkLabel23

            //

            this.linkLabel23.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel23.AutoSize = true;

            this.linkLabel23.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel23.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel23.Location = new System.Drawing.Point(378, 217);

            this.linkLabel23.Name = "linkLabel23";

            this.linkLabel23.Size = new System.Drawing.Size(117, 23);

            this.linkLabel23.TabIndex = 13;

            this.linkLabel23.TabStop = true;

            this.linkLabel23.Text = "Лекция 13";

            this.linkLabel23.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel23_LinkClicked);

            //

            // linkLabel22

            //

            this.linkLabel22.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel22.AutoSize = true;

            this.linkLabel22.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel22.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel22.Location = new System.Drawing.Point(378, 171);

            this.linkLabel22.Name = "linkLabel22";

            this.linkLabel22.Size = new System.Drawing.Size(117, 23);

            this.linkLabel22.TabIndex = 12;

            this.linkLabel22.TabStop = true;

            this.linkLabel22.Text = "Лекция 12";

            this.linkLabel22.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel22_LinkClicked);

            //

            // linkLabel21

            //

            this.linkLabel21.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel21.AutoSize = true;

            this.linkLabel21.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel21.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel21.Location = new System.Drawing.Point(378, 131);

            this.linkLabel21.Name = "linkLabel21";

            this.linkLabel21.Size = new System.Drawing.Size(117, 23);

            this.linkLabel21.TabIndex = 11;

            this.linkLabel21.TabStop = true;

            this.linkLabel21.Text = "Лекция 11";

            this.linkLabel21.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel21_LinkClicked);

            //

            // linkLabel20

            //

            this.linkLabel20.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel20.AutoSize = true;

            this.linkLabel20.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel20.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel20.Location = new System.Drawing.Point(378, 93);

            this.linkLabel20.Name = "linkLabel20";

            this.linkLabel20.Size = new System.Drawing.Size(117, 23);

            this.linkLabel20.TabIndex = 10;

            this.linkLabel20.TabStop = true;

            this.linkLabel20.Text = "Лекция 10";

            this.linkLabel20.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel20_LinkClicked);

            //

            // linkLabel19

            //

            this.linkLabel19.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel19.AutoSize = true;

            this.linkLabel19.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel19.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel19.Location = new System.Drawing.Point(378, 48);

            this.linkLabel19.Name = "linkLabel19";

            this.linkLabel19.Size = new System.Drawing.Size(105, 23);

            this.linkLabel19.TabIndex = 9;

            this.linkLabel19.TabStop = true;

            this.linkLabel19.Text = "Лекция 9";

            this.linkLabel19.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel19_LinkClicked);

            //

            // linkLabel18

            //

            this.linkLabel18.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel18.AutoSize = true;

            this.linkLabel18.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel18.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel18.Location = new System.Drawing.Point(156, 341);

            this.linkLabel18.Name = "linkLabel18";

            this.linkLabel18.Size = new System.Drawing.Size(105, 23);

            this.linkLabel18.TabIndex = 8;

            this.linkLabel18.TabStop = true;

            this.linkLabel18.Text = "Лекция 8";

            this.linkLabel18.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel18_LinkClicked);

            //

            // linkLabel17

            //

            this.linkLabel17.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel17.AutoSize = true;

            this.linkLabel17.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel17.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel17.Location = new System.Drawing.Point(156, 302);

            this.linkLabel17.Name = "linkLabel17";

            this.linkLabel17.Size = new System.Drawing.Size(105, 23);

            this.linkLabel17.TabIndex = 7;

            this.linkLabel17.TabStop = true;

            this.linkLabel17.Text = "Лекция 7";

            this.linkLabel17.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel17_LinkClicked);

            //

            // linkLabel16

            //

            this.linkLabel16.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel16.AutoSize = true;

            this.linkLabel16.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel16.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel16.Location = new System.Drawing.Point(156, 262);

            this.linkLabel16.Name = "linkLabel16";

            this.linkLabel16.Size = new System.Drawing.Size(105, 23);

            this.linkLabel16.TabIndex = 6;

            this.linkLabel16.TabStop = true;

            this.linkLabel16.Text = "Лекция 6";

            this.linkLabel16.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel16_LinkClicked);

            //

            // linkLabel15

            //

            this.linkLabel15.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel15.AutoSize = true;

            this.linkLabel15.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel15.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel15.Location = new System.Drawing.Point(156, 217);

            this.linkLabel15.Name = "linkLabel15";

            this.linkLabel15.Size = new System.Drawing.Size(105, 23);

            this.linkLabel15.TabIndex = 5;

            this.linkLabel15.TabStop = true;

            this.linkLabel15.Text = "Лекция 5";

            this.linkLabel15.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel15_LinkClicked);

            //

            // linkLabel14

            //

            this.linkLabel14.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel14.AutoSize = true;

            this.linkLabel14.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel14.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel14.Location = new System.Drawing.Point(156, 171);

            this.linkLabel14.Name = "linkLabel14";

            this.linkLabel14.Size = new System.Drawing.Size(105, 23);

            this.linkLabel14.TabIndex = 4;

            this.linkLabel14.TabStop = true;

            this.linkLabel14.Text = "Лекция 4";

            this.linkLabel14.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel14_LinkClicked);

            //

            // linkLabel13

            //

            this.linkLabel13.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel13.AutoSize = true;

            this.linkLabel13.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel13.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel13.Location = new System.Drawing.Point(156, 131);

            this.linkLabel13.Name = "linkLabel13";

            this.linkLabel13.Size = new System.Drawing.Size(105, 23);

            this.linkLabel13.TabIndex = 3;

            this.linkLabel13.TabStop = true;

            this.linkLabel13.Text = "Лекция 3";

            this.linkLabel13.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel13_LinkClicked);

            //

            // linkLabel12

            //

            this.linkLabel12.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel12.AutoSize = true;

            this.linkLabel12.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

            this.linkLabel12.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));

            this.linkLabel12.Location = new System.Drawing.Point(156, 93);

            this.linkLabel12.Name = "linkLabel12";

            this.linkLabel12.Size = new System.Drawing.Size(105, 23);

            this.linkLabel12.TabIndex = 2;

            this.linkLabel12.TabStop = true;

            this.linkLabel12.Text = "Лекция 2";

            this.linkLabel12.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel12_LinkClicked);

            //

            // linkLabel11

            //

            this.linkLabel11.ActiveLinkColor = System.Drawing.Color.Maroon;

            this.linkLabel11.AutoSize = true;

            this.linkLabel11.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));

Информация о работе Си++