Си++

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

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

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

Оглавление

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

Файлы: 1 файл

Курсовая.doc

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

            this.button3.TabIndex = 2;

            this.button3.Text = "Тесты";

            this.button3.UseVisualStyleBackColor = false;

            this.button3.Click += new System.EventHandler(this.button3_Click_1);

            //

            // Form1

            //

            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));

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

            this.ClientSize = new System.Drawing.Size(1069, 649);

            this.Controls.Add(this.button3);

            this.Controls.Add(this.label2);

            this.Controls.Add(this.richTextBox1);

            this.Controls.Add(this.groupBox4);

            this.Controls.Add(this.button5);

            this.Controls.Add(this.groupBox3);

            this.Controls.Add(this.groupBox2);

            this.Controls.Add(this.groupBox1);

            this.Controls.Add(this.button4);

            this.Controls.Add(this.button2);

            this.Controls.Add(this.button1);

            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;

            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));

            this.MaximizeBox = false;

            this.Name = "Form1";

            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

            this.Text = "C++";

            this.Load += new System.EventHandler(this.Form1_Load);

            this.groupBox1.ResumeLayout(false);

            this.groupBox1.PerformLayout();

            this.groupBox2.ResumeLayout(false);

            this.groupBox2.PerformLayout();

            this.groupBox3.ResumeLayout(false);

            this.groupBox3.PerformLayout();

            this.groupBox4.ResumeLayout(false);

            this.groupBox4.PerformLayout();

            this.ResumeLayout(false);

            this.PerformLayout();

 

        }

 

        #endregion

 

        private System.Windows.Forms.Button button1;

        private System.Windows.Forms.Button button2;

        private System.Windows.Forms.Button button4;

        private System.Windows.Forms.GroupBox groupBox1;

        private System.Windows.Forms.Label label1;

        private System.Windows.Forms.GroupBox groupBox2;

        private System.Windows.Forms.GroupBox groupBox3;

        private System.Windows.Forms.LinkLabel linkLabel10;

        private System.Windows.Forms.LinkLabel linkLabel9;

        private System.Windows.Forms.LinkLabel linkLabel8;

        private System.Windows.Forms.LinkLabel linkLabel7;

        private System.Windows.Forms.LinkLabel linkLabel6;

        private System.Windows.Forms.LinkLabel linkLabel5;

        private System.Windows.Forms.LinkLabel linkLabel4;

        private System.Windows.Forms.LinkLabel linkLabel3;

        private System.Windows.Forms.LinkLabel linkLabel2;

        private System.Windows.Forms.LinkLabel linkLabel1;

        private System.Windows.Forms.RichTextBox richTextBox1;

        private System.Windows.Forms.LinkLabel linkLabel26;

        private System.Windows.Forms.LinkLabel linkLabel25;

        private System.Windows.Forms.LinkLabel linkLabel24;

        private System.Windows.Forms.LinkLabel linkLabel23;

        private System.Windows.Forms.LinkLabel linkLabel22;

        private System.Windows.Forms.LinkLabel linkLabel21;

        private System.Windows.Forms.LinkLabel linkLabel20;

        private System.Windows.Forms.LinkLabel linkLabel19;

        private System.Windows.Forms.LinkLabel linkLabel18;

        private System.Windows.Forms.LinkLabel linkLabel17;

        private System.Windows.Forms.LinkLabel linkLabel16;

        private System.Windows.Forms.LinkLabel linkLabel15;

        private System.Windows.Forms.LinkLabel linkLabel14;

        private System.Windows.Forms.LinkLabel linkLabel13;

        private System.Windows.Forms.LinkLabel linkLabel12;

        private System.Windows.Forms.LinkLabel linkLabel11;

        private System.Windows.Forms.Button button5;

        private System.Windows.Forms.GroupBox groupBox4;

        private System.Windows.Forms.LinkLabel linkLabel29;

        private System.Windows.Forms.LinkLabel linkLabel28;

        private System.Windows.Forms.LinkLabel linkLabel27;

        private System.Windows.Forms.Label label2;

        private System.Windows.Forms.Button button3;

    }

}

 

Ну а здесь указано какие библиотеки я использовал. Конечно все их Visual Studio создало автоматически, кроме одной – самой последней.

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

using System.Windows.Forms;

using System.Diagnostics;

Она необходима для функции

System.Diagnostics.Process.Start(@"…");

 

                                                    Заключение

Это моя первая такая серьёзная программа. Конечно мой способ включения и отключения элементов наверное самый простой, но как вы убедились даже так программа способна функционировать. Я считаю передо мной поставленная задача полностью выполнена. Я буду усовершенствовать свои знания в языках С++ и С# и надеюсь потом написать более сложный проект.  А пока надеюсь мне эту курсовую зачтут, ну и оценят по достоинству.

                                        Список используемых источников

    1. Интернет
    2. Друзья

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