From 45520aea38a87bfb262149d5c7b89d482cab07b9 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期四, 05 十二月 2024 16:06:22 +0800 Subject: [PATCH] 调度模型 --- iailab-module-model/iailab-module-model-biz/doc/c++代码生成.md | 73 ++++++++++++++++++++++++++++++++++-- 1 files changed, 68 insertions(+), 5 deletions(-) diff --git "a/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" "b/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" index 2543c96..8da115c 100644 --- "a/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" +++ "b/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" @@ -1,18 +1,81 @@ # 系统要求 -windows +Windows10 x64 + +# 安装SmartEnergyStudio +1、SmartEnergyStudio提供标准的c++环境,python环境(python3.7.5及相关依赖包) +2、安装python依赖包 +3、安装license # 安装VS2017专业版 -# 环境变量 -INCLUDE +## python开发 +![img.png](img.png) +## C++开发 +![img_1.png](img_1.png) +## 通用windows平台开发 +![img_5.png](img_5.png) +## 使用C++的桌面开发 +![img_6.png](img_6.png) +![img_7.png](img_7.png) + +# 配置环境变量 +## 配置INCLUDE +VS2017 include ``` D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include ``` -LIB +python include +``` +C:\PYTHON\include +``` +windows include +``` +D:\Windows Kits\10\Include\10.0.17763.0\shared +``` +``` +D:\Windows Kits\10\Include\10.0.17763.0\ucrt +``` +``` +D:\Windows Kits\10\Include\10.0.17763.0\um +``` +``` +D:\Windows Kits\10\Include\10.0.17763.0\winrt +``` + + +MDK中间层 include +``` +C:\Program Files (x86)\IAIL.MDK.Midware\include +``` + +![img_2.png](img_2.png) +## 配置LIB +VS2017 LIB ``` D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64 ``` -path +python LIB +``` +C:\PYTHON\libs +``` + +``` +windows LIB +``` +D:\Windows Kits\10\Lib\10.0.17763.0\ucrt\x64 +``` +``` +D:\Windows Kits\10\Lib\10.0.17763.0\um\x64 +``` + +MDK中间层 LIB +``` +C:\Program Files (x86)\IAIL.MDK.Midware\lib +``` + +![img_3.png](img_3.png) +## 修改path配置cl ``` D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64 ``` +![img_4.png](img_4.png) \ No newline at end of file -- Gitblit v1.9.3