Сайт типографии

Автор работы: Пользователь скрыл имя, 15 Ноября 2011 в 08:28, дипломная работа

Описание

Развитие компьютерной техники происходит фантастическими темпами. Изначально создаваемая исключительно для математических расчетов, ЭВМ постепенно нашла применение во всех сферах человеческой деятельности, включая и экономику. На современном этапе развития вычислительной техники с помощью персонального компьютера решаются практически любые производственные задачи.

Содержание

Введение 4
1 Общий раздел 7
1.1 Постановка задачи 7
1.2 Цель разработки 12
1.3 Характеристика и обоснование выбранного языка программирования (среды программирования) 16
2 Специальный раздел 20
2.1 Описание алгоритма 20
2.2 Описание программы 26
2.3 Анализ результатов решения задачи 30
2.4 Надежность программы 33
2.5 Отладка программы 38
2.6 Минимальные системные требования к конфигурации компьютера 43
2.7 Руководство пользователю 45
3 Экономический раздел 48
3.1 Анализ практики предприятия по проблеме 51
3.2 Определение плановой себестоимости разрабатываемого программного обеспечения 51
3.3 Пути совершенствования деятельности предприятия на основе предложений 54
Заключение 57
Список использованных источников 60
Приложение В Листинг программы 66

Работа состоит из  1 файл

диплом.docx

— 1.47 Мб (Скачать документ)

  <img src="images/logo.jpg" width="100" height="100" /> </div>

                   

 <!-- end header -->

<div id="content">

<p align="center"><font  size="+3" color="#000033"> 

<strong>Главная </strong></font></p>

<!-- Start Side Column--> 

      <div class="side-col" style="background-color:#718ce9">

        <h2>Наша  продукция</h2>

            <ul>

        <li class="grey"><a href="brosh.html">Брошюры</a></li>

              <li class="grey"><a href="bykl.html">Буклеты</a></li>

              <li class="grey"><a href="vizit.html">Визитки</a></li>

              <li><a href="gazet.html">Газеты</a></li>

<li class="grey"><a href="katal.html">Каталоги</a></li>

              <li class="grey"> <a href="kal.html" onMouseOut="Turn(1,0); over_header[1]=0;"

onmouseover="Turn(1,1); over_header[1]=1;">Календари</a>

<div id="smenu1" class="smenu"

onmouseover="over_menu[1]=1;" onMouseOut="Turn(1,0); over_menu[1]=0;">

<a href="kal1.html" title="Календарь карманный">Календарь карманный</a><br>    

<a href="kal2.html" title="Календарь-домик настольный">Календарь-домик настольный</a><br>            <a href="kal3.html" title="Календарь квартальный">Календарь квартальный</a><br>

<a href="kal4.html" title="Календарь настенный">Календарь  настенный</a>        <br>

</div> 
 

          </li>               

              <li class="grey"><a href="knig.html">Книги</a></li>

           <li class="grey"><a href="listov.html">Листовки</a></li>

            <li class="grey"><a href="plakat.html">Плакты, афиши, постеры</a></li>

            <li class="grey"><a href="otkr.html">Открытки и приглашения</a></li> <li class="grey"><a href="gram.html">Сертификаты, дипломы, грамоты</a></li> <li class="grey"><a href="flaer.html">Флаеры</a></li>

      </ul>

      <SCRIPT language=JavaScript>

<!-- Begin

monthnames = new Array(

"Январь",

"Февраль",

"Март",

"Апрель",

"Май",

"Июнь",

"Июль",

"Август",

"Сентябрь",

"Октябрь",

"Ноябрь",

"Декабрь");

var linkcount=0;

function addlink(month, day, href) {

var entry = new Array(3);

entry[0] = month;

entry[1] = day;

entry[2] = href;

this[linkcount++] = entry;

}

Array.prototype.addlink = addlink;

linkdays = new Array();

monthdays = new Array(12);

monthdays[0]=31;

monthdays[1]=28;

monthdays[2]=31;

monthdays[3]=30;

monthdays[4]=31;

monthdays[5]=30;

monthdays[6]=31;

monthdays[7]=31;

monthdays[8]=30;

monthdays[9]=31;

monthdays[10]=30;

monthdays[11]=31;

todayDate=new Date();

thisday=todayDate.getDay();

thismonth=todayDate.getMonth();

thisdate=todayDate.getDate();

thisyear=todayDate.getYear();

thisyear = thisyear % 100;

thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));

if (((thisyear % 4 == 0)

&& !(thisyear % 100 == 0))

||(thisyear % 400 == 0)) monthdays[1]++;

startspaces=thisdate;

while (startspaces > 7) startspaces-=7;

startspaces = thisday - startspaces;

if (startspaces < 0) startspaces+=7;

document.write("<table border=2 bgcolor=white ");

document.write("bordercolor=black><font color=black>");

document.write("<tr><td colspan=7><center><strong>"

+ monthnames[thismonth] + " " + thisyear

+ "</strong></center></font></td></tr>");

document.write("<tr>");

document.write("<td align=center>Пн</td>");

document.write("<td align=center>Вт</td>");

document.write("<td align=center>Ср</td>");

document.write("<td align=center>Чт</td>");

document.write("<td align=center>Пт</td>");

document.write("<td align=center>Сб</td>");

document.write("<td align=center>Вс</td>");

document.write("</tr>");

document.write("<tr>");

for (s=0;s<startspaces;s++) {

document.write("<td> </td>");

}

count=1;

while (count <= monthdays[thismonth]) {

for (b = startspaces;b<7;b++) {

linktrue=false;

document.write("<td>");

for (c=0;c<linkdays.length;c++) {

if (linkdays[c] != null) {

if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {

document.write("<a href=\"" + linkdays[c][2] + "\">");

linktrue=true;

      }

   }

}

if (count==thisdate) {

document.write("<font color='FF0000'><strong>");

}

if (count <= monthdays[thismonth]) {

document.write(count);

}

else {

document.write(" ");

}

if (count==thisdate) {

document.write("</strong></font>");

}

if (linktrue)

document.write("</a>");

document.write("</td>");

count++;

}

document.write("</tr>");

document.write("<tr>");

startspaces=0;

}

document.write("</table></p>");

// End -->

</SCRIPT>

                

      </div>

<!-- finish side content -->

      <div class="main-col"> 

             

        <h2>Вас приветствует сайт ОАО &quot;Ковылкинская типография&quot;!</h2>

        <p align="justify"> <font size="+1" face="Times New Roman, Times, serif"> Типография занимается изготовлением всевозможной печатной продукции: визитки, листовки, флаеры, буклеты, плакаты, афиши, брошюры, стикеры, различные календари, альбомы, малотиражные книги, открытки, приглашения, пластиковые карты и т.д.; разработкой полиграфического дизайна, версткой; препресс.  

  Мы будем  рады разработать дизайн, подготовить  макет и верстку с учетом  всех Ваших требований и пожеланий,  выполним печать и, разумеется, осуществим все послепечатные  работы. Изготовление и печать  Вашей продукции мы выполним  в кратчайшие сроки.  </font> <span class="right"><img src="images/orient_standard.jpg" alt="example of picture placement" width="264" height="198"/></span></p> 

<h2><img src="images/DSC00023.JPG" width="263" height="195" /></h2> 

</div> 
 

      <!-- finish main colomn--> 

<div class="clearfix"> © 2010.<!-- /footer -->

        

<!-- finish wrap-->  
 

</div></div>

</div>

  <!-- I kindly ask you to not remove the following link. I worked hard to make this theme for you. A link back to my sponsor is the least you can do for me in return. Thanks!--><br />

  <div style="display:none;"><a href="http://free-templates.ru">free-templates.ru</a></div>

</body>

</html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>ОАО "Ковылкинская типография"</title><style>

.smenu

    {

      position: absolute;

      padding: 5px;

      width: 174px;

      visibility: hidden;

      background-color: #EEEEEE;

      border: 1px solid gray;

      left: 245px;

      top: 420px;

    }

</style>

<script language="JavaScript">

<!--

over_header = new Array();

over_menu = new Array(); 

for(i=1;i<=3;i++)

{

  over_header[i] = 0;

  over_menu[i] = 0;

} 

function Turn(id, mode)

{

  if(mode)

    eval("setTimeout(\"On(" + id + ");\",200)");

  else

    eval("setTimeout(\"Off(" + id + ");\",200)");

} 

function On(id)

{

  eval("document.getElementById('smenu" + id + "')").style.visibility =

  "visible";

} 

function Off(id)

{

  if(!over_menu[id] && !over_header[id])

    {

    eval("document.getElementById('smenu" + id + "')").style.visibility =

    "hidden";

    }

}

-->

</script>

<link rel="stylesheet" type="text/css" href="style.css" />

</head>

<body style="padding:0; margin:0" > 
 

  

<div id="wrap">

 <!-- start header -->

<div id="header"> 

      <!-- Insert website name here-->

      <div id="logo">

        <h1 style="color:#fff;" align="center"><font size="6px">ОАО&quot;Ковылкинская типография&quot; </font> </h1>

</div> 

      <!-- Simple add another navigation element by adding another <li></li>-->

       <ul id="nav">

      <li \><a href="index.html" class="current"> ГЛАВНАЯ </a></li>

        <li><a href="onas.html">О НАС</a></li>

        <li><a href="cont.html">КОНТАКТЫ</a></li>

        <li><a href="zakaz.html">ЗАКАЗЧИКАМ</a></li>

      </ul>

  <img src="images/logo.jpg" width="100" height="100" /> </div>

                   

 <!-- end header -->

<div id="content">

<p align="center"><font  size="+3" color="#000033" face="Times New Roman, Times, serif"> <strong>Наша продукция</strong></font></p>

<!-- Start Side Column--> 

      <div class="side-col" style="background-color:#718ce9">   

        <h2>Наша  продукция</h2>

            <ul>

        <li class="grey"><a href="brosh.html">Брошюры</a></li>

              <li class="grey"><a href="bykl.html">Буклеты</a></li>

Информация о работе Сайт типографии