Моделювання однофазної системи, Детальна інформація

Моделювання однофазної системи
Тип документу: Курсова
Сторінок: 24
Предмет: Технології
Автор: Чимишук В. І.
Розмір: 53.8
Скачувань: 1863
res = (int)res / 2;

}

if(b) res *= -1;

b = !b;

return res;

}

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

void IntToStr(char *lpResultBuff, int iDigit)

{

// PARAMETRS:

// lpResult -- buffer, wich will get string

// iDigit -- integer digit, wich will translated to string

wsprintf(lpResultBuff, "%d", iDigit);

return;

}

#define MESSAGE(szText) MessageBox(0, szText, "Kursova", 0);

Файл types.h

typedef struct _CLIENT

{

UINT uIn;

UINT uOut;

UINT uNumber;

} CLIENT;

Файл Kursova.cpp

#include "stdafx.h"

#include

#include

#include "resource.h"

#include "functions.h"

#include "types.h"

The online video editor trusted by teams to make professional video in minutes