BBS 项目 UML图齐全 每个模块的用例,活动图,类图都有,
2023-03-16 15:52:53 720KB BBS UML
1
软件工程与UML案例解析 UML学习经典
2023-03-15 20:57:18 7.99MB 软件工程与UML案例解析
1
Design thinking 的主推手,著名设计公司IDEO 为教育工作者准备的手册。中文版。另有英文版 也在CSDN能够下载。本“设计思维-教育工作者工具包”已根据知 识共享署名-非商业性使用-相同方式共享3.0 未本地化版本 (CC BY-NC-SA 3.0)进行了许可。
2023-03-14 09:41:31 11.55MB 设计思维 Design thinking
1
利用UML实现汽车销售的时序图,步骤清晰,简明。其中包括交易中可能出现的各种角色
2023-03-13 13:38:13 152KB 汽车销售时序图
1
形考作业3: 基于UML的大学图书馆图书信息管理系统设计实验.docx
2023-03-12 19:23:05 203KB 软件工程
1
图书借阅管理系统 UMl 源码 适合大学生的作业
2023-03-12 19:19:05 1.86MB 图书系统 UMl 源码
1
plantuml2code 该项目旨在允许开发人员从Plant UML类图生成代码。 当前支持的语言: Python C 如何使用: 定义一个PlantUML类图: PlantUML是生成UML绘图的简单语法: 使用指定的语言和图表路径作为参数启动plant2code(也可以指定要在何处生成代码) $ plant2code python path/to/plantuml_diagram.txt /tmp/output 就是这样 ! 您的代码已生成,现在您应该按照待办事项指示(在代码内部以注释形式打印)完成代码。 说明文件: Usage: plant2code PLANT_UML_FILE [OPTION]... (1st form) or: plant2code PLANT_UML_FILE OUTPUT [O
2023-03-10 22:03:56 41KB Python
1
Thinking.In.Java.4th.Edition.pdf(英文版)
2023-03-07 16:36:10 4.61MB Thinking.In.Java pdf 第四版
1
是volume 1的课后答案,以前从网上下了几个,可是都不是,这个绝对正宗。先给2-1的答案。 2-1 Modify Hello.cpp so that it prints out your name and age (or shoe size, or your dog’s age, if that makes you feel better). Compile and run the program. Solution: The original Hello.cpp appeared in the text as follows: // Saying Hello with C++ #include // Stream declarations using namespace std; int main() { cout << "Hello, World! I am " << 8 << " Today!" << endl; } Here’s my rewrite: //: S02:Hello2.cpp #include using namespace std; int main() { cout << "Hello, World! I am Chuck Allison." << endl; cout << "I have two dogs:" << endl; cout << "Sheba, who is " << 5 << ", and" << endl; cout << "Muffy, who is 8." << endl; cout << "(I feel much better!)" << endl; } /* Output: Hello, World! I am Chuck Allison. I have two dogs: Sheba, who is 5, and Muffy, who is 8. (I feel much better!) */ ///:~ I chose to have separate statements that send output to cout, but I could have printed everything in a single statement if I had wanted, like the example in the text does. Note that in the case of Sheba’s age, I printed 5 as an integer, but for Muffy I included the numeral in the literal text. In this case it makes no difference, but when you print floating-point numbers that have decimals, you get 6 decimals by default. Bruce discusses later in the text how to control output of floating-point numbers.
2023-03-07 10:22:43 261KB thinking c++ 思想 编程
1
借书者模块的功能应该包括借书、还书、预定图书、查询个人信息、登录、查询借阅信息等六个功能。 “查询个人信息”是让用户能够修改密码和个人信息。其中,“还书”有一项扩展用例为“超期交纳罚金”。 图书管理员系统模块的功能应该包括登陆、预定、解除预定、处理借书等四个功能。其中,“处理借书”又扩展用例“收罚金”。 系统管理员模块的功能应该包括“登陆”“退出登陆” “更新标题”,“更新借书者”,“增加标题”“删除标题”“增加借书者”“删除借书者”“”增加书籍,“删除书籍”等十个功能。“更新标题”是泛化出“增加标题”“删除标题”。“更新借书者”泛化出“增加借书者”“删除借书者”。 “登录”和“退出登录”是让用户能够进入系统和安全退出系统。
2023-03-07 03:43:05 64KB UML 建模 图书馆管理系统
1