Для студентов МГТУ им. Н.Э.Баумана по предмету Программное обеспечение управляющих комплексов (ПОУК)Семинары (упражнения)Семинары (упражнения) 2017-12-28СтудИзба

Семинары: Семинары (упражнения)

Описание

Описание файла отсутствует

Характеристики семинаров

Учебное заведение
Семестр
Просмотров
144
Скачиваний
9
Размер
26,95 Mb

Список файлов

  • Семинары (упражнения)
  • 00 Вся плата
  • All_board
  • All_board
  • All_board.sln 893 b
  • All_board.suo 12,5 Kb
  • All_board.suo.old 9 Kb
  • All_board.aps 44,46 Kb
  • All_board.cpp 2,07 Kb
  • All_board.h 522 b
  • All_board.rc 7,44 Kb
  • All_board.vcproj 5,45 Kb
  • All_board.vcproj.Konstantin-LNV.Konstantin.user 1,4 Kb
  • All_boardDlg.cpp 3,36 Kb
  • All_boardDlg.h 671 b
  • ReadMe.txt 4,19 Kb
  • Release
  • All_board.exe.intermediate.manifest 1,08 Kb
  • All_board.obj 29,94 Kb
  • All_board.res 24,57 Kb
  • All_boardDlg.obj 49,11 Kb
  • BuildLog.htm 9,92 Kb
  • mt.dep 62 b
  • stdafx.obj 2,26 Mb
  • vc90.idb 419 Kb
  • vc90.pdb 1,61 Mb
  • res
  • All_board.ico 21,12 Kb
  • All_board.rc2 400 b
  • resource.h 1,74 Kb
  • stdafx.cpp 209 b
  • stdafx.h 2,8 Kb
  • urc220.h 5,79 Kb
  • urc220.lib 6,65 Kb
  • urcpipe.h 4,04 Kb
  • urcpipe.lib 5,27 Kb
  • Release
  • All_board.exe 39 Kb
  • All_board.pdb 2,58 Mb
  • tmp
  • tmp
  • tmp.sln 875 b
  • tmp.suo 9 Kb
  • tmp.suo.old 8,5 Kb
  • ReadMe.txt 4,09 Kb
  • res
  • tmp.ico 21,12 Kb
  • tmp.rc2 394 b
  • resource.h 767 b
  • stdafx.cpp 203 b
ReadMe

======================================== ========================================

MICROSOFT FOUNDATION CLASS LIBRARY : All_board Project Overview

======================================== =======================================

The application wizard has created this All_board application for

you. This application not only demonstrates the basics of using the Microsoft

Foundation Classes but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that

make up your All_board application.

All_board.vcproj

This is the main project file for VC++ projects generated using an application wizard.

It contains information about the version of Visual C++ that generated the file, and

information about the platforms, configurations, and project features selected with the

application wizard.

All_board.h

This is the main header file for the application. It includes other

project specific headers (including Resource.h) and declares the

CAll_boardApp application class.

All_board.cpp

This is the main application source file that contains the application

class CAll_boardApp.

All_board.rc

This is a listing of all of the Microsoft Windows resources that the

program uses. It includes the icons, bitmaps, and cursors that are stored

in the RES subdirectory. This file can be directly edited in Microsoft

Visual C++. Your project resources are in 1033.

res\All_board.ico

This is an icon file, which is used as the application's icon. This

icon is included by the main resource file All_board.rc.

res\All_board.rc2

This file contains resources that are not edited by Microsoft

Visual C++. You should place all resources not editable by

the resource editor in this file.

//////////////////////////////////////// /////////////////////////////////////

The application wizard creates one dialog class:

All_boardDlg.h, All_boardDlg.cpp - the dialog

These files contain your CAll_boardDlg class. This class defines

the behavior of your application's main dialog. The dialog's template is

in All_board.rc, which can be edited in Microsoft Visual C++.

//////////////////////////////////////// /////////////////////////////////////

Other Features:

ActiveX Controls

The application includes support to use ActiveX controls.

Printing and Print Preview support

The application wizard has generated code to handle the print, print setup, and print preview

commands by calling member functions in the CView class from the MFC library.

//////////////////////////////////////// /////////////////////////////////////

Other standard files:

StdAfx.h, StdAfx.cpp

These files are used to build a precompiled header (PCH) file

named All_board.pch and a precompiled types file named StdAfx.obj.

Resource.h

This is the standard header file, which defines new resource IDs.

Microsoft Visual C++ reads and updates this file.

All_board.manifest

Application manifest files are used by Windows XP to describe an applications

dependency on specific versions of Side-by-Side assemblies. The loader uses this

information to load the appropriate assembly from the assembly cache or private

from the application. The Application manifest maybe included for redistribution

as an external .manifest file that is installed in the same folder as the application

executable or it may be included in the executable in the form of a resource.

//////////////////////////////////////// /////////////////////////////////////

Other notes:

The application wizard uses "TODO:" to indicate parts of the source code you

should add to or customize.

If your application uses MFC in a shared DLL, you will need

to redistribute the MFC DLLs. If your application is in a language

other than the operating system's locale, you will also have to

redistribute the corresponding localized resources MFC80XXX.DLL.

For more information on both of these topics, please see the section on

redistributing Visual C++ applications in MSDN documentation.

//////////////////////////////////////// /////////////////////////////////////

ReadMe

======================================== ========================================

MICROSOFT FOUNDATION CLASS LIBRARY : tmp Project Overview

======================================== =======================================

The application wizard has created this tmp application for

you. This application not only demonstrates the basics of using the Microsoft

Foundation Classes but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that

make up your tmp application.

tmp.vcproj

This is the main project file for VC++ projects generated using an application wizard.

It contains information about the version of Visual C++ that generated the file, and

information about the platforms, configurations, and project features selected with the

application wizard.

tmp.h

This is the main header file for the application. It includes other

project specific headers (including Resource.h) and declares the

CtmpApp application class.

tmp.cpp

This is the main application source file that contains the application

class CtmpApp.

tmp.rc

This is a listing of all of the Microsoft Windows resources that the

program uses. It includes the icons, bitmaps, and cursors that are stored

in the RES subdirectory. This file can be directly edited in Microsoft

Visual C++. Your project resources are in 1033.

res\tmp.ico

This is an icon file, which is used as the application's icon. This

icon is included by the main resource file tmp.rc.

res\tmp.rc2

This file contains resources that are not edited by Microsoft

Visual C++. You should place all resources not editable by

the resource editor in this file.

//////////////////////////////////////// /////////////////////////////////////

The application wizard creates one dialog class:

tmpDlg.h, tmpDlg.cpp - the dialog

These files contain your CtmpDlg class. This class defines

the behavior of your application's main dialog. The dialog's template is

in tmp.rc, which can be edited in Microsoft Visual C++.

//////////////////////////////////////// /////////////////////////////////////

Other Features:

ActiveX Controls

The application includes support to use ActiveX controls.

Printing and Print Preview support

The application wizard has generated code to handle the print, print setup, and print preview

commands by calling member functions in the CView class from the MFC library.

//////////////////////////////////////// /////////////////////////////////////

Other standard files:

StdAfx.h, StdAfx.cpp

These files are used to build a precompiled header (PCH) file

named tmp.pch and a precompiled types file named StdAfx.obj.

Resource.h

This is the standard header file, which defines new resource IDs.

Microsoft Visual C++ reads and updates this file.

tmp.manifest

Application manifest files are used by Windows XP to describe an applications

dependency on specific versions of Side-by-Side assemblies. The loader uses this

information to load the appropriate assembly from the assembly cache or private

from the application. The Application manifest maybe included for redistribution

as an external .manifest file that is installed in the same folder as the application

executable or it may be included in the executable in the form of a resource.

//////////////////////////////////////// /////////////////////////////////////

Other notes:

The application wizard uses "TODO:" to indicate parts of the source code you

should add to or customize.

If your application uses MFC in a shared DLL, you will need

to redistribute the MFC DLLs. If your application is in a language

other than the operating system's locale, you will also have to

redistribute the corresponding localized resources MFC80XXX.DLL.

For more information on both of these topics, please see the section on

redistributing Visual C++ applications in MSDN documentation.

//////////////////////////////////////// /////////////////////////////////////

Картинка-подпись
Хочешь зарабатывать на СтудИзбе больше 10к рублей в месяц? Научу бесплатно!
Начать зарабатывать

Комментарии

Поделитесь ссылкой:
Рейтинг-
0
0
0
0
0
Поделитесь ссылкой:
Сопутствующие материалы
Свежие статьи
Популярно сейчас
Почему делать на заказ в разы дороже, чем купить готовую учебную работу на СтудИзбе? Наши учебные работы продаются каждый год, тогда как большинство заказов выполняются с нуля. Найдите подходящий учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Нашёл ошибку?
Или хочешь предложить что-то улучшить на этой странице? Напиши об этом и получи бонус!
Бонус рассчитывается индивидуально в каждом случае и может быть в виде баллов или бесплатной услуги от студизбы.
Предложить исправление
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
5140
Авторов
на СтудИзбе
441
Средний доход
с одного платного файла
Обучение Подробнее