在VC++6.0下的MFC实现DES(Data Encrypt Standard)加解密算法的演示

源代码在线查看: des加解密算法.plg

软件大小: 32 K
上传用户: k_oyy
关键词: Standard Encrypt Data 6.0
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: DES加解密算法 - Win32 Release--------------------
				
				Command Lines
				Creating command line "rc.exe /l 0x804 /fo"Release/DES加解密算法.res" /d "NDEBUG" /d "_AFXDLL" "E:\0510-23\DES算法及其在VC++6.0下的实现\DES_zyj\DES_zyj\DES加解密算法.rc"" 
				Creating temporary file "C:\DOCUME~1\li\LOCALS~1\Temp\RSP31.tmp" with contents
				[
				/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/DES加解密算法.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
				"E:\0510-23\DES算法及其在VC++6.0下的实现\DES_zyj\DES_zyj\DES加解密算法.cpp"
				"E:\0510-23\DES算法及其在VC++6.0下的实现\DES_zyj\DES_zyj\DES加解密算法Dlg.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\li\LOCALS~1\Temp\RSP31.tmp" 
				Creating temporary file "C:\DOCUME~1\li\LOCALS~1\Temp\RSP32.tmp" with contents
				[
				/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/DES加解密算法.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
				"E:\0510-23\DES算法及其在VC++6.0下的实现\DES_zyj\DES_zyj\StdAfx.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\li\LOCALS~1\Temp\RSP32.tmp" 
				Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/DES加解密算法.pdb" /machine:I386 /out:"Release/DES加解密算法.exe"  ".\Release\DES加解密算法.obj" ".\Release\DES加解密算法Dlg.obj" ".\Release\StdAfx.obj" ".\Release\DES加解密算法.res" "
				Output Window
				Compiling resources...
				Compiling...
				StdAfx.cpp
				Compiling...
				DES加解密算法.cpp
				DES加解密算法Dlg.cpp
				E:\0510-23\DES算法及其在VC++6.0下的实现\DES_zyj\DES_zyj\DES加解密算法Dlg.cpp(1404) : warning C4101: 'ch' : unreferenced local variable
				Generating Code...
				Linking...
				
				
				
				Results
				DES加解密算法.exe - 0 error(s), 1 warning(s)
				
				
				
							

相关资源