Автор: Пользователь скрыл имя, 15 Декабря 2012 в 20:18, курсовая работа
Си++ (англ. C++) — компилируемый строго типизированный язык программирования общего назначения. Поддерживает разные парадигмы программирования: процедурную, обобщённую, функциональную; наибольшее внимание уделено поддержке объектно-ориентированного программирования.
Разработка языка началась в 1979 году. Целью создания C++ было дополнение C возможностями, удобными для масштабной разработки ПО, с сохранением гибкости, скорости и портабельности C. Вместе с тем создатели C++ стремились сохранить совместимость с C: синтаксис первого основан на синтаксисе последнего, и большинство программ на C будут работать и как C++.
Введение
Краткое описание теоретической части
Постановка задачи
Метод решения задачи
Практическая часть
Заключение
Список используемых источников
this.button3.TabIndex = 2;
this.button3.Text = "Тесты";
this.button3.
this.button3.Click += new System.EventHandler(this.
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScale
this.BackgroundImage = ((System.Drawing.Image)(
this.BackgroundImageLayout = System.Windows.Forms.ImageLayo
this.ClientSize = new System.Drawing.Size(1069, 649);
this.Controls.Add(this.
this.Controls.Add(this.label2)
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.Controls.Add(this.
this.FormBorderStyle = System.Windows.Forms.FormBorde
this.Icon = ((System.Drawing.Icon)(
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStart
this.Text = "C++";
this.Load += new System.EventHandler(this.
this.groupBox1.ResumeLayout(fa
this.groupBox1.PerformLayout()
this.groupBox2.ResumeLayout(fa
this.groupBox2.PerformLayout()
this.groupBox3.ResumeLayout(fa
this.groupBox3.PerformLayout()
this.groupBox4.ResumeLayout(fa
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.RichTextB
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.
Это моя первая такая серьёзная программа. Конечно мой способ включения и отключения элементов наверное самый простой, но как вы убедились даже так программа способна функционировать. Я считаю передо мной поставленная задача полностью выполнена. Я буду усовершенствовать свои знания в языках С++ и С# и надеюсь потом написать более сложный проект. А пока надеюсь мне эту курсовую зачтут, ну и оценят по достоинству.