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

📄 algthms.plg

📁 《科学与工程数值计算算法(Visual C++版)》附盘的所有程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Algthms - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Algthms.res" /d "NDEBUG" /d "_AFXDLL" "F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Algthms.rc"" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSPFC.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/Algthms.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Algthms.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Complex.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Integral.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Interpolate.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\LEquations.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Matrix.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\NLequation.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSPFC.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSPFD.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/Algthms.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSPFD.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSPFE.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/Algthms.pdb" /machine:I386 /out:"Release/Algthms.dll" /implib:"Release/Algthms.lib" 
".\Release\Algthms.obj"
".\Release\Complex.obj"
".\Release\Integral.obj"
".\Release\Interpolate.obj"
".\Release\LEquations.obj"
".\Release\Matrix.obj"
".\Release\NLequation.obj"
".\Release\StdAfx.obj"
".\Release\Algthms.res"
]
Creating command line "link.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSPFE.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Algthms.cpp
Complex.cpp
Integral.cpp
Interpolate.cpp
LEquations.cpp
Matrix.cpp
NLequation.cpp
Generating Code...
Linking...
   Creating library Release/Algthms.lib and object Release/Algthms.exp



<h3>Results</h3>
Algthms.dll - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: Algthms - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Algthms.res" /d "_DEBUG" /d "_AFXDLL" "F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Algthms.rc"" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP102.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/Algthms.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Algthms.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Complex.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Integral.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Interpolate.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\LEquations.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\Matrix.cpp"
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\NLequation.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP102.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP103.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/Algthms.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\My Documents\zzf\Books\Algorithms - VC\Source\Chapter7\Algthms\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP103.tmp" 
Creating temporary file "C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP104.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/AlgthmsD.pdb" /debug /machine:I386 /out:"Debug/AlgthmsD.dll" /implib:"Debug/AlgthmsD.lib" /pdbtype:sept 
".\Debug\Algthms.obj"
".\Debug\Complex.obj"
".\Debug\Integral.obj"
".\Debug\Interpolate.obj"
".\Debug\LEquations.obj"
".\Debug\Matrix.obj"
".\Debug\NLequation.obj"
".\Debug\StdAfx.obj"
".\Debug\Algthms.res"
]
Creating command line "link.exe @C:\DOCUME~1\DARIN~1.INT\LOCALS~1\Temp\RSP104.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Algthms.cpp
Complex.cpp
Integral.cpp
Interpolate.cpp
LEquations.cpp
Matrix.cpp
NLequation.cpp
Generating Code...
Linking...
   Creating library Debug/AlgthmsD.lib and object Debug/AlgthmsD.exp



<h3>Results</h3>
AlgthmsD.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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