嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
python_SimulinkDLL:使用Python将您的Simulink模型作为DLL运行-源码
有很多方法可以减少它(模型参考,等等),但是没有什么比预编译的共享库快。 Python有一套非常成熟的工具和软件包来自动化测试。 可以将测试分发到没有Matlab / Simulink许可证的计算机。 用例 使用Python及其...
.
├── python_SimulinkDLL-master
│ ├── Example1
│ │ ├── README.md
│ │ ├── dllModel.ipynb
│ │ ├── dllModel.png
│ │ ├── dllModel.slx
│ │ ├── dllModel_Solver.png
│ │ ├── dllModel_build.m
│ │ ├── dllModel_ert_shrlib_rtw
│ │ │ ├── codedescriptor.dmr
│ │ │ ├── defines.txt
│ │ │ ├── dllModel.bat
│ │ │ ├── dllModel.c
│ │ │ ├── dllModel.def
│ │ │ ├── dllModel.h
│ │ │ ├── dllModel.mk
│ │ │ ├── dllModel.obj
│ │ │ ├── dllModel.rsp
│ │ │ ├── dllModel_comp.rsp
│ │ │ ├── dllModel_data.c
│ │ │ ├── dllModel_data.obj
│ │ │ ├── dllModel_private.h
│ │ │ ├── dllModel_ref.rsp
│ │ │ ├── dllModel_types.h
│ │ │ ├── ert_main.c
│ │ │ ├── modelsources.txt
│ │ │ ├── rtw_proj.tmw
│ │ │ └── rtwtypes.h
│ │ ├── dllModel_init.m
│ │ ├── dllModel_win64.dll
│ │ ├── dllModel_win64.lib
│ │ └── rtwtypes.py
│ ├── Example2
│ │ ├── README.md
│ │ ├── discrete_tf-linux.ipynb
│ │ ├── discrete_tf-python_class.ipynb
│ │ ├── discrete_tf.ipynb
│ │ ├── discrete_tf.mdl
│ │ ├── discrete_tf.png
│ │ ├── discrete_tf.so
│ │ ├── discrete_tf_build.m
│ │ ├── discrete_tf_ert_shrlib_rtw
│ │ │ ├── codedescriptor.dmr
│ │ │ ├── defines.txt
│ │ │ ├── discrete_tf.bat
│ │ │ ├── discrete_tf.c
│ │ │ ├── discrete_tf.def
│ │ │ ├── discrete_tf.h
│ │ │ ├── discrete_tf.mk
│ │ │ ├── discrete_tf.obj
│ │ │ ├── discrete_tf.rsp
│ │ │ ├── discrete_tf_comp.rsp
│ │ │ ├── discrete_tf_private.h
│ │ │ ├── discrete_tf_ref.rsp
│ │ │ ├── discrete_tf_types.h
│ │ │ ├── ert_main.c
│ │ │ ├── modelsources.txt
│ │ │ ├── rtw_proj.tmw
│ │ │ └── rtwtypes.h
│ │ ├── discrete_tf_files
│ │ │ ├── discrete_tf_15_1.png
│ │ │ ├── discrete_tf_18_1.png
│ │ │ ├── discrete_tf_19_1.png
│ │ │ ├── discrete_tf_23_1.png
│ │ │ ├── discrete_tf_24_1.png
│ │ │ └── discrete_tf_27_1.png
│ │ ├── discrete_tf_init.m
│ │ ├── discrete_tf_step.png
│ │ ├── discrete_tf_win64.dll
│ │ ├── discrete_tf_win64.lib
│ │ ├── discretetf.py
│ │ ├── rtwtypes.py
│ │ └── tests
│ │ ├── conftest.py
│ │ ├── discretetf.py
│ │ ├── rtwtypes.py
│ │ └── test_01.py
│ ├── Example3
│ │ ├── README.md
│ │ ├── bouncing_ball.ipynb
│ │ ├── bouncing_ball.png
│ │ ├── bouncing_ball.slx
│ │ ├── bouncing_ball_build.m
│ │ ├── bouncing_ball_ert_shrlib_rtw
│ │ │ ├── bouncing_ball.bat
│ │ │ ├── bouncing_ball.c
│ │ │ ├── bouncing_ball.def
│ │ │ ├── bouncing_ball.h
│ │ │ ├── bouncing_ball.mk
│ │ │ ├── bouncing_ball.obj
│ │ │ ├── bouncing_ball.rsp
│ │ │ ├── bouncing_ball_comp.rsp
│ │ │ ├── bouncing_ball_private.h
│ │ │ ├── bouncing_ball_ref.rsp
│ │ │ ├── bouncing_ball_types.h
│ │ │ ├── codedescriptor.dmr
│ │ │ ├── defines.txt
│ │ │ ├── ert_main.c
│ │ │ ├── html
│ │ │ │ ├── bouncing_ball_c.html
│ │ │ │ ├── bouncing_ball_codegen_rpt.html
│ │ │ │ ├── bouncing_ball_coderassumptions.html
│ │ │ │ ├── bouncing_ball_contents.html
│ │ │ │ ├── bouncing_ball_h.html
│ │ │ │ ├── bouncing_ball_interface.html
│ │ │ │ ├── bouncing_ball_metrics.html
│ │ │ │ ├── bouncing_ball_private_h.html
│ │ │ │ ├── bouncing_ball_replacements.html
│ │ │ │ ├── bouncing_ball_subsystems.html
│ │ │ │ ├── bouncing_ball_survey.html
│ │ │ │ ├── bouncing_ball_trace.html
│ │ │ │ ├── bouncing_ball_traceInfo.js
│ │ │ │ ├── bouncing_ball_types_h.html
│ │ │ │ ├── css
│ │ │ │ │ └── coder_app.css
│ │ │ │ ├── define.js
│ │ │ │ ├── ert_main_c.html
│ │ │ │ ├── hilite_warning.png
│ │ │ │ ├── inspect.html
│ │ │ │ ├── js
│ │ │ │ │ └── coder_app.js
│ │ │ │ ├── nav.html
│ │ │ │ ├── navToolbar.html
│ │ │ │ ├── rtwhilite.js
│ │ │ │ ├── rtwmsg.html
│ │ │ │ ├── rtwreport.css
│ │ │ │ ├── rtwreport_utils.js
│ │ │ │ ├── rtwshrink.js
│ │ │ │ ├── rtwtypes_h.html
│ │ │ │ ├── search.js
│ │ │ │ ├── spinner.gif
│ │ │ │ └── traceInfo_flag.js
│ │ │ ├── modelsources.txt
│ │ │ ├── rtw_proj.tmw
│ │ │ └── rtwtypes.h
│ │ ├── bouncing_ball_files
│ │ │ ├── bouncing_ball_4_1.png
│ │ │ ├── bouncing_ball_4_2.png
│ │ │ ├── bouncing_ball_7_1.png
│ │ │ └── bouncing_ball_8_1.png
│ │ ├── bouncing_ball_init.m
│ │ ├── bouncing_ball_win64.dll
│ │ ├── bouncing_ball_win64.lib
│ │ ├── rtwtypes.py
│ │ └── sldemo_bounceExample_02.png
│ ├── Jenkinsfile
│ ├── LICENSE
│ ├── README.md
│ └── requirements.txt
└── python_SimulinkDLL:使用Python将您的Simulink模型作为DLL运行-源码_python_SimulinkDLL-master.zip
13 directories, 137 files