Автор работы: Пользователь скрыл имя, 31 Мая 2012 в 02:36, курсовая работа
Необхідно розробити програмний продукт, що виконує функції тлумачного словника, який може здійснювати швидкий пошук слів та їх значень, аналізуючи базу даних та, за наявності, враховувати синоніми. Крім того, даний програмний продукт має надавати можливість користувачу розширювати базу даних слів, додаючи їх та їх значення до словника швидко та ефективно.
1. ПОСТАНОВКА ЗАДАЧІ 1
1.1. ОРГАНІЗАЦІЙНО-ІНФОРМАЦІЙНА СУТЬ ЗАВДАННЯ. 1
1.2. ВХІДНІ ДАННІ. 1
1.3. ВИХІДНІ ДАННІ. 1
2. ОПИС ІНФОРМАЦІЙНОГО ЗАБЕЗПЕЧЕННЯ. 2
2.1. СКЛАД ІНФОРМАЦІЙНОГО ЗАБЕЗПЕЧЕННЯ. 2
2.2. ОРГАНІЗАЦІЯ ВНУТРІШНЬО - МАШИННОЇ ІНФОРМАЦІЙНОЇ БАЗИ. 2
2.2.1. ФІЗИЧНА СТРУКТУРА. 2
2.2.2. ЛОГІЧНА СТРУКТУРА. 2
3. ОПИС АЛГОРИТМУ 3
3.1.1. ПРИЗНАЧЕННЯ ТА ХАРАКТЕРИСТИКА АЛГОРИТМУ. 3
3.1.2. ЛОГІКА АЛГОРИТМУ. 3
4. ТЕХНОЛОГІЯ РОЗРОБКИ ПРОГРАМНОГО ЗАБЕЗПЕЧЕНИЯ. 6
4.1. СТРУКТУРА ПРОЕКТУ. 6
4.2. ПЕРЕЛІК ФАЙЛІВ ПРОЕКТУ И ЇХ ПРИЗНАЧЕННЯ (*.H, *.CPP, *.RC). 6
4.3. МЕТОДИ ТА ЗАСОБИ РОЗРОБКИ ПРОГРАМНОГО ЗАБЕЗПЕЧЕННЯ 7
4.3.1. ОБ’ЄКТНО- ОРІЄНТОВАНИЙ АНАЛІЗ (ООА) ПРЕДМЕТНОЇ ОБЛАСТІ 7
4.3.2. ОБ'ЄКТНО - ОРІЄНТОВАНЕ ПРОЕКТУВАННЯ (OOD) 7
4.3.3. ОБ'ЄКТНО - ОРІЄНТОВАНЕ ПРОГРАМУВАННЯ OOP (ОСНОВНІ ІДЕЇ РЕАЛІЗАЦІЇ ООП). 8
4.3.4. СПЕЦИФІКАЦІЯ ФУНКЦІЙ ПРОГРАМИ. 10
4.3.5. ТЕХНОЛОГІЯ РОЗРОБКИ ПРОГРАМІ І МЕТОДИ ЇЇ СТВОРЕННЯ. 10
4.3.6. СЦЕНАРІЙ РОБОТИ ПРОГРАМИ. 10
5. КЕРІВНИЦТВО КОРИСТУВАЧА 11
5.1.1. ОБЛАСТЬ ЗАСТОСУВАННЯ, РІВЕНЬ ПІДГОТОВКИ КОРИСТУВАЧА. 11
5.1.2. ОПИС ПЕРЕДБАЧЕНИХ ФУНКЦІЙ. 11
5.1.3. ВИКЛЮЧНІ СИТУАЦІЇ. 11
6. ВИСНОВКИ 12
7. ЛІТЕРАТУРА 12
ДОДАТКИ
Додаток
А
ДОДАТОК
В
Код
програми:
#pragma once
#include "VocData.h"
#include "Words.h"
namespace Vocabulary {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
using namespace Microsoft::Office::Interop;
/// <summary>
/// Summary for Form1
/// </summary>
public ref class Form1 : public System::Windows::Forms::Form
{
public:
Form1(void)
{
InitializeCo
//
//TODO: Add the constructor code here
//
}
protected:
/// <summary>
/// Clean up any resources being used.
/// </summary>
~Form1()
{
if (components)
{
delete components;
}
}
private: VocData^ vocabulary;
private:
System::Windows::Forms::
protected:
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
System::Windows::Forms::
private:
/// <summary>
/// Required designer variable.
/// </summary>
System::
#pragma region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
void InitializeComponent(void)
{
System::
this->tabControl1 = (gcnew System::Windows::Forms::
this->tabPage1 = (gcnew System::Windows::Forms::
this->groupBox1 = (gcnew System::Windows::Forms::
this->Description = (gcnew System::Windows::Forms::
this->
this->Words = (gcnew System::Windows::Forms::
this->toolStrip1 = (gcnew System::Windows::Forms::
this->
this->
this->
this->groupBox2 = (gcnew System::Windows::Forms::
this->Search = (gcnew System::Windows::Forms::
this->Search_Field = (gcnew System::Windows::Forms::
this->tabPage2 = (gcnew System::Windows::Forms::
this->groupBox4 = (gcnew System::Windows::Forms::
this->richTextBox1 = (gcnew System::Windows::Forms::
this->toolStrip2 = (gcnew System::Windows::Forms::
this->
this->
this->
this->
this->groupBox3 = (gcnew System::Windows::Forms::
this->textBox1 = (gcnew System::Windows::Forms::
this->tabControl1-
this->tabPage1->
this->groupBox1->
(cli::safe_cast<
this->toolStrip1->
this->groupBox2->
this->tabPage2->
this->groupBox4->
this->toolStrip2->
this->groupBox3->
this->
//
// tabControl1
//
this->tabControl1-
this->tabControl1-
this->tabControl1-
this->tabControl1-
this->tabControl1-
this->tabControl1-
this->tabControl1-
this->tabControl1-
//
// tabPage1
//
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
this->tabPage1->
//
// groupBox1
//
this->groupBox1->
this->groupBox1->
this->groupBox1->
this->groupBox1->
this->groupBox1->
this->groupBox1->
this->groupBox1->
this->groupBox1->
this->groupBox1->
//
// Description
//
this->Description-
this->Description-
this->Description-
this->Description-
this->Description-
this->Description-
this->Description-
//
// dataGridView1
//
this->
System::Windows::Forms::
this->
System::Windows::Forms::
this->
System::Windows::Forms::
this->
this->
this->
this->
this->
this->
gcnew System::EventHandler(this, &Form1::OnSelectionChanged);
//
// Words
//
this->Words->
this->Words->Name = L"Words";
this->Words->
//
// toolStrip1
//
this->toolStrip1->
this->toolStrip1->
System::Windows::Forms::
this->
this->toolStrip1->
this->toolStrip1->
this->toolStrip1->
this->toolStrip1->
this->toolStrip1->
//
// toolStripButton3
//
this->
System::Windows::Forms::
this->
>(resources->GetObject(L"
this->