KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Arxml2Dbc
★ 11
Open GitHub ↗
CAN总线的arxml文件转换为dbc文件
Download README (.md)
Explore Similar Repositories
vet-clinic
:
This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.
ngx-load
:
A simple angular library for adding loaders
ESP32_IDF-oled_driver
:
ESP32 IDF平台的OLED驱动文件,用于0.96英寸OLED显示表情。
msai22
:
Optimization methods course @ MIPT online MSc program.
easy_images
:
Download hundreds of images from Google. Do image post processing later.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Arxml2Dbc
?
Download (.md)
## <font align="center">CAN 总线ARXML文件转换为dbc工具</font> ### 演示图片 <img src="https://github.com/Jarrettluo/Arxml2Dbc/blob/master/screenshot.png" alt="imGroup" width="600"/> ### 演示视频 > 请下载 https://github.com/Jarrettluo/Arxml2Dbc/blob/master/Arxml2Dbc%E8%BD%AF%E4%BB%B6%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.mp4 ### 依赖组件 ``` cantool ``` ### 程序安装 ```shell pip install -i requirements.txt ``` ### 启动程序 ```shell python main.py ``` ### pyinstaller 打包方法 ``` pyinstaller -F -w gui-2.py -i ./resources/switch_128.ico ```