二叉树是数据结构的重中之重

源代码在线查看: 二叉树中最大结点.plg

软件大小: 12 K
上传用户: shanyeshuren
关键词: 二叉树 数据结构
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: 二叉树中最大结点 - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP76.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/二叉树中最大结点.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"F:\我的程序\二叉树中最大结点\二叉树中最大结点.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP76.tmp" 
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP77.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/二叉树中最大结点.pdb" /debug /machine:I386 /out:"Debug/二叉树中最大结点.exe" /pdbtype:sept 
				".\Debug\二叉树中最大结点.obj"
				]
				Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP77.tmp"
				Output Window
				Compiling...
				二叉树中最大结点.cpp
				F:\我的程序\二叉树中最大结点\二叉树中最大结点.cpp(78) : warning C4305: 'initializing' : truncation from 'const int' to 'char'
				F:\我的程序\二叉树中最大结点\二叉树中最大结点.cpp(78) : warning C4309: 'initializing' : truncation of constant value
				Linking...
				
				
				
				Results
				二叉树中最大结点.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源