⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bigint.plg

📁 RSA加密中的大整数运算
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BigInt - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/BigInt.res" /d "NDEBUG" "G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigInt.rc"" 
Creating temporary file "C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPA9.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/BigInt.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigInt.cpp"
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPA9.tmp" 
Creating temporary file "C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPAA.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/BigInt.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPAA.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/BigInt.pdb" /machine:I386 /out:"Release/BigInt.exe"  ".\Release\BigInt.obj" ".\Release\BigIntDlg.obj" ".\Release\StdAfx.obj" ".\Release\BigInt.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
BigInt.cpp
BigIntDlg.cpp
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(760) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(762) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(781) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(783) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(784) : warning C4010: single-line comment contains line-continuation character
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(936) : warning C4101: 'test' : unreferenced local variable
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(1530) : warning C4101: 'bblock' : unreferenced local variable
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\main.cpp(27) : warning C4101: 'yes' : unreferenced local variable
Generating Code...
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntcpp.cpp(672) : warning C4700: local variable 'iwhich' used without having been initialized
G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\main.cpp(854) : warning C4715: 'input' : not all control paths return a value
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF



<h3>Results</h3>
BigInt.exe - 0 error(s), 11 warning(s)
<h3>
--------------------Configuration: BigInt - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/BigInt.res" /d "_DEBUG" /d "_AFXDLL" "G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigInt.rc"" 
Creating temporary file "C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPAC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/BigInt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigInt.cpp"
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\BigIntDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPAC.tmp" 
Creating temporary file "C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPAD.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/BigInt.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\学习资料\密码学\mfc大整数界面\MFC大整数界面\大整数_MFC_试用版OK_BigInt_beta10\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dgl\LOCALS~1\Temp\RSPAD.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/BigInt.pdb" /debug /machine:I386 /out:"Debug/BigInt.exe" /pdbtype:sept  ".\Debug\BigInt.obj" ".\Debug\BigIntDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\BigInt.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
BigInt.cpp
BigIntDlg.cpp
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(760) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(762) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(781) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(783) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(784) : warning C4010: single-line comment contains line-continuation character
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(936) : warning C4101: 'test' : unreferenced local variable
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(1530) : warning C4101: 'bblock' : unreferenced local variable
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\main.cpp(27) : warning C4101: 'yes' : unreferenced local variable
Generating Code...
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\bigintcpp.cpp(672) : warning C4700: local variable 'iwhich' used without having been initialized
g:\学习资料\密码学\mfc大整数界面\mfc大整数界面\大整数_mfc_试用版ok_bigint_beta10\main.cpp(854) : warning C4715: 'input' : not all control paths return a value
Linking...



<h3>Results</h3>
BigInt.exe - 0 error(s), 10 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -