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