a_life.plg
来自「介绍了遗传算法的通用算法,对于出学GA 编程,在其基础上进行修改比较容易」· PLG 代码 · 共 28 行
PLG
28 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: A_LIFE - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dhdx\LOCALS~1\Temp\RSP2891.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/A_LIFE.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\毕业论文\参考论文\遗传算法 编程\王立平-遗传算法\A_LIFE.C"
]
Creating command line "cl.exe @C:\DOCUME~1\dhdx\LOCALS~1\Temp\RSP2891.tmp"
<h3>Output Window</h3>
Compiling...
A_LIFE.C
e:\毕业论文\参考论文\遗传算法 编程\王立平-遗传算法\a_life.c(8) : fatal error C1083: Cannot open include file: 'graphics.h': No such file or directory
执行 cl.exe 时出错.
<h3>Results</h3>
A_LIFE.OBJ - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?