Моделювання однофазної системи, Детальна інформація
Моделювання однофазної системи
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"
}
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
© Referats, Inc · All rights reserved 2021