You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
621 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 软件工程绘图
#### 介绍
本项目通过javascript配合HTML来完成软件工程常用图形化工具的绘制
#### 软件架构
javascript+HTML
#### 安装教程
无需安装,下载后直接在浏览器中打开.html文件即可但要确保配套的.css和.js文件存放在同一目录下
#### 使用说明
1. 系统流程图flowchart
2. 数据流图dataflow
3. E-R图erdiagram
4. 数据字典datadict
5. IPO图ipograph
6. 软件结构图scdiagram
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request