Объектно-ориентированное программирование

Создание приложения, которое будет производить построение графиков функций по заданному математическому выражению. Разработка программы "Генератор математических функций". Создание мастера функций для ввода математического выражения, тестирование.

Рубрика Программирование, компьютеры и кибернетика
Вид дипломная работа
Язык русский
Дата добавления 16.02.2016
Размер файла 1,7 M

Отправить свою хорошую работу в базу знаний просто. Используйте форму, расположенную ниже

Студенты, аспиранты, молодые ученые, использующие базу знаний в своей учебе и работе, будут вам очень благодарны.

this->button_minus->Click += gcnew System::EventHandler(this, &Form2::button_minus_Click);

//

// button_plus

//

this->button_plus->Location = System::Drawing::Point(182, 294);

this->button_plus->Name = L"button_plus";

this->button_plus->Size = System::Drawing::Size(57, 35);

this->button_plus->TabIndex = 18;

this->button_plus->Text = L"+";

this->toolTip1->SetToolTip(this->button_plus, L"Сложение");

this->button_plus->UseVisualStyleBackColor = true;

this->button_plus->Click += gcnew System::EventHandler(this, &Form2::button_plus_Click);

//

// button_sin

//

this->button_sin->CausesValidation = false;

this->button_sin->Location = System::Drawing::Point(245, 130);

this->button_sin->Name = L"button_sin";

this->button_sin->Size = System::Drawing::Size(77, 35);

this->button_sin->TabIndex = 19;

this->button_sin->Text = L"sin";

this->toolTip1->SetToolTip(this->button_sin, L"Синус(<выражение>)");

this->button_sin->UseVisualStyleBackColor = true;

this->button_sin->Click += gcnew System::EventHandler(this, &Form2::button_sin_Click);

//

// button_cos

//

this->button_cos->Location = System::Drawing::Point(245, 171);

this->button_cos->Name = L"button_cos";

this->button_cos->Size = System::Drawing::Size(77, 35);

this->button_cos->TabIndex = 20;

this->button_cos->Text = L"cos";

this->toolTip1->SetToolTip(this->button_cos, L"Косинус(<выражение>)");

this->button_cos->UseVisualStyleBackColor = true;

this->button_cos->Click += gcnew System::EventHandler(this, &Form2::button_cos_Click);

//

// button_tan

//

this->button_tan->Location = System::Drawing::Point(245, 212);

this->button_tan->Name = L"button_tan";

this->button_tan->Size = System::Drawing::Size(77, 35);

this->button_tan->TabIndex = 21;

this->button_tan->Text = L"tg";

this->toolTip1->SetToolTip(this->button_tan, L"Тангенс(<выражение>)");

this->button_tan->UseVisualStyleBackColor = true;

this->button_tan->Click += gcnew System::EventHandler(this, &Form2::button_tan_Click);

//

// button_ctan

//

this->button_ctan->Location = System::Drawing::Point(245, 253);

this->button_ctan->Name = L"button_ctan";

this->button_ctan->Size = System::Drawing::Size(77, 35);

this->button_ctan->TabIndex = 22;

this->button_ctan->Text = L"ctg";

this->toolTip1->SetToolTip(this->button_ctan, L"Котангенс(<выражение>)");

this->button_ctan->UseVisualStyleBackColor = true;

this->button_ctan->Click += gcnew System::EventHandler(this, &Form2::button_ctan_Click);

//

// button1

//

this->button1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, static_cast<System::Drawing::FontStyle>((System::Drawing::FontStyle::Bold | System::Drawing::FontStyle::Italic)),

System::Drawing::GraphicsUnit::Point, static_cast<System::Byte>(204)));

this->button1->Location = System::Drawing::Point(245, 89);

this->button1->Name = L"button1";

this->button1->Size = System::Drawing::Size(77, 35);

this->button1->TabIndex = 25;

this->button1->Text = L"X";

this->toolTip1->SetToolTip(this->button1, L"Аргумент x");

this->button1->UseVisualStyleBackColor = true;

this->button1->Click += gcnew System::EventHandler(this, &Form2::button1_Click);

//

// button_delit

//

this->button_delit->Location = System::Drawing::Point(411, 89);

this->button_delit->Name = L"button_delit";

this->button_delit->Size = System::Drawing::Size(77, 35);

this->button_delit->TabIndex = 26;

this->button_delit->Text = L"Очистить";

this->toolTip1->SetToolTip(this->button_delit, L"Удаление выражения ");

this->button_delit->UseVisualStyleBackColor = true;

this->button_delit->Click += gcnew System::EventHandler(this, &Form2::button_delit_Click);

//

// button_Backspace

//

this->button_Backspace->Location = System::Drawing::Point(328, 89);

this->button_Backspace->Name = L"button_Backspace";

this->button_Backspace->Size = System::Drawing::Size(77, 35);

this->button_Backspace->TabIndex = 27;

this->button_Backspace->Text = L"Backspace";

this->toolTip1->SetToolTip(this->button_Backspace, L"Удаление одного символа");

this->button_Backspace->UseVisualStyleBackColor = true;

this->button_Backspace->Click += gcnew System::EventHandler(this, &Form2::button_Backspace_Click);

//

// button_log

//

this->button_log->Location = System::Drawing::Point(411, 130);

this->button_log->Name = L"button_log";

this->button_log->Size = System::Drawing::Size(77, 35);

this->button_log->TabIndex = 28;

this->button_log->Text = L"log";

this->toolTip1->SetToolTip(this->button_log, L"Логарифм(<основание> , <выражение>)");

this->button_log->UseVisualStyleBackColor = true;

this->button_log->Click += gcnew System::EventHandler(this, &Form2::button_log_Click);

//

// button_lg

//

this->button_lg->Location = System::Drawing::Point(411, 171);

this->button_lg->Name = L"button_lg";

this->button_lg->Size = System::Drawing::Size(77, 35);

this->button_lg->TabIndex = 29;

this->button_lg->Text = L"lg";

this->toolTip1->SetToolTip(this->button_lg, L"Десятичный логарифм(<выражение>)");

this->button_lg->UseVisualStyleBackColor = true;

this->button_lg->Click += gcnew System::EventHandler(this, &Form2::button_lg_Click);

//

// button_ln

//

this->button_ln->Location = System::Drawing::Point(411, 212);

this->button_ln->Name = L"button_ln";

this->button_ln->Size = System::Drawing::Size(77, 35);

this->button_ln->TabIndex = 30;

this->button_ln->Text = L"ln";

this->toolTip1->SetToolTip(this->button_ln, L"Натуральный логарифм(<выражение>)");

this->button_ln->UseVisualStyleBackColor = true;

this->button_ln->Click += gcnew System::EventHandler(this, &Form2::button_ln_Click);

//

// button_arcsin

//

this->button_arcsin->Location = System::Drawing::Point(328, 130);

this->button_arcsin->Name = L"button_arcsin";

this->button_arcsin->Size = System::Drawing::Size(77, 35);

this->button_arcsin->TabIndex = 31;

this->button_arcsin->Text = L"arcsin";

this->toolTip1->SetToolTip(this->button_arcsin, L"Арксинус(<выражение>)");

this->button_arcsin->UseVisualStyleBackColor = true;

this->button_arcsin->Click += gcnew System::EventHandler(this, &Form2::button_arcsin_Click);

//

// button_arccos

//

this->button_arccos->Location = System::Drawing::Point(328, 171);

this->button_arccos->Name = L"button_arccos";

this->button_arccos->Size = System::Drawing::Size(77, 35);

this->button_arccos->TabIndex = 32;

this->button_arccos->Text = L"arccos";

this->toolTip1->SetToolTip(this->button_arccos, L"Арккосинус(<выражение>)");

this->button_arccos->UseVisualStyleBackColor = true;

this->button_arccos->Click += gcnew System::EventHandler(this, &Form2::button_arccos_Click);

//

// button_arctg

//

this->button_arctg->Location = System::Drawing::Point(328, 212);

this->button_arctg->Name = L"button_arctg";

this->button_arctg->Size = System::Drawing::Size(77, 35);

this->button_arctg->TabIndex = 33;

this->button_arctg->Text = L"arctg";

this->toolTip1->SetToolTip(this->button_arctg, L"Арктангенс(<выражение>)");

this->button_arctg->UseVisualStyleBackColor = true;

this->button_arctg->Click += gcnew System::EventHandler(this, &Form2::button_arctg_Click);

//

// button_arcctg

//

this->button_arcctg->Location = System::Drawing::Point(328, 253);

this->button_arcctg->Name = L"button_arcctg";

this->button_arcctg->Size = System::Drawing::Size(77, 35);

this->button_arcctg->TabIndex = 34;

this->button_arcctg->Text = L"arcctg";

this->toolTip1->SetToolTip(this->button_arcctg, L"Арккотангенс(<выражение>)");

this->button_arcctg->UseVisualStyleBackColor = true;

this->button_arcctg->Click += gcnew System::EventHandler(this, &Form2::button_arcctg_Click);

//

// button_skob1

//

this->button_skob1->Location = System::Drawing::Point(14, 89);

this->button_skob1->Name = L"button_skob1";

this->button_skob1->Size = System::Drawing::Size(42, 35);

this->button_skob1->TabIndex = 39;

this->button_skob1->Text = L"(";

this->toolTip1->SetToolTip(this->button_skob1, L"Левая скобка");

this->button_skob1->UseVisualStyleBackColor = true;

this->button_skob1->Click += gcnew System::EventHandler(this, &Form2::button_skob1_Click);

//

// button_skob2

//

this->button_skob2->Location = System::Drawing::Point(62, 89);

this->button_skob2->Name = L"button_skob2";

this->button_skob2->Size = System::Drawing::Size(42, 35);

this->button_skob2->TabIndex = 40;

this->button_skob2->Text = L")";

this->toolTip1->SetToolTip(this->button_skob2, L"Правая скобка");

this->button_skob2->UseVisualStyleBackColor = true;

this->button_skob2->Click += gcnew System::EventHandler(this, &Form2::button_skob2_Click);

//

// button_stepen

//

this->button_stepen->Location = System::Drawing::Point(182, 130);

this->button_stepen->Name = L"button_stepen";

this->button_stepen->Size = System::Drawing::Size(57, 35);

this->button_stepen->TabIndex = 41;

this->button_stepen->Text = L"^";

this->toolTip1->SetToolTip(this->button_stepen, L"Степень");

this->button_stepen->UseVisualStyleBackColor = true;

this->button_stepen->Click += gcnew System::EventHandler(this, &Form2::button_stepen_Click);

//

// button_sqrt

//

this->button_sqrt->Location = System::Drawing::Point(245, 294);

this->button_sqrt->Name = L"button_sqrt";

this->button_sqrt->Size = System::Drawing::Size(77, 35);

this->button_sqrt->TabIndex = 42;

this->button_sqrt->Text = L"Корень";

this->toolTip1->SetToolTip(this->button_sqrt, L"Корень(<выражение>)");

this->button_sqrt->UseVisualStyleBackColor = true;

this->button_sqrt->Click += gcnew System::EventHandler(this, &Form2::button_sqrt_Click);

//

// button_exp

//

this->button_exp->Location = System::Drawing::Point(14, 294);

this->button_exp->Name = L"button_exp";

this->button_exp->Size = System::Drawing::Size(42, 35);

this->button_exp->TabIndex = 43;

this->button_exp->Text = L"e";

this->toolTip1->SetToolTip(this->button_exp, L"Експонента");

this->button_exp->UseVisualStyleBackColor = true;

this->button_exp->Click += gcnew System::EventHandler(this, &Form2::button_exp_Click);

//

// button_pi

//

this->button_pi->Location = System::Drawing::Point(62, 294);

this->button_pi->Name = L"button_pi";

this->button_pi->Size = System::Drawing::Size(42, 35);

this->button_pi->TabIndex = 44;

this->button_pi->Text = L"pi";

this->toolTip1->SetToolTip(this->button_pi, L"Пи");

this->button_pi->UseVisualStyleBackColor = true;

this->button_pi->Click += gcnew System::EventHandler(this, &Form2::button_pi_Click);

//

// button_abs

//

this->button_abs->Location = System::Drawing::Point(411, 253);

this->button_abs->Name = L"button_abs";

this->button_abs->Size = System::Drawing::Size(77, 35);

this->button_abs->TabIndex = 46;

this->button_abs->Text = L"abs";

this->toolTip1->SetToolTip(this->button_abs, L"Модуль(<выражение>)");

this->button_abs->UseVisualStyleBackColor = true;

this->button_abs->Click += gcnew System::EventHandler(this, &Form2::button_abs_Click);

//

// button2

//

this->button2->Location = System::Drawing::Point(110, 89);

this->button2->Name = L"button2";

this->button2->Size = System::Drawing::Size(42, 35);

this->button2->TabIndex = 45;

this->button2->Text = L",";

this->toolTip1->SetToolTip(this->button2, L"Запятая");

this->button2->UseVisualStyleBackColor = true;

this->button2->Click += gcnew System::EventHandler(this, &Form2::button2_Click);

//

// button_stepen2

//

this->button_stepen2->Location = System::Drawing::Point(182, 89);

this->button_stepen2->Name = L"button_stepen2";

this->button_stepen2->Size = System::Drawing::Size(57, 35);

this->button_stepen2->TabIndex = 47;

this->button_stepen2->Text = L"^2";

this->toolTip1->SetToolTip(this->button_stepen2, L"Квадрат");

this->button_stepen2->UseVisualStyleBackColor = true;

this->button_stepen2->Click += gcnew System::EventHandler(this, &Form2::button_stepen2_Click);

//

// radioButton1

//

this->radioButton1->AutoSize = true;

this->radioButton1->Checked = true;

this->radioButton1->Location = System::Drawing::Point(22, 54);

this->radioButton1->Name = L"radioButton1";

this->radioButton1->Size = System::Drawing::Size(85, 17);

this->radioButton1->TabIndex = 48;

this->radioButton1->TabStop = true;

this->radioButton1->Text = L"функция f(x)";

this->toolTip1->SetToolTip(this->radioButton1, L"ввод выражения в функцию f(x)");

this->radioButton1->UseVisualStyleBackColor = true;

//

// radioButton2

//

this->radioButton2->AutoSize = true;

this->radioButton2->Location = System::Drawing::Point(113, 54);

this->radioButton2->Name = L"radioButton2";

this->radioButton2->Size = System::Drawing::Size(88, 17);

this->radioButton2->TabIndex = 49;

this->radioButton2->Text = L"функция g(x)";

this->toolTip1->SetToolTip(this->radioButton2, L"ввод выражения в функцию g(x)");

this->radioButton2->UseVisualStyleBackColor = true;

//

// radioButton3

//

this->radioButton3->AutoSize = true;

this->radioButton3->Location = System::Drawing::Point(204, 54);

this->radioButton3->Name = L"radioButton3";

this->radioButton3->Size = System::Drawing::Size(88, 17);

this->radioButton3->TabIndex = 50;

this->radioButton3->Text = L"функция h(x)";

this->toolTip1->SetToolTip(this->radioButton3, L"ввод выражения в функцию h(x)");

this->radioButton3->UseVisualStyleBackColor = true;

//

// Form2

//

this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);

this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;

this->ClientSize = System::Drawing::Size(500, 364);

this->Controls->Add(this->radioButton3);

this->Controls->Add(this->radioButton2);

this->Controls->Add(this->radioButton1);

this->Controls->Add(this->button_stepen2);

this->Controls->Add(this->button_abs);

this->Controls->Add(this->button2);

this->Controls->Add(this->button_pi);

this->Controls->Add(this->button_exp);

this->Controls->Add(this->button_sqrt);

this->Controls->Add(this->button_stepen);

this->Controls->Add(this->button_skob2);

this->Controls->Add(this->button_skob1);

this->Controls->Add(this->button_arcctg);

this->Controls->Add(this->button_arctg);

this->Controls->Add(this->button_arccos);

this->Controls->Add(this->button_arcsin);

this->Controls->Add(this->button_ln);

this->Controls->Add(this->button_lg);

this->Controls->Add(this->button_log);

this->Controls->Add(this->button_Backspace);

this->Controls->Add(this->button_delit);

this->Controls->Add(this->button1);

this->Controls->Add(this->button_ctan);

this->Controls->Add(this->button_tan);

this->Controls->Add(this->button_cos);

this->Controls->Add(this->button_sin);

this->Controls->Add(this->button_plus);

this->Controls->Add(this->button_minus);

this->Controls->Add(this->button_umn);

this->Controls->Add(this->button_del);

this->Controls->Add(this->button_toch);

this->Controls->Add(this->button_0);

this->Controls->Add(this->button_3);

this->Controls->Add(this->button_2);

this->Controls->Add(this->button_1);

this->Controls->Add(this->button_6);

this->Controls->Add(this->button_5);

this->Controls->Add(this->button_4);

this->Controls->Add(this->button_9);

this->Controls->Add(this->button_8);

this->Controls->Add(this->button_7);

this->Controls->Add(this->label1);

this->Controls->Add(this->textBox1);

this->Controls->Add(this->button_OK);

this->Name = L"Form2";

this->Text = L"Мастер функций";

this->Load += gcnew System::EventHandler(this, &Form2::Form2_Load);

this->ResumeLayout(false);

this->PerformLayout();

}

#pragma endregion

private: System::Void button_OK_Click(System::Object^ sender, System::EventArgs^ e) {

this->DialogResult= System::Windows::Forms::DialogResult::OK;

this->Close(); //закрытие Form2

}

private: System::Void button_delit_Click(System::Object^ sender, System::EventArgs^ e) {

// очистка окна ввода/вывода

textBox1->Text = "";

}

private: System::Void button_0_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "0";

}

private: System::Void button_1_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "1";

}

private: System::Void button_2_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "2";

}

private: System::Void button_3_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "3";

}

private: System::Void button_4_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "4";

}

private: System::Void button_5_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "5";

}

private: System::Void button_6_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "6";

}

private: System::Void button_7_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "7";

}

private: System::Void button_8_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "8";

}

private: System::Void button_9_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "9";

}

private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "x";

}

private: System::Void button_del_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "/";

}

private: System::Void button_umn_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "*";

}

private: System::Void button_minus_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "-";

}

private: System::Void button_plus_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "+";

}

private: System::Void button_sin_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "sin(";

}

private: System::Void button_cos_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "cos(";

}

private: System::Void button_tan_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "tg(";

}

private: System::Void button_ctan_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "ctg(";

}

private: System::Void button_Backspace_Click(System::Object^ sender, System::EventArgs^ e) {

String ^str;

str = textBox1->Text;

int len = str->Length;

if (len != 0)

{

str = str->Remove(len-1,1);

textBox1->Text = str;

}

}

private: System::Void button_log_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "log(";

}

private: System::Void button_lg_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "lg(";

}

private: System::Void button_ln_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "ln(";

}

private: System::Void button_arcsin_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "arcsin(";

}

private: System::Void button_arccos_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "arccos(";

}

private: System::Void button_arctg_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "arctg(";

}

private: System::Void button_arcctg_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "arcctg(";

}

private: System::Void button_skob2_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + ")"; }

private: System::Void button_skob1_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "("; }

private: System::Void button_stepen_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "^";

}

private: System::Void button_sqrt_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "sqrt(";

}

private: System::Void button_exp_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "e";

}

private: System::Void button_pi_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "pi";

}

private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + ",";

}

private: System::Void Form2_Load(System::Object^ sender, System::EventArgs^ e) {

}

private: System::Void button_abs_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "abs(";

}

private: System::Void button_stepen2_Click(System::Object^ sender, System::EventArgs^ e) {

textBox1->Text = textBox1->Text + "^2"; }};}

Размещено на Allbest.ru


Подобные документы

  • Техническое задание и блок-схема алгоритма программы построения графиков функций. Инструкция по инсталляции и описание работы программного продукта GRAPHIC. Инструкция оператору и ограничения данной версии программы. Программный код приложения.

    курсовая работа [391,2 K], добавлен 05.12.2009

  • Разработка программы с использованием принципов объектно-ориентированного программирования на языке высокого уровня С средствами Microsoft Visual Studio 2010. Построение алгоритма реализации. Класс программы, инструкция по использованию программы.

    курсовая работа [1,0 M], добавлен 26.12.2013

  • Особенности использования встроенных функций Microsoft Excel. Создание таблиц, их заполнение данными, построение графиков. Применение математических формул для выполнения запросов с помощью пакетов прикладных программ. Технические требования к компьютеру.

    курсовая работа [1,1 M], добавлен 25.04.2013

  • Введение в объектно-ориентированное программирование. Постановка задачи. Описание алгоритма решения в псевдокоде (команды в виде текста на русском языке). Исходный текст программы на С. Тестирование программы. Модификация программы. Полиморфизм.

    курсовая работа [294,0 K], добавлен 08.09.2008

  • Создание программы для обработки информации об объектах предметной области "Бытовая техника" в среде визуального программирования C++. Иерархия родственных классов. Описание логической структуры программы. Реализация файлового ввода/вывода данных.

    курсовая работа [711,4 K], добавлен 27.07.2014

  • Разработка приложения, которое будет выполнять функции показа точного времени и точной даты. Определение дополнительных функций разработанного приложения. Рассмотрение основных этапов создания программного продукта. Результаты тестирования приложения.

    курсовая работа [2,2 M], добавлен 14.04.2019

  • Создание круговой диаграммы в табличном процессоре Microsoft Office Excel. Построение графиков математических функций. Назначение и алгоритм построение диаграммы с помощью Мастера диаграмм. Типы диаграмм в Excel. Метки строк и столбцов диаграммы.

    лабораторная работа [1,6 M], добавлен 15.11.2010

  • Составление отчетной ведомости "Магазины" в Excel 2013. Работа с таблицами семейства Microsoft Office. Построение круговой диаграммы и гистограммы, графиков. Разработка процедур для табулирования функций. Программирование функций пользователя на VBA.

    курсовая работа [2,6 M], добавлен 03.04.2014

  • Вычисление выражений, использование стандартных функций; работа с графикой. Порядок действий при вычислении, способы ввода данных с клавиатуры. Построение таблиц функций. Организация циклов в программе, итерационные процессы. Работа с массивами чисел.

    контрольная работа [614,7 K], добавлен 16.09.2012

  • Разработка учебного приложения, играющего роль клавиатурного тренажёра. Установка различных опций. Использование средств Borland C++Builder 6.0. Объектно-ориентированное проектирование и программирование системы. Тестирование и отладка программы.

    курсовая работа [730,4 K], добавлен 23.07.2013

Работы в архивах красиво оформлены согласно требованиям ВУЗов и содержат рисунки, диаграммы, формулы и т.д.
PPT, PPTX и PDF-файлы представлены только в архивах.
Рекомендуем скачать работу.