登录
首页 » 软件系统 » 面向对象分析与设计(UML.2.0版)――中文

面向对象分析与设计(UML.2.0版)――中文

于 2022-01-25 发布 文件大小:25.90 MB
0 52
下载积分: 2 下载次数: 1

代码说明:

面向对象分析与设计(UML.2.0版)――中文-Object-Oriented Analysis and Design (UML.2.0 version)- Chinese

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这个文来自地球
    This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58860&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.-This file came from Planet-Source-Code.c om ... the home millions of lines of source code Y ou can view comments on this code/and or vote on i t at : http :// www.Planet-Source-Code.com/vb/scripts/ ShowCode.asp txtCodeId = 58860
    2022-03-12 22:49:43下载
    积分:1
  • 数组中的数组
    应用背景本文将从你对C语言中数组的使用。文档中包含相关搜索的程序,排序查找数组中的最大元素、最小元素。该程序是用简单的语言编写的,很容易实现。关键技术是一种通用的高级语言,最初是丹尼斯·M·里奇研制开发的UNIX操作系统贝尔实验室。C原本在DEC PDP-11计算机第一次实现在1972。1978,布瑞恩Kernighan和丹尼斯里奇制作的第一公开可用的描述,现在被称为的钾和标准。的UNIX操作系统,编译器,和几乎所有的UNIX应用程序已经写在C语言中,现在已经成为一种广泛的应用程序。用专业的语言因各种原因−容易学习结构化语言它产生有效的程序它可以处理低级别的活动它可以在各种计算机平台上编译
    2022-01-26 02:42:57下载
    积分:1
  • Looked at the ATM to play their own system, there are many things we need to hel...
    自己看着玩的ATM系统,有很多东西还需要大家帮我纠正。-Looked at the ATM to play their own system, there are many things we need to help me correct.
    2022-07-20 14:12:53下载
    积分:1
  • 嵌入式Linux和嵌入式设计的嵌入式控制论坛斑竹d_j说…
    嵌入式linux 与嵌入式系统设计 USTC BBS Embedded 斑竹D_J 主讲 感谢Hongtao_chen 以及Networking 斑竹Jun_zxjun 的大量幕后工作!! 感谢James_zhang 以及网络中心提供聚会的场地和大力支持!!! 欢迎访问我的主页http://202.38.64.11/~wangzhuo 聚会详情如下: 名称:“嵌入式系统设计以及嵌入式Linux 展望”-Embedded Linux and Embedded System Design MSCA BBS Embedded Banzhupai D_J Speakers thanked Hongtao_chen Networking and the Bamboo Jun_zxjun lot of behind-the-scenes work! ! Thank James_zhang and network centers gathering venues and strong support. ! ! Welcome to my home page http :// 202.38.64.11/~ wangzhuo gathering details are as follows : Title : "Embedded System Design and embedded Linux Forecast"
    2022-03-13 17:46:59下载
    积分:1
  • 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
    哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。 规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。 -dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow w
    2022-02-12 04:28:55下载
    积分:1
  • Sybase PowerDesigner PowerDesigner教程12用户指南
    PowerDesigner教程 SYBASE PowerDesigner 12 使用指南-PowerDesigner Tutorial SYBASE PowerDesigner 12 User Guide
    2022-03-06 20:17:57下载
    积分:1
  • 一个简单的 Dll 使用示例
    △ 使用 Dll 简单示例 说明: 此代码将显示一个简单的 Dll 和如何使用其中一个。它展示了什么是和引用的 dll 时并不是对最终用户可见。只是输入的名字和姓氏,和 dll 将格式转换为 ProperCase,并将其返回到调用项目。首先你需要打开 ProperCaseName.vbp 文件,并使该 dll。然后打开 DllTester.vbp 文件并添加对你刚编译 ProperCaseName dll 的引用。运行 DllTester 项目。 作者可能保留了某些版权到此代码...请遵守他们的要求和法律通过审查所有版权的条件,在上面的 URL。
    2023-02-20 18:10:03下载
    积分:1
  • 为懒人调试,适用于单片机编程的方便,只要输入初值,代码自动生成。粘贴到编译器中去。...
    为懒人调试软件,适用于单片机编程的方便,只要输入初值,代码自动生成。粘贴到编译器中去。-As lazy and debugging software for microcontroller programming convenience, as long as the input initial value, the code automatically generated. Paste the compiler to go.
    2022-02-12 02:12:35下载
    积分:1
  • sdzddWhy your files are not be used? 1.The content is too simple 2.Is not a...
    sdzddWhy your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Description is not detailed or not correct
    2022-08-19 21:42:54下载
    积分:1
  • 酒店管理的运用
    酒店管理的运用软件-hotel management software use
    2023-07-24 22:20:04下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载