VC卡尔曼滤波
全部是vc编写
源代码在线查看: 卡尔曼滤波.plg
Build Log
--------------------Configuration: 卡尔曼滤波 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDE.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/卡尔曼滤波.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator\桌面\VC_卡尔曼滤波\code\kalmanfilt.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDE.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDF.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:windows /incremental:yes /pdb:"Debug/卡尔曼滤波.pdb" /debug /machine:I386 /out:"Debug/卡尔曼滤波.exe" /pdbtype:sept
".\Debug\kalmanfilt.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDF.tmp"
Output Window
Compiling...
kalmanfilt.c
Linking...
Results
卡尔曼滤波.exe - 0 error(s), 0 warning(s)