ga.plg
资源名称:遗传算法_VC源码.rar [点击查看]
上传用户:helpmateqq
上传日期:2013-03-23
资源大小:86k
文件大小:2k
源码类别:
人工智能/神经网络
开发平台:
Visual C++
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: ga - Win32 Debug--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPC9.tmp" with contents
- [
- /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ga.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
- "F:myvcgasga.c"
- ]
- Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPC9.tmp"
- Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPCA.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/ga.pdb" /debug /machine:I386 /out:"Debug/ga.exe" /pdbtype:sept
- .Debugsga.obj
- ]
- Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPCA.tmp"
- <h3>Output Window</h3>
- Compiling...
- sga.c
- f:myvcgasga.c(108) : warning C4305: '=' : truncation from 'const double ' to 'float '
- f:myvcgasga.c(109) : warning C4305: '=' : truncation from 'const double ' to 'float '
- f:myvcgasga.c(98) : warning C4101: 'answer' : unreferenced local variable
- f:myvcgasga.c(270) : warning C4013: 'free' undefined; assuming extern returning int
- f:myvcgasga.c(282) : warning C4013: 'exit' undefined; assuming extern returning int
- f:myvcgasga.c(382) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
- f:myvcgasga.c(503) : warning C4018: '>=' : signed/unsigned mismatch
- f:myvcgasga.c(508) : warning C4018: '<' : signed/unsigned mismatch
- f:myvcgasga.c(508) : warning C4018: '>' : signed/unsigned mismatch
- f:myvcgasga.c(511) : warning C4018: '<=' : signed/unsigned mismatch
- f:myvcgasga.c(616) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
- Linking...
- <h3>Results</h3>
- ga.exe - 0 error(s), 11 warning(s)
- </pre>
- </body>
- </html>