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

📄 machine.plg

📁 此程序可以把编译原理中的不确定的有限自动机确定化
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Machine - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C.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/Machine.pdb" /debug /machine:I386 /out:"Debug/Machine.exe" /pdbtype:sept 
".\Debug\Machine.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C.tmp"
<h3>Output Window</h3>
Linking...
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall STATE_SET::~STATE_SET(void)" (??1STATE_SET@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall RULE_SET::~RULE_SET(void)" (??1RULE_SET@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall STATE_SET::STATE_SET(void)" (??0STATE_SET@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall RULE_SET::RULE_SET(void)" (??0RULE_SET@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall STATE_SET::Reset(void)" (?Reset@STATE_SET@@QAEXXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall RULE_SET::Reset(void)" (?Reset@RULE_SET@@QAEXXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall RULE_SET::AddRule(struct RULE)" (?AddRule@RULE_SET@@QAEXURULE@@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: bool __thiscall STATE_SET::AddState(int)" (?AddState@STATE_SET@@QAE_NH@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall TABLE_LINE::~TABLE_LINE(void)" (??1TABLE_LINE@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall TABLE::~TABLE(void)" (??1TABLE@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: struct RULE  __thiscall RULE_SET::GetRule(int)" (?GetRule@RULE_SET@@QAE?AURULE@@H@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: int __thiscall RULE_SET::GetRuleNum(void)" (?GetRuleNum@RULE_SET@@QAEHXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall RULE_SET::operator=(class RULE_SET const &)" (??4RULE_SET@@QAEXABV0@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: bool __thiscall STATE_SET::StateInSet(int)" (?StateInSet@STATE_SET@@QAE_NH@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: int __thiscall STATE_SET::GetState(int)" (?GetState@STATE_SET@@QAEHH@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall STATE_SET::Output(void)" (?Output@STATE_SET@@QAEXXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: bool __thiscall STATE_SET::operator==(class STATE_SET const &)" (??8STATE_SET@@QAE_NABV0@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: int __thiscall STATE_SET::GetStateNum(void)" (?GetStateNum@STATE_SET@@QAEHXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall STATE_SET::GetMoveResultSet(class RULE_SET &,char,class STATE_SET &)" (?GetMoveResultSet@STATE_SET@@QAEXAAVRULE_SET@@DAAV1@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: class STATE_SET & __thiscall TABLE_LINE::operator[](int)" (??ATABLE_LINE@@QAEAAVSTATE_SET@@H@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: class TABLE_LINE & __thiscall TABLE::operator[](int)" (??ATABLE@@QAEAAVTABLE_LINE@@H@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: char __thiscall RULE_SET::GetSign(int)" (?GetSign@RULE_SET@@QAEDH@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: int __thiscall TABLE::GetLineNum(void)" (?GetLineNum@TABLE@@QAEHXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall TABLE_LINE::Reset(void)" (?Reset@TABLE_LINE@@QAEXXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall TABLE::AddLine(class TABLE_LINE)" (?AddLine@TABLE@@QAEXVTABLE_LINE@@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall TABLE_LINE::TABLE_LINE(class TABLE_LINE &)" (??0TABLE_LINE@@QAE@AAV0@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: class STATE_SET & __thiscall STATE_SET::operator=(class STATE_SET const &)" (??4STATE_SET@@QAEAAV0@ABV0@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: void __thiscall STATE_SET::GetNULLClosure(class RULE_SET &,class STATE_SET &)" (?GetNULLClosure@STATE_SET@@QAEXAAVRULE_SET@@AAV1@@Z)
Machine.obj : error LNK2001: unresolved external symbol "public: int __thiscall RULE_SET::GetSignNum(void)" (?GetSignNum@RULE_SET@@QAEHXZ)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall TABLE::TABLE(void)" (??0TABLE@@QAE@XZ)
Machine.obj : error LNK2001: unresolved external symbol "public: __thiscall TABLE_LINE::TABLE_LINE(void)" (??0TABLE_LINE@@QAE@XZ)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Machine.exe : fatal error LNK1120: 32 unresolved externals
Error executing link.exe.



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

⌨️ 快捷键说明

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