三维真实地面模型中利用三角网TIN的编程

源代码在线查看: ttn.plg

软件大小: 229 K
上传用户: csytml
关键词: TIN 模型 编程
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: TTN - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1CC.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/TTN.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"E:\刘迪\自编程序\VC\TTN\TTN.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1CC.tmp" 
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1CD.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/TTN.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"E:\刘迪\自编程序\VC\TTN\StdAfx.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1CD.tmp" 
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1CE.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/TTN.pdb" /debug /machine:I386 /out:"Debug/TTN.exe" /pdbtype:sept 
				".\Debug\StdAfx.obj"
				".\Debug\TTN.obj"
				]
				Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1CE.tmp"
				Output Window
				Compiling...
				StdAfx.cpp
				Compiling...
				TTN.cpp
				Linking...
				Creating command line "bscmake.exe /nologo /o"Debug/TTN.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\TTN.sbr""
				Creating browse info file...
				Output Window
				
				
				
				Results
				TTN.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源