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

📄 fitnessga.plg

📁 遗传算法(图像处理)
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FitnessGA - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lijh\LOCALS~1\Temp\RSPD0.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/FitnessGA.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\李建华\c++\myapp\遗传算法\FitnessGA\AdaptiveGA.cpp"
"E:\李建华\c++\myapp\遗传算法\FitnessGA\BestSaveGA.cpp"
"E:\李建华\c++\myapp\遗传算法\FitnessGA\GAUnite.cpp"
"E:\李建华\c++\myapp\遗传算法\FitnessGA\GAWarehouse.cpp"
"E:\李建华\c++\myapp\遗传算法\FitnessGA\main.cpp"
"E:\李建华\c++\myapp\遗传算法\FitnessGA\SimpleGA.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lijh\LOCALS~1\Temp\RSPD0.tmp" 
Creating temporary file "C:\DOCUME~1\lijh\LOCALS~1\Temp\RSPD1.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:yes /pdb:"Debug/FitnessGA.pdb" /debug /machine:I386 /out:"Debug/FitnessGA.exe" /pdbtype:sept 
".\Debug\AdaptiveGA.obj"
".\Debug\BestSaveGA.obj"
".\Debug\GAUnite.obj"
".\Debug\GAWarehouse.obj"
".\Debug\main.obj"
".\Debug\SimpleGA.obj"
]
Creating command line "link.exe @C:\DOCUME~1\lijh\LOCALS~1\Temp\RSPD1.tmp"
<h3>Output Window</h3>
Compiling...
AdaptiveGA.cpp
BestSaveGA.cpp
GAUnite.cpp
GAWarehouse.cpp
main.cpp
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(47) : error C2065: 'FILE' : undeclared identifier
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(47) : error C2065: 'fp' : undeclared identifier
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(47) : warning C4552: '*' : operator has no effect; expected operator with side-effect
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(49) : error C2065: 'fopen' : undeclared identifier
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(64) : error C2065: 'fprintf' : undeclared identifier
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(64) : error C2065: 'pool' : undeclared identifier
e:\李建华\c++\myapp\遗传算法\fitnessga\main.cpp(64) : error C2228: left of '.i_nowp' must have class/struct/union type
SimpleGA.cpp
e:\李建华\c++\myapp\遗传算法\fitnessga\simplega.cpp(193) : warning C4101: 'i' : unreferenced local variable
Error executing cl.exe.



<h3>Results</h3>
FitnessGA.exe - 6 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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