搜索资源列表
umleditor_src
- The UMLEditor is a UML editor for static diagrams (class diagrams) that you can plug into your own application. It has functionality to draw and edit class diagrams, export them to c++-code, HTML and EMFs. It support classes, packages, interfaces and
onlineshopping
- 主要是用RatonalRose画的网上购书图,可以作为参考,希望对刚刚学习UML的朋友们能够有所帮助。-The main draw is Ratonal Rose Online textbook maps can be used as reference, just want to learn UML friends can help.
yEd-3.6.sh
- 这是linux版本的,3.6版,功能方面,yEd 支持自动布局,分组管理等等,支持 UML。可以根据绘制的 UML 图生成 JAVA 代码,可以直接导出为 Gif、PNG、Jpeg、Pdf、Html 图像地图文件等。通过试用,感觉另外一个比较重要的功能是它可以支持外部添加的图形,这使得这款小巧的软件也具备了扩展图形库的可能。-This is the linux version, 3.6, function, yEd supports automatic layout, group managem
DiaPortable
- 关于画图的一个软件可以画各种图形很好用的关键-Drawing on a variety of graphics software can draw the key to good use
ArgoUML-0.34-src
- UML工具,可以画各种图,开源,纯Java开发-UML tools can draw a diagram, open source, pure Java development
account
- 设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInt