lab4
This commit is contained in:
parent
4ba9c4d949
commit
b331617608
135
lr19/Project2/Project2.vcxproj
Normal file
135
lr19/Project2/Project2.vcxproj
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>Win32</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Release|Win32">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>Win32</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Debug|x64">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Release|x64">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup Label="Globals">
|
||||||
|
<VCProjectVersion>17.0</VCProjectVersion>
|
||||||
|
<Keyword>Win32Proj</Keyword>
|
||||||
|
<ProjectGuid>{5bcdaf99-c3cf-4fca-ab91-8ac4b54a6e59}</ProjectGuid>
|
||||||
|
<RootNamespace>Project2</RootNamespace>
|
||||||
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
|
<ImportGroup Label="ExtensionSettings">
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="Shared">
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Label="UserMacros" />
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="Source.cpp" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
</ImportGroup>
|
||||||
|
</Project>
|
22
lr19/Project2/Project2.vcxproj.filters
Normal file
22
lr19/Project2/Project2.vcxproj.filters
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Исходные файлы">
|
||||||
|
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Файлы заголовков">
|
||||||
|
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||||
|
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Файлы ресурсов">
|
||||||
|
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||||
|
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="Source.cpp">
|
||||||
|
<Filter>Исходные файлы</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
64
lr19/Project2/Source.cpp
Normal file
64
lr19/Project2/Source.cpp
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <Windows.h>
|
||||||
|
|
||||||
|
|
||||||
|
int a[1000]; //ìàññèâ. 1000 - ìàêñèìàëüíî äîïóñòèìîå êîëè÷åñòâî ýëåìåíòîâ
|
||||||
|
int n; // Ðåàëüíîå êîëè÷åñòâî ýëåìåíòîâ â ìàññèâå
|
||||||
|
void Load() {
|
||||||
|
// Îòêðûòèå âõîäíîãî ôàéëà
|
||||||
|
FILE* fin = fopen("c:\\lab_19\\in1.txt", "rt");
|
||||||
|
if (fin == NULL) {
|
||||||
|
printf("Âõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Çàãðóçêà ìàññèâà èç âõîäíîãî ôàéëà
|
||||||
|
fscanf_s(fin, "%d", &n);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
fscanf_s(fin, "%d", &a[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Çàêðûòèå âõîäíîãî ôàéëà
|
||||||
|
fclose(fin);
|
||||||
|
}
|
||||||
|
void SaveResult() {
|
||||||
|
// Âû÷èñëåíèå ñðåäíåãî àðèôìåòè÷åñêîãî
|
||||||
|
float sa = 0;
|
||||||
|
float s = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
s += a[i];
|
||||||
|
}
|
||||||
|
sa = s / n;
|
||||||
|
|
||||||
|
// Âûÿñíåíèå, ñêîëüêî ýëåìåíòîâ áîëüøå ñð àðèôìåòè÷åñêîãî
|
||||||
|
int m = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (a[i] > sa) {
|
||||||
|
m++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FILE* fout = fopen("c:\\lab_19\\out1.txt", "wt");
|
||||||
|
if (fout == NULL) {
|
||||||
|
printf("Âûõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ñîõðàíåíèå ýëåìåíòîâ áîëüøèõ ñð àðèôìåòè÷åñêîãî
|
||||||
|
fprintf(fout, "%d\n", m);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (a[i] > sa) {
|
||||||
|
fprintf(fout, "%d ", a[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Çàêðûòèå ôàéëà
|
||||||
|
fclose(fout);
|
||||||
|
}
|
||||||
|
void main() {
|
||||||
|
SetConsoleCP(1251);
|
||||||
|
SetConsoleOutputCP(1251);
|
||||||
|
printf("Hello! It is Task1!\n");
|
||||||
|
|
||||||
|
Load();
|
||||||
|
SaveResult();
|
||||||
|
}
|
1
lr19/Project2/out.txt
Normal file
1
lr19/Project2/out.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
0
|
31
lr19/lr19.sln
Normal file
31
lr19/lr19.sln
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.11.35222.181
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lr19", "lr19\lr19.vcxproj", "{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|x64 = Debug|x64
|
||||||
|
Debug|x86 = Debug|x86
|
||||||
|
Release|x64 = Release|x64
|
||||||
|
Release|x86 = Release|x86
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Debug|x86.ActiveCfg = Debug|Win32
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Debug|x86.Build.0 = Debug|Win32
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Release|x64.Build.0 = Release|x64
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Release|x86.ActiveCfg = Release|Win32
|
||||||
|
{C8DE0ED8-13B1-4FAB-A008-5B9FE6279EDC}.Release|x86.Build.0 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {6B714702-849A-4B5C-8F18-E0D65EEC0BDC}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
234
lr19/lr19/Source.cpp
Normal file
234
lr19/lr19/Source.cpp
Normal file
@ -0,0 +1,234 @@
|
|||||||
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <Windows.h>
|
||||||
|
|
||||||
|
int* pa;
|
||||||
|
int a[1000]; //ìàññèâ. 1000 - ìàêñèìàëüíî äîïóñòèìîå êîëè÷åñòâî ýëåìåíòîâ
|
||||||
|
int n; // Ðåàëüíîå êîëè÷åñòâî ýëåìåíòîâ â ìàññèâå
|
||||||
|
|
||||||
|
void Load1() {
|
||||||
|
// Îòêðûòèå âõîäíîãî ôàéëà
|
||||||
|
FILE* fin = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\in1.txt", "rt");
|
||||||
|
if (fin == NULL) {
|
||||||
|
printf("Âõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Çàãðóçêà ìàññèâà èç âõîäíîãî ôàéëà
|
||||||
|
fscanf(fin, "%d", &n);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
fscanf(fin, "%d", &a[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Çàêðûòèå âõîäíîãî ôàéëà
|
||||||
|
fclose(fin);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SaveResult1() {
|
||||||
|
// Âû÷èñëåíèå ñðåäíåãî àðèôìåòè÷åñêîãî
|
||||||
|
float sa = 0;
|
||||||
|
float s = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
s += a[i];
|
||||||
|
}
|
||||||
|
sa = s / n;
|
||||||
|
|
||||||
|
// Âûÿñíåíèå, ñêîëüêî ýëåìåíòîâ áîëüøå ñð àðèôìåòè÷åñêîãî
|
||||||
|
int m = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (a[i] > sa) {
|
||||||
|
m++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
FILE* fout = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\out1.txt", "wt");
|
||||||
|
if (fout == NULL) {
|
||||||
|
printf("Âûõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ñîõðàíåíèå ýëåìåíòîâ áîëüøèõ ñð àðèôìåòè÷åñêîãî
|
||||||
|
fprintf(fout, "%d\n", m);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (a[i] > sa) {
|
||||||
|
fprintf(fout, "%d ", a[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Çàêðûòèå ôàéëà
|
||||||
|
fclose(fout);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Load2() {
|
||||||
|
// Îòêðûòèå âõîäíîãî ôàéëà
|
||||||
|
FILE* fin = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\in2.txt", "rt");
|
||||||
|
if (fin == NULL) {
|
||||||
|
printf("Âõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// Çàãðóçêà ìàññèâà èç âõîäíîãî ôàéëà
|
||||||
|
fscanf(fin, "%d", &n);
|
||||||
|
// Âûäåëåíèå ïàìÿòè ïîä äèíàìè÷åñêèé ìàññèâ
|
||||||
|
pa = (int*)malloc(sizeof(int) * n);
|
||||||
|
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
fscanf(fin, "%d", &pa[i]);
|
||||||
|
}
|
||||||
|
// Çàêðûòèå âõîäíîãî ôàéëà
|
||||||
|
fclose(fin);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SaveResult2() {
|
||||||
|
// Âû÷èñëåíèå ñðåäíåãî àðèôìåòè÷åñêîãî
|
||||||
|
float sa = 0;
|
||||||
|
float s = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
s += pa[i];
|
||||||
|
}
|
||||||
|
sa = s / n;
|
||||||
|
|
||||||
|
// Âûÿñíåíèå, ñêîëüêî ýëåìåíòîâ áîëüøå ñð àðèôìåòè÷åñêîãî
|
||||||
|
int m = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] > sa) {
|
||||||
|
m++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
FILE* fout = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\out2.txt", "wt");
|
||||||
|
if (fout == NULL) {
|
||||||
|
printf("Âûõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ñîõðàíåíèå ýëåìåíòîâ áîëüøèõ ñð àðèôìåòè÷åñêîãî
|
||||||
|
fprintf(fout, "%d\n", m);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] > sa) {
|
||||||
|
fprintf(fout, "%d ", pa[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Çàêðûòèå ôàéëà
|
||||||
|
fclose(fout);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Load3() {
|
||||||
|
// Îòêðûòèå âõîäíîãî ôàéëà
|
||||||
|
FILE* fin = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\in3.txt", "rt");
|
||||||
|
if (fin == NULL) {
|
||||||
|
printf("Âõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// Çàãðóçêà ìàññèâà èç âõîäíîãî ôàéëà
|
||||||
|
fscanf(fin, "%d", &n);
|
||||||
|
// Âûäåëåíèå ïàìÿòè ïîä äèíàìè÷åñêèé ìàññèâ
|
||||||
|
pa = (int*)malloc(sizeof(int) * n);
|
||||||
|
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
fscanf(fin, "%d", &pa[i]);
|
||||||
|
}
|
||||||
|
// Çàêðûòèå âõîäíîãî ôàéëà
|
||||||
|
fclose(fin);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SaveResult3() {
|
||||||
|
// Âû÷èñëåíèå ñðåäíåãî àðèôìåòè÷åñêîãî
|
||||||
|
float sa = 0;
|
||||||
|
float s = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
s += pa[i];
|
||||||
|
}
|
||||||
|
sa = s / n;
|
||||||
|
|
||||||
|
// Âûÿñíåíèå, ñêîëüêî ýëåìåíòîâ áîëüøå ñð àðèôìåòè÷åñêîãî
|
||||||
|
int m = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] < sa) {
|
||||||
|
if (pa[i] > 0) {
|
||||||
|
m++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
FILE* fout = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\out3.txt", "wt");
|
||||||
|
if (fout == NULL) {
|
||||||
|
printf("Âûõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ñîõðàíåíèå ýëåìåíòîâ áîëüøèõ ñð àðèôìåòè÷åñêîãî
|
||||||
|
fprintf(fout, "%d\n", m);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] < sa) {
|
||||||
|
if (pa[i] > 0) {
|
||||||
|
fprintf(fout, "%d ", pa[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Çàêðûòèå ôàéëà
|
||||||
|
fclose(fout);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Load4() {
|
||||||
|
// Îòêðûòèå âõîäíîãî ôàéëà
|
||||||
|
FILE* fin = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\in4.txt", "rt");
|
||||||
|
if (fin == NULL) {
|
||||||
|
printf("Âõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// Çàãðóçêà ìàññèâà èç âõîäíîãî ôàéëà
|
||||||
|
fscanf(fin, "%d", &n);
|
||||||
|
// Âûäåëåíèå ïàìÿòè ïîä äèíàìè÷åñêèé ìàññèâ
|
||||||
|
pa = (int*)malloc(sizeof(int) * n);
|
||||||
|
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
fscanf(fin, "%d", &pa[i]);
|
||||||
|
}
|
||||||
|
// Çàêðûòèå âõîäíîãî ôàéëà
|
||||||
|
fclose(fin);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SaveResult4() {
|
||||||
|
// Âû÷èñëåíèå ñðåäíåãî àðèôìåòè÷åñêîãî
|
||||||
|
float max23 = 0;
|
||||||
|
float max = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] > max) {
|
||||||
|
max = pa[i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
max23 = (max / 3) * 2;
|
||||||
|
|
||||||
|
// Âûÿñíåíèå, ñêîëüêî ýëåìåíòîâ áîëüøå ñð àðèôìåòè÷åñêîãî
|
||||||
|
int m = 0;
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] >= max23) {
|
||||||
|
m++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
FILE* fout = fopen("C:\\Users\\ivan\\Desktop\\lab_19\\out4.txt", "wt");
|
||||||
|
if (fout == NULL) {
|
||||||
|
printf("Âûõîäíîé ôàéë íå íàéäåí\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Ñîõðàíåíèå ýëåìåíòîâ áîëüøèõ ñð àðèôìåòè÷åñêîãî
|
||||||
|
fprintf(fout, "%d\n", m);
|
||||||
|
for (int i = 0; i < n; i++) {
|
||||||
|
if (pa[i] >= max23) {
|
||||||
|
fprintf(fout, "%d ", pa[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Çàêðûòèå ôàéëà
|
||||||
|
fclose(fout);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
SetConsoleCP(1251);
|
||||||
|
SetConsoleOutputCP(1251);
|
||||||
|
printf("Hello! It is Task1!\n");
|
||||||
|
|
||||||
|
Load2();
|
||||||
|
SaveResult2();
|
||||||
|
}
|
135
lr19/lr19/lr19.vcxproj
Normal file
135
lr19/lr19/lr19.vcxproj
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>Win32</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Release|Win32">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>Win32</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Debug|x64">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Release|x64">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup Label="Globals">
|
||||||
|
<VCProjectVersion>17.0</VCProjectVersion>
|
||||||
|
<Keyword>Win32Proj</Keyword>
|
||||||
|
<ProjectGuid>{c8de0ed8-13b1-4fab-a008-5b9fe6279edc}</ProjectGuid>
|
||||||
|
<RootNamespace>lr19</RootNamespace>
|
||||||
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
|
<ImportGroup Label="ExtensionSettings">
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="Shared">
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Label="UserMacros" />
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="Source.cpp" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
</ImportGroup>
|
||||||
|
</Project>
|
22
lr19/lr19/lr19.vcxproj.filters
Normal file
22
lr19/lr19/lr19.vcxproj.filters
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Исходные файлы">
|
||||||
|
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Файлы заголовков">
|
||||||
|
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||||
|
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Файлы ресурсов">
|
||||||
|
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||||
|
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="Source.cpp">
|
||||||
|
<Filter>Исходные файлы</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
Loading…
Reference in New Issue
Block a user