fsubset.plg

来自「基于蚁群算法和支持向量机的最优子集提取 蚁群算法采用蚁群系统!」· PLG 代码 · 共 54 行

PLG
54
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: fsubset - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\swallow\LOCALS~1\Temp\RSP4F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/fsubset.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\feature subset2\fsubset.c"
]
Creating command line "cl.exe @C:\DOCUME~1\swallow\LOCALS~1\Temp\RSP4F.tmp" 
Creating temporary file "C:\DOCUME~1\swallow\LOCALS~1\Temp\RSP50.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/fsubset.pdb" /debug /machine:I386 /out:"Debug/fsubset.exe" /pdbtype:sept 
".\Debug\fsubset.obj"
]
Creating command line "link.exe @C:\DOCUME~1\swallow\LOCALS~1\Temp\RSP50.tmp"
<h3>Output Window</h3>
Compiling...
fsubset.c
E:\feature subset2\fsubset.c(9) : warning C4005: 'MAXSETNUM' : macro redefinition
        e:\feature subset2\fsubset.c(9) : see previous definition of 'MAXSETNUM'
E:\feature subset2\fsubset.c(10) : warning C4005: 'STARTNUM' : macro redefinition
        e:\feature subset2\fsubset.c(0) : see previous definition of 'STARTNUM'
E:\feature subset2\fsubset.c(223) : warning C4101: 'i' : unreferenced local variable
E:\feature subset2\fsubset.c(266) : warning C4244: '+=' : conversion from 'float ' to 'int ', possible loss of data
E:\feature subset2\fsubset.c(279) : warning C4305: '=' : truncation from 'const double ' to 'float '
E:\feature subset2\fsubset.c(280) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(288) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(295) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(375) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(413) : warning C4305: '=' : truncation from 'const double ' to 'float '
E:\feature subset2\fsubset.c(427) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(423) : warning C4101: 'ranposs' : unreferenced local variable
E:\feature subset2\fsubset.c(423) : warning C4101: 'allposs' : unreferenced local variable
E:\feature subset2\fsubset.c(498) : warning C4101: 'fout' : unreferenced local variable
E:\feature subset2\fsubset.c(498) : warning C4101: 'maxfout' : unreferenced local variable
E:\feature subset2\fsubset.c(498) : warning C4101: 'minfout' : unreferenced local variable
E:\feature subset2\fsubset.c(582) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(583) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
E:\feature subset2\fsubset.c(233) : warning C4700: local variable 'frunnum' used without having been initialized
Linking...



<h3>Results</h3>
fsubset.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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