数据结构学习用到的一些程序!!里面有二叉树相关的几个

源代码在线查看: 中序遍历递归.plg

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

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: 中序遍历递归 - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP4A.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 
				"C:\Documents and Settings\Admin\My Documents\课件\数据结构\数据结构程序\9.遍历二叉树递归算法\中序遍历递归.c"
				]
				Creating command line "cl.exe @C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP4A.tmp" 
				Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP4B.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\Admin\LOCALS~1\Temp\RSP4B.tmp"
				Output Window
				Compiling...
				中序遍历递归.c
				Linking...
				
				
				
				Results
				中序遍历递归.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源