Розробка програмного забезпечення - Отчет по практике

бесплатно 0
4.5 64
Програми лінійної та розгалуженої структури. Програмна реалізація функцій для роботи з датою та часом. Робота з візуальними компонентами керування. Створення інтерфейсу користувача стандартними подіями. Глобальні ідентифікатори Screen, Mouse, Application.

Скачать работу Скачать уникальную работу

Чтобы скачать работу, Вы должны пройти проверку:


Аннотация к работе
КИЇВСЬКИЙ НАЦІОНАЛЬНИЙ УНІВЕРСИТЕТ ІМЕНІ ТАРАСА ШЕВЧЕНКА ОПТИКО-МЕХАНІЧНИЙ КОЛЕДЖ ЗВІТ З НАВЧАЛЬНОЇ ПРАКТИКИ зі спеціальності 5.05010301 Розробка програмного забезпечення Студентки 3-го курсу групи ПР-31 Жидейкіної Наталії Анатоліївни КИЇВ - 2015 Зміст Практична робота 1. Визначити значення тієї ж температури у гарадусах Цельсію TC = (TF - 32) . #pragma hdrstop #pragma argsused #ifdef _WIN32 #include #else typedef char _TCHAR; #define _tmain main #endif #include #include iostream.h int _tmain(int argc, _TCHAR* argv[]) { int tf,tc; cout>tf; tc=(tf-32)*5/9; cout #else typedef char _TCHAR; #define _tmain main #endif #include #include iostream.h int _tmain(int argc, _TCHAR* argv[]) { int A, B, C, D; cout>A; cout>B; cout>C; cout #else typedef char _TCHAR; #define _tmain main #endif #include #include iostream.h int _tmain(int argc, _TCHAR* argv[]) { double A1, B1, C1, A2, B2, C2, x, y; cout>A1; cout>B1; cout>C1; cout>A2; cout>B2; cout>C2; cout #else typedef char _TCHAR; #define _tmain main #endif #include #include iostream.h #include math.h #include conio.h int _tmain(int argc, _TCHAR* argv[]) { double Xa, Xb, Ya, Yb, Yc, Xc,D=0; cout>Xa; cout>Xb; cout>Xc; cout>Ya; cout>Yb; cout>Yc; coutXc)&&(Xc>Xb)))&&(((YaYc)&&(Yc>Yb)))) { D=(sqrt(pow((Xc-Xa),2) pow((Yc-Ya),2)))*(sqrt(pow((Xc-Xb),2) pow((Yc-Yb),2))) ; cout #else typedef char _TCHAR; #define _tmain main #endif #include #include iostream.h int _tmain(int argc, _TCHAR* argv[]) { int num; cout>num; if((num>99)&&(num #else typedef char _TCHAR; #define _tmain main #endif #include #include iostream.h int _tmain(int argc, _TCHAR* argv[]) { int num; bool b=true; cout>num; if((num>0)&&(num9)&&(num99)&&(num #pragma hdrstop #include Unit1.h #include systdate.h //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource *.dfm TForm1 *Form1; //--------------------------------------------------------------------------- __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { } //--------------------------------------------------------------------------- void __fastcall TForm1::Button1Click(TObject *Sender) { TDateTime DateTime = TDateTime::CurrentDateTime(); int week=DateTime.DayOfWeek(); switch(week) { case 1:{Label1->Caption =monday; break;} case 2:{Label1->Caption =tuesday; break;} case 3:{Label1->Caption =wednesday; break;} case 4:{Label1->Caption =thursday; break;} case 5:{Label1->Caption =friday; break;} case 6:{Label1->Caption =saturday; break;} case 7:{Label1->Caption =sunday; break;} } Label2->Caption =DateTime DateTime.DateTimeString(); Label3->Caption =Date DateTime.DateString(); Label4->Caption =Time DateTime.TimeString(); DateTime = TDateTime::FileDateToDateTime(FileAge(Application->ExeName)); Label5->Caption = data and time of file: DateTime.DateTimeString(); } //--------------------------------------------------------------------------- void __fastcall TForm1::Button2Click(TObject *Sender) { Application->Terminate(); } //--------------------------------------------------------------------------- void __fastcall TForm1::Button3Click(TObject *Sender) { TCursor OldCursor = Screen->Cursor; Screen->Cursor = crHourGlass; TDateTime StartDateTime = TDateTime::CurrentDateTime(); for(int i = 0; i ProcessMessages(); } TDateTime EndDateTime = TDateTime::CurrentDateTime(); Screen->Cursor = OldCursor; Label6->Caption = (EndDateTime - StartDateTime).TimeString(); } //--------------------------------------------------------------------------- void __fastcall TForm1::Button4Click(TObject *Sender) { static TDateTime DateTime = TDateTime::CurrentDateTime(); Label7->Caption = (DateTime ).DateTimeString(); } //--------------------------------------------------------------------------- void __fastcall TForm1::Button5Click(TObject *Sender) { static TDateTime DateTime = TDateTime::CurrentDateTime(); Label8->Caption =(DateTime = 1.125).DateTimeString(); } //--------------------------------------------------------------------------- void __fastcall TForm1::Timer1Timer(TObject *Sender) { String TimeFormat, DateFormat; if(CheckBox1->Checked) DateFormat = dddddd ; else DateFormat = ddddd ; if(CheckBox2->Checked) TimeFormat = hh:nn:ss; else TimeFormat = hh:nn; Label9->Caption = TDateTime::CurrentDateTime().FormatString(DateFormat TimeFormat); } //--------------------------------------------------------------------------- void __fastcall TForm1::CheckBox1Click(TObject *Sender) { if(CheckBox1->Checked) Label9->Caption = TDateTime::CurrentDateTime().FormatString(dddddd:hh:nn); else Label9->Caption = TDateTime::CurrentDateTime().FormatString(ddddd:hh:nn); } //--------------------------------------------------------------------------- void __fastcall TForm1::CheckBox2Click(TObject *Sender) { if(CheckBox2->Checked) Label9->

Вы можете ЗАГРУЗИТЬ и ПОВЫСИТЬ уникальность
своей работы


Новые загруженные работы

Дисциплины научных работ





Хотите, перезвоним вам?