Skip to content

Commit f0d439f

Browse files
committed
adaboost v1.0
1 parent b7ee657 commit f0d439f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+752
-169
lines changed

.idea/mnist_test.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 135 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdaBoost/Sign/Debug/Sign.dll

60 KB
Binary file not shown.

AdaBoost/Sign/Debug/Sign.exp

617 Bytes
Binary file not shown.

AdaBoost/Sign/Debug/Sign.ilk

283 KB
Binary file not shown.

AdaBoost/Sign/Debug/Sign.lib

1.65 KB
Binary file not shown.

AdaBoost/Sign/Debug/Sign.pdb

611 KB
Binary file not shown.

AdaBoost/Sign/Sign.sdf

6.81 MB
Binary file not shown.

AdaBoost/Sign/Sign.sln

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sign", "Sign\Sign.vcxproj", "{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Debug|x64 = Debug|x64
10+
Release|Win32 = Release|Win32
11+
Release|x64 = Release|x64
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|Win32.ActiveCfg = Debug|Win32
15+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|Win32.Build.0 = Debug|Win32
16+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|x64.ActiveCfg = Debug|x64
17+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Debug|x64.Build.0 = Debug|x64
18+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|Win32.ActiveCfg = Release|Win32
19+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|Win32.Build.0 = Release|Win32
20+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|x64.ActiveCfg = Release|x64
21+
{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}.Release|x64.Build.0 = Release|x64
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
EndGlobal

AdaBoost/Sign/Sign.v11.suo

17 KB
Binary file not shown.
5.22 KB
Binary file not shown.
330 Bytes
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#v4.0:v110:false
2+
Debug|Win32|E:\python\mnist_test\AdaBoost\Sign\|

AdaBoost/Sign/Sign/Debug/Sign.log

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
生成启动时间为 2016/11/16 18:28:45。
2+
1>项目“E:\python\mnist_test\AdaBoost\Sign\Sign\Sign.vcxproj”在节点 2 上(Build 个目标)。
3+
1>ClCompile:
4+
F:\vs2012\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _WINDOWS /D _USRDLL /D SIGN_EXPORTS /D _WINDLL /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt sign.cpp
5+
sign.cpp
6+
Link:
7+
F:\vs2012\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.dll" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.pdb" /SUBSYSTEM:WINDOWS /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.lib" /MACHINE:X86 /DLL Debug\sign.obj
8+
正在创建库 E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.lib 和对象 E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.exp
9+
Sign.vcxproj -> E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.dll
10+
1>已完成生成项目“E:\python\mnist_test\AdaBoost\Sign\Sign\Sign.vcxproj”(Build 个目标)的操作。
11+
12+
生成成功。
13+
14+
已用时间 00:00:01.92
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
^E:\python\mnist_test\AdaBoost\Sign\Sign\Sign.vcxproj
2+
E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.lib
3+
E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.lib
4+
E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.exp
5+
E:\python\mnist_test\AdaBoost\Sign\Debug\Sign.exp
682 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
1.1 KB
Binary file not shown.
2.4 KB
Binary file not shown.
422 Bytes
Binary file not shown.

AdaBoost/Sign/Sign/Debug/sign.obj

129 KB
Binary file not shown.

AdaBoost/Sign/Sign/Debug/vc110.idb

235 KB
Binary file not shown.

AdaBoost/Sign/Sign/Debug/vc110.pdb

308 KB
Binary file not shown.

AdaBoost/Sign/Sign/Sign.vcxproj

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Debug|x64">
9+
<Configuration>Debug</Configuration>
10+
<Platform>x64</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|Win32">
13+
<Configuration>Release</Configuration>
14+
<Platform>Win32</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<ProjectGuid>{884F4F36-F75A-4FF2-86B9-AB62FAFE092C}</ProjectGuid>
23+
<Keyword>Win32Proj</Keyword>
24+
<RootNamespace>Sign</RootNamespace>
25+
</PropertyGroup>
26+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28+
<ConfigurationType>DynamicLibrary</ConfigurationType>
29+
<UseDebugLibraries>true</UseDebugLibraries>
30+
<PlatformToolset>v110</PlatformToolset>
31+
<CharacterSet>Unicode</CharacterSet>
32+
</PropertyGroup>
33+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34+
<ConfigurationType>DynamicLibrary</ConfigurationType>
35+
<UseDebugLibraries>true</UseDebugLibraries>
36+
<PlatformToolset>v110</PlatformToolset>
37+
<CharacterSet>Unicode</CharacterSet>
38+
</PropertyGroup>
39+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40+
<ConfigurationType>DynamicLibrary</ConfigurationType>
41+
<UseDebugLibraries>false</UseDebugLibraries>
42+
<PlatformToolset>v110</PlatformToolset>
43+
<WholeProgramOptimization>true</WholeProgramOptimization>
44+
<CharacterSet>Unicode</CharacterSet>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47+
<ConfigurationType>DynamicLibrary</ConfigurationType>
48+
<UseDebugLibraries>false</UseDebugLibraries>
49+
<PlatformToolset>v110</PlatformToolset>
50+
<WholeProgramOptimization>true</WholeProgramOptimization>
51+
<CharacterSet>Unicode</CharacterSet>
52+
</PropertyGroup>
53+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54+
<ImportGroup Label="ExtensionSettings">
55+
</ImportGroup>
56+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58+
</ImportGroup>
59+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61+
</ImportGroup>
62+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64+
</ImportGroup>
65+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
</ImportGroup>
68+
<PropertyGroup Label="UserMacros" />
69+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70+
<LinkIncremental>true</LinkIncremental>
71+
</PropertyGroup>
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73+
<LinkIncremental>true</LinkIncremental>
74+
</PropertyGroup>
75+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76+
<LinkIncremental>false</LinkIncremental>
77+
</PropertyGroup>
78+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79+
<LinkIncremental>false</LinkIncremental>
80+
</PropertyGroup>
81+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82+
<ClCompile>
83+
<PrecompiledHeader>
84+
</PrecompiledHeader>
85+
<WarningLevel>Level3</WarningLevel>
86+
<Optimization>Disabled</Optimization>
87+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SIGN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88+
</ClCompile>
89+
<Link>
90+
<SubSystem>Windows</SubSystem>
91+
<GenerateDebugInformation>true</GenerateDebugInformation>
92+
</Link>
93+
</ItemDefinitionGroup>
94+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
95+
<ClCompile>
96+
<PrecompiledHeader>
97+
</PrecompiledHeader>
98+
<WarningLevel>Level3</WarningLevel>
99+
<Optimization>Disabled</Optimization>
100+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SIGN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101+
</ClCompile>
102+
<Link>
103+
<SubSystem>Windows</SubSystem>
104+
<GenerateDebugInformation>true</GenerateDebugInformation>
105+
</Link>
106+
</ItemDefinitionGroup>
107+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108+
<ClCompile>
109+
<WarningLevel>Level3</WarningLevel>
110+
<PrecompiledHeader>
111+
</PrecompiledHeader>
112+
<Optimization>MaxSpeed</Optimization>
113+
<FunctionLevelLinking>true</FunctionLevelLinking>
114+
<IntrinsicFunctions>true</IntrinsicFunctions>
115+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SIGN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116+
</ClCompile>
117+
<Link>
118+
<SubSystem>Windows</SubSystem>
119+
<GenerateDebugInformation>true</GenerateDebugInformation>
120+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
121+
<OptimizeReferences>true</OptimizeReferences>
122+
</Link>
123+
</ItemDefinitionGroup>
124+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
125+
<ClCompile>
126+
<WarningLevel>Level3</WarningLevel>
127+
<PrecompiledHeader>
128+
</PrecompiledHeader>
129+
<Optimization>MaxSpeed</Optimization>
130+
<FunctionLevelLinking>true</FunctionLevelLinking>
131+
<IntrinsicFunctions>true</IntrinsicFunctions>
132+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SIGN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133+
</ClCompile>
134+
<Link>
135+
<SubSystem>Windows</SubSystem>
136+
<GenerateDebugInformation>true</GenerateDebugInformation>
137+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
138+
<OptimizeReferences>true</OptimizeReferences>
139+
</Link>
140+
</ItemDefinitionGroup>
141+
<ItemGroup>
142+
<ClInclude Include="sign.h" />
143+
</ItemGroup>
144+
<ItemGroup>
145+
<ClCompile Include="sign.cpp" />
146+
</ItemGroup>
147+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148+
<ImportGroup Label="ExtensionTargets">
149+
</ImportGroup>
150+
</Project>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="源文件">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="头文件">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="资源文件">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClInclude Include="sign.h">
19+
<Filter>头文件</Filter>
20+
</ClInclude>
21+
</ItemGroup>
22+
<ItemGroup>
23+
<ClCompile Include="sign.cpp">
24+
<Filter>源文件</Filter>
25+
</ClCompile>
26+
</ItemGroup>
27+
</Project>

AdaBoost/Sign/Sign/sign.cpp

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
#include <iostream>
2+
using namespace std;
3+
#include "sign.h"
4+
5+
6+
int find_min_error(int* X,int rows,int cols,int* y,double* w,double& min_error,int& is_less,int& feature_index)
7+
{
8+
int index = -1;
9+
10+
for(int row=0;row<rows;row++)
11+
{
12+
for(int i=0;i<3;i++)
13+
{
14+
double score = 0;
15+
16+
for(int j=0;j<cols;j++)
17+
{
18+
int val = -1;
19+
if(X[row*cols+j]<i)
20+
{
21+
val = 1;
22+
}
23+
24+
if(val*y[j]<0)
25+
score += w[j];
26+
27+
}
28+
29+
if(score < min_error)
30+
{
31+
index = i;
32+
is_less = 1;
33+
min_error = score;
34+
feature_index = row;
35+
}
36+
}
37+
}
38+
39+
for(int row=0;row<rows;row++)
40+
{
41+
for(int i=0;i<3;i++)
42+
{
43+
double score = 0;
44+
45+
for(int j=0;j<cols;j++)
46+
{
47+
int val = 1;
48+
if(X[row*cols+j]<i)
49+
{
50+
val = -1;
51+
}
52+
53+
if(val*y[j]<0)
54+
score += w[j];
55+
56+
}
57+
58+
if(score < min_error)
59+
{
60+
index = i;
61+
is_less = 0;
62+
min_error = score;
63+
feature_index = row;
64+
}
65+
}
66+
}
67+
68+
return index;
69+
}

AdaBoost/Sign/Sign/sign.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#pragma once
2+
3+
extern "C" __declspec(dllexport) int find_min_error(int* X,int rows,int cols,int* y,double* w,double& min_error,int& is_less,int& feature_index);
5.12 KB
Binary file not shown.
354 Bytes
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
E:\PYTHON\MNIST_TEST\ADABOOST\SIGN\SIGN\X64\RELEASE\SIGN.OBJ
2+
E:\PYTHON\MNIST_TEST\ADABOOST\SIGN\SIGN\X64\RELEASE\VC110.PDB
3+
E:\PYTHON\MNIST_TEST\ADABOOST\SIGN\X64\RELEASE\SIGN.DLL
4+
E:\PYTHON\MNIST_TEST\ADABOOST\SIGN\X64\RELEASE\SIGN.PDB
5+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.lib
6+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.exp
7+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\sign.obj
8+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\cl.command.1.tlog
9+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\CL.read.1.tlog
10+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\CL.write.1.tlog
11+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link-cvtres.read.1.tlog
12+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link-cvtres.write.1.tlog
13+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link-rc.read.1.tlog
14+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link-rc.write.1.tlog
15+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link.command.1.tlog
16+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link.read.1.tlog
17+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\link.write.1.tlog
18+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\Sign.write.1.tlog
19+
E:\python\mnist_test\AdaBoost\Sign\Sign\x64\Release\vc110.pdb
20+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.pdb
21+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.dll
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#v4.0:v110:false
2+
Release|x64|E:\python\mnist_test\AdaBoost\Sign\|
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
生成启动时间为 2016/11/16 19:54:45。
2+
1>项目“E:\python\mnist_test\AdaBoost\Sign\Sign\Sign.vcxproj”在节点 2 上(Rebuild 个目标)。
3+
1>ClCompile:
4+
F:\vs2012\VC\bin\x86_amd64\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /GL /D WIN32 /D NDEBUG /D _WINDOWS /D _USRDLL /D SIGN_EXPORTS /D _WINDLL /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"x64\Release\\" /Fd"x64\Release\vc110.pdb" /Gd /TP /errorReport:prompt sign.cpp
5+
sign.cpp
6+
Link:
7+
F:\vs2012\VC\bin\x86_amd64\link.exe /ERRORREPORT:PROMPT /OUT:"E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.lib" /MACHINE:X64 /DLL x64\Release\sign.obj
8+
正在创建库 E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.lib 和对象 E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.exp
9+
正在生成代码
10+
已完成代码的生成
11+
Sign.vcxproj -> E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.dll
12+
1>已完成生成项目“E:\python\mnist_test\AdaBoost\Sign\Sign\Sign.vcxproj”(Rebuild 个目标)的操作。
13+
14+
生成成功。
15+
16+
已用时间 00:00:01.45
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
^E:\python\mnist_test\AdaBoost\Sign\Sign\Sign.vcxproj
2+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.lib
3+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.lib
4+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.exp
5+
E:\python\mnist_test\AdaBoost\Sign\x64\Release\Sign.exp
688 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Binary file not shown.
2.55 KB
Binary file not shown.
356 Bytes
Binary file not shown.
665 KB
Binary file not shown.
300 KB
Binary file not shown.

AdaBoost/Sign/x64/Release/Sign.dll

13 KB
Binary file not shown.

AdaBoost/Sign/x64/Release/Sign.exp

631 Bytes
Binary file not shown.

AdaBoost/Sign/x64/Release/Sign.lib

1.66 KB
Binary file not shown.

AdaBoost/Sign/x64/Release/Sign.pdb

371 KB
Binary file not shown.

0 commit comments

Comments
 (0)