虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

UML-tool

  • This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The too

    This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The tool uses the PDU SMS format. IRDA drivers are included. The functionality can be implemented into applications for remote alerting or SMS authentification.

    标签: serial sending reading writing

    上传时间: 2013-12-17

    上传用户:s363994250

  • * DEFINITION * This is the header file for a library module used to calculate the median * of a

    * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can be used as a filtering * tool for rejecting noisy data.

    标签: DEFINITION calculate the library

    上传时间: 2015-09-07

    上传用户:refent

  • 面向对象系统设计循序渐进 本书是一本介绍面向对象软件系统设计的书

    面向对象系统设计循序渐进 本书是一本介绍面向对象软件系统设计的书,从组织结构上分为两大部 分:面向对象的概念与UML 概述、面向对象系统设计。第一部分是基础,第 二部分是核心。 本书对面向对象概念和UML 语言的介绍并不是面面具到,介绍的基本上 是本书需要用到的那部分内容,所有不适合作为面向对象概念或UML 语言的 参考手册。

    标签: 系统设计 对象 对象软件

    上传时间: 2015-09-07

    上传用户:q123321

  • 作为全球使用最广泛的C++经典程序设计教材

    作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。 本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。 本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书

    标签: 程序设计 教材

    上传时间: 2015-09-08

    上传用户:lingzhichao

  • KPhoneIM is a simple point to point instant messaging application. You may chat with (exactly) one p

    KPhoneIM is a simple point to point instant messaging application. You may chat with (exactly) one partner directly. The tool needs no server. It may be called from KPhoneSI as external session. Indeed, I develloped the tool mainly to demonstrate KPhoneSI s concept of external sessions!

    标签: point application messaging KPhoneIM

    上传时间: 2015-09-13

    上传用户:lhw888

  • eclipse rose 插件

    eclipse rose 插件,用于eclipse生成UML图。

    标签: eclipse rose 插件

    上传时间: 2014-01-12

    上传用户:wangdean1101

  • This note describes some key aspects of what C++ is and of how C++ has developed over the years. The

    This note describes some key aspects of what C++ is and of how C++ has developed over the years. The spective is that of an experienced C++ user looking at C++ as a practical tool. No attempts are made to compare C++ to other languages, though I have tried to answer some questions that I have often heard asked by Lisp programmers.

    标签: describes developed aspects years

    上传时间: 2015-09-15

    上传用户:haoxiyizhong

  • 本书既讲解了网络编程所涉及的计算机科学及相关学科知识

    本书既讲解了网络编程所涉及的计算机科学及相关学科知识,也展示了如何编写自己的网络游戏。如果想了解网络游戏的通用建模与实现过程,本书有一定的参考价值。深入剖析游戏编程的实现思想,全力打造个性网络游戏空间。本书面向游戏编程人员,重点介绍如何使用VisualC++和UML进行棋牌类网络游戏建模和编程的实现过程。书中通过大量的程序代码分析了Socket通信程序设计、多线程程序设计、服务器端线程池模型、游戏客户端框架程序构建、服务器端数据库处理、报文处理,以及如何使用RationalRose工具进行网络游戏用户案例的划分和进行UML类框图的设计等内容,使读者能够借鉴本书的内容自行发挥设计出具有个性的网络游戏程序。本书适用于软件工程师、网络程序员、大学计算机软件专业和网络专业的学生,以及从事网络游戏开发的程序设计人员。

    标签: 网络编程 计算机科学

    上传时间: 2014-11-30

    上传用户:ikemada

  • 本书透彻讲解了经典的《设计模式:可复用面向对象软件的基础》一书涵盖的23种基本设计模式。本书将这些设计模式分成五类:接口型模式、责任型模式、构造型模式、操作型模式

    本书透彻讲解了经典的《设计模式:可复用面向对象软件的基础》一书涵盖的23种基本设计模式。本书将这些设计模式分成五类:接口型模式、责任型模式、构造型模式、操作型模式,以及扩展型模式。书中对各个模式进行详细的讲解,并借助UML图例和Java代码来演示这些模式的应用方法,另外还提供了一些实用的例子及有关设计模式的习题、思考题,以启迪读者的思路,使读者在边做边学中提高应用设计模式的实践能力。.. 本书的后面给出了各章节“自我突破”思考题的参考答案。读者可以先经过思考给出自己的答案,然后再与书后的参考答案作比较,这样读者将能够充分理解设计模式在Java应用程序开发中的角色,并能够提高自己在实际工作中应用设计模式的能力

    标签: 模式 设计模式 可复用

    上传时间: 2014-01-11

    上传用户:PresidentHuang

  • In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to

    In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning system was designed in a wireless mobile ad-hoc learning environment. This is first result to provide a cognitive tool with supporting the independent learning by applying PDA with wireless communication technology to extend learning outside of the classroom. Independent learning consists of self-selection, self-determination, self-modification, and self-checking.

    标签: butterfly-watching development describe learning

    上传时间: 2014-11-26

    上传用户:waizhang