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

📄 mk_rrproj_linux.sh

📁 aiParts is a set of C++ classes that can be used to develop artificial intelligence for multi-decisi
💻 SH
字号:
# create the executable:  rrproj
#
#  g++ is good for Fedora; your compiler might be gcc cc CC etc.

echo " "
echo "Compiling and Linking rrproj..."

g++ -o rrproj \
   aipGood.cpp \
   aipBase.cpp \
   aipPandemonium.cpp \
   aipEmotion.cpp \
   aipDecision.cpp \
   aipProblem.cpp \
   aipHighHope.cpp \
   aipTime.cpp \
   aipReqRes.cpp \
   rrproj_solv.cpp \
   rrproj_prob.cpp \
   rrproj_fctry.cpp \
   rrproj_main.cpp

echo "Done."
echo " "

⌨️ 快捷键说明

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