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

📄 grammar.plg

📁 LL(1)预测分析法 (1)判别文法是否为LL(1)文法。 (2)构造出分析表 (3)进行句子分析
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Grammar - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Grammar.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\课件\编译原理\LL1ForWin\LL1ForWin\Grammar.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAB.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/Grammar.pdb" /debug /machine:I386 /out:"Debug/Grammar.exe" /pdbtype:sept 
".\Debug\Grammar.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAB.tmp"
<h3>Output Window</h3>
Compiling...
Grammar.cpp
Linking...
Grammar.obj : error LNK2001: unresolved external symbol "public: __thiscall Set::~Set(void)" (??1Set@@QAE@XZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: __thiscall Set::Set(void)" (??0Set@@QAE@XZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: int __thiscall Set::Size(void)const " (?Size@Set@@QBEHXZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Set::Insert(char)" (?Insert@Set@@QAE_ND@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Set::Find(char)" (?Find@Set@@QAE_ND@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: __thiscall Precept::~Precept(void)" (??1Precept@@QAE@XZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: __thiscall Precept::Precept(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0Precept@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Precept::GetRight(void)" (?GetRight@Precept@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Precept::GetLeft(void)" (?GetLeft@Precept@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: char __thiscall Set::GetAt(int)" (?GetAt@Set@@QAEDH@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Set::IsEmpty(void)" (?IsEmpty@Set@@QAE_NXZ)
Grammar.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Set::Delete(char)" (?Delete@Set@@QAE_ND@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: int __thiscall Set::FindPos(char)" (?FindPos@Set@@QAEHD@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: int __thiscall Set::Add(class Set const &)" (?Add@Set@@QAEHABV1@@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: class Set __thiscall Set::operator-(class Set const &)" (??GSet@@QAE?AV0@ABV0@@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: __thiscall Set::Set(char)" (??0Set@@QAE@D@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: class Set const __thiscall Set::operator=(class Set const &)" (??4Set@@QAE?BV0@ABV0@@Z)
Grammar.obj : error LNK2001: unresolved external symbol "public: __thiscall Set::Set(class Set const &)" (??0Set@@QAE@ABV0@@Z)
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Grammar.exe : fatal error LNK1120: 21 unresolved externals
Error executing link.exe.



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

⌨️ 快捷键说明

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