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

📄 线性逼近表.plg

📁 S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 线性逼近表 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\PJ318B~1.JP-\LOCALS~1\Temp\RSP75.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/线性逼近表.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\C\线性逼近表\线性逼近表.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\PJ318B~1.JP-\LOCALS~1\Temp\RSP75.tmp"" 
<h3>Output Window</h3>
Compiling...
线性逼近表.cpp
E:\C\线性逼近表\线性逼近表.cpp(26) : error C2065: 'amt' : undeclared identifier
E:\C\线性逼近表\线性逼近表.cpp(26) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(26) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(27) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(27) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(33) : warning C4390: ';' : empty controlled statement found; is this the intent?
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(33) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(33) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(33) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(34) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(34) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(34) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(34) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(34) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(34) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(34) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(34) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(34) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(35) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(35) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(35) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(35) : error C2143: syntax error : missing ')' before ';'
E:\C\线性逼近表\线性逼近表.cpp(35) : warning C4552: '^' : operator has no effect; expected operator with side-effect
E:\C\线性逼近表\线性逼近表.cpp(35) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(35) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(35) : error C2059: syntax error : ')'
E:\C\线性逼近表\线性逼近表.cpp(36) : error C2146: syntax error : missing ';' before identifier 'l'
E:\C\线性逼近表\线性逼近表.cpp(36) : warning C4553: '==' : operator has no effect; did you intend '='?
执行 cl.exe 时出错.



<h3>Results</h3>
线性逼近表.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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