搜索资源列表
zte.zip
- 中兴面试试题 曹操南下攻打刘备,刘备派关羽守锦州,关羽派张飞去守城门。刘备又派诸葛亮去向孙权求援。孙权派兵攻打曹操! 请画出UML图 ,ZTE interview questions southward to attack Liu Bei Cao Cao, Liu Bei and Guan Yu Shou send jinzhou, Zhang Fei and Guan Yu sent to Shoucheng door. Liu Bei sent Zhuge Liang fo
UML
- 用于项目之前的项目建模需要,此电子文档教你学会如何画类图。-For the project before the project modeling need, this electronic document teach you to learn how to draw class diagram.
jude_community
- 是高效开发JAVA的XML工具,能自动的画出UML图-JAVA is the efficient development of XML tools that can automatically draw the UML diagram
UML_for_Java_Programmers
- UML(统一建模语言)是一个绘制软件概念图的图形化记法(notation)。人们可以用它 绘制图形,用这些图形来表示一个计划进行的软件设计的问题域,或者用这些图来表示一个 已经完成的软件实现。-UML (Unified Modeling Language) is a conceptual diagram drawing software graphical notation (notation). People can use it to draw graphics, these gra
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
ROSE
- Rose是Rational公司的产品,有一系列。可能你指的是Rose建模工具,它支持UML用来画用例图,序列图,状态图,类图等。可根据设计的类生成代码(包括多种语言)。还可以从代码反向生成类。如果你会UML,Rose则使你如虎添翼。同时,Rose支持将你的建模导出为图形。作为一款专业的软件UML建模工具,它有着visio无可比拟的优势。-Rose is Rational' s products, a series. Could you mean Rose modeling tool, it
uml
- 非常有用的例子,看了之后就会画类图了,推荐下载-Very useful examples, it will draw after reading the class diagram, and recommended downloads
DiaPortable
- 关于画图的一个软件可以画各种图形很好用的关键-Drawing on a variety of graphics software can draw the key to good use
wangshangshudianxitong
- 使用UML对系统建模。需求分析,用Rational Rose进行建模,画出用例图、类图、状态图、活动图、顺序图、协作图、构件图、部署图,然后生成程序代码及逆工程。-Using UML for system modeling. Requirements analysis, modeling with Rational Rose, to draw use case diagram, class diagram, state diagram, activity diagram, sequence di
Use-rose-to-draw-a-simple-use-case
- ROSE是美国Rational公司的面向对象建模工具,利用这个工具,我们可以建立用UML描述的软件系统的模型.-Use rose to draw a simple use case
lightuml_updatesite-1.2.7
- 画uml图的。好用,方便,仔细看看收益一定不少,可以好好研究-draw uml graph
TinyUML2
- 一个开源的java编写的可画UML图的程序-An open source java written program can draw UML diagrams
RhapsodyUserGuide
- IBM Rhaspsody (UML神器)的用户手册,介绍该软件如何使用,如何生成代码和文档,新手上路必备。详细介绍如何使用Rhapsody绘制UML图-IBM Rhaspsody (UML artifact) user manual describes how to use the software, how to generate code and documentation, Novice necessary. Details on how to draw UML diagrams wit
CPPGuide
- IBM Rhaspsody (UML神器)的C++环境用户手册,介绍该软件如何使用,如何生成代码和文档,新手上路必备。详细介绍如何使用Rhapsody绘制UML图-IBM Rhaspsody (UML artifact) of C++ environment user manual describes how to use the software, how to generate code and documentation, Novice necessary. Details on how
JavaGuid
- IBM Rhaspsody (UML神器)基于JAVA的用户手册,介绍该软件如何使用,如何生成代码和文档,新手上路必备。详细介绍如何使用Rhapsody绘制UML图-IBM Rhaspsody (UML artifact) JAVA-based user manual describes how to use the software, how to generate code and documentation, Novice necessary. Details on how to draw
UML-use-case-diagrams
- UML用例图,Engineering Notebook C++报告,翻译者:杨健,如何画用例图。-UML use case diagrams, Engineering Notebook C++ report translator: Yang Jian, how to draw a use case diagram.
TravelAgency
- 使用eclipse绘制的UML活动图。介绍的是火车控制系统的活动-Using eclipse draw UML activity diagram. Describes the activities of the train control system
IBMRationalUML
- 教你如何使用IBM RSA工具绘制UML图,适合初学者的教程,有详细的步骤描述,ppt教程-Teach you how to use IBM RSA tool to draw UML chart, suitable for beginners tutorial, with detailed steps
StopWatch
- 设计一个名为StopWatch的类,该类包括:具有访问器方法的私有数据域startTime和endTime;一个无参构造方法,使用当前时间来初始化startTime;一个名为start()方法,将startTime重设为当前时间;一个名为stop()方法,将endTime设置为当前时间;一个名为getElapsedTime()的方法,以毫秒为单位返回秒表记录的流逝时间。画出该类的UML图并实现这个类。并编写一个测试程序,用于测量使用选择排序对100 0000个数字进行排序的执行时间。-Desig
RegulartionPolygon
- 在一个正n边形中,所有的边长都相同,且所有的度数都相同。设计一个RegularPolygon的类,要求可以计算这个正多边形的面积和周长。要求画出该类的UML图并实现这个类。编写一个测试程序,分别测试正三角形、正五边形、正六边形的面积和周长。-In an n-gon, all sides are the same length, and all have the same degree. RegularPolygon design a class that requires regular pol