⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rulegen.plg

📁 改算法基于遗传算法
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: RuleGen - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP130.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/RuleGen.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\ga\ruleGenerationWin\mimic_onemax.cxx"
"D:\ga\ruleGenerationWin\random.cxx"
"D:\ga\ruleGenerationWin\RuleGen.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP130.tmp" 
Creating temporary file "C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP131.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/RuleGen.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\ga\ruleGenerationWin\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP131.tmp" 
Creating temporary file "C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP132.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/RuleGen.pdb" /machine:I386 /out:"Release/RuleGen.exe" 
.\Release\mimic_onemax.obj
.\Release\random.obj
.\Release\RuleGen.obj
.\Release\StdAfx.obj
]
Creating command line "link.exe @C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP132.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
mimic_onemax.cxx
D:\ga\ruleGenerationWin\mimic_onemax.cxx(17) : warning C4101: 'j' : unreferenced local variable
D:\ga\ruleGenerationWin\mimic_onemax.cxx(17) : warning C4101: 'k' : unreferenced local variable
D:\ga\ruleGenerationWin\MIMIC.hxx(132) : warning C4101: 'itmp' : unreferenced local variable
        D:\ga\ruleGenerationWin\MIMIC.hxx(129) : while compiling class-template member function 'void __thiscall mimic<int>::sampling(class std::list<class chromosome<int> *,class std::allocator<class chromosome<int> *> > &,int)'
D:\ga\ruleGenerationWin\MIMIC.hxx(130) : warning C4101: 'l' : unreferenced local variable
        D:\ga\ruleGenerationWin\MIMIC.hxx(129) : while compiling class-template member function 'void __thiscall mimic<int>::sampling(class std::list<class chromosome<int> *,class std::allocator<class chromosome<int> *> > &,int)'
D:\ga\ruleGenerationWin\MIMIC.hxx(130) : warning C4101: 'm' : unreferenced local variable
        D:\ga\ruleGenerationWin\MIMIC.hxx(129) : while compiling class-template member function 'void __thiscall mimic<int>::sampling(class std::list<class chromosome<int> *,class std::allocator<class chromosome<int> *> > &,int)'
random.cxx
D:\ga\ruleGenerationWin\random.cxx(73) : warning C4018: '>=' : signed/unsigned mismatch
RuleGen.cpp
Generating Code...
D:\ga\ruleGenerationWin\mimic_onemax.cxx(111) : warning C4715: 'main1' : not all control paths return a value
D:\ga\ruleGenerationWin\selectio.h(79) : warning C4715: 'selection<int>::operator=' : not all control paths return a value
D:\ga\ruleGenerationWin\MIMIC.hxx(172) : warning C4715: 'mimic<int>::operator=' : not all control paths return a value
D:\ga\ruleGenerationWin\estimation_and_sampling.hxx(27) : warning C4715: 'estimation_and_sampling<int>::operator=' : not all control paths return a value
D:\ga\ruleGenerationWin\basic_edas.hxx(61) : warning C4715: 'basic_EDAs<int>::operator=' : not all control paths return a value
Linking...



<h3>Results</h3>
RuleGen.exe - 0 error(s), 11 warning(s)
<h3>
--------------------Configuration: RuleGen - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP134.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/RuleGen.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\ga\ruleGenerationWin\mimic_onemax.cxx"
"D:\ga\ruleGenerationWin\random.cxx"
"D:\ga\ruleGenerationWin\RuleGen.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP134.tmp" 
Creating temporary file "C:\DOCUME~1\Chao\LOCALS~1\Temp\RSP135.tmp" with contents

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -