搜索资源列表
RationalSoftwareTheUMLandDataModeling
- Rational Software - The UML and Data Modeling-Rational Software - The UML and Data Modeli Vi
LgZXqkSUfw
- 哈哈, 大家玩过FLASH版的丢蛋吗?可是FLASH版中,蛋蛋没有惯性 我用JAVA写的这个是有惯性的, 而且当蛋蛋碰墙会弹回, 可好玩了,大家快来玩,看谁丢的层数高! 和扫雷要一样, 这是个学习设计模式时,练习写的小游戏,同样基于MVC架构编写,原码中力求合理使用设计模式。 如果把jar包解压,可以看到所有源码,并且在源码中有一套力学活动对象的顶级结构类,可以用来写 百战天虫 疯狂坦克 之类的游戏的底层哦. -concerned, we played the Flash ver
XxaspDisk
- 使用ASP脚本编写,大量使用类封装,是一个高速、高效、简洁、安全、支持多组件的上传与提取系统。 主要特点: 1、支持国内外上传组件多达7种,包括:风声无组件上传类、AspUpload 3.0上传组件、SA-FileUp 4.9上传组件 DvFile.Upload 1.0上传组件、IronSoft.Upload上传组件、LyfUpload.UploadFile上传组件、W3.Upload上传组件 2、支持多文件同时上传、Jpeg,Gif图片生成缩略
OnlineBank1
- 网上银行 rational rose 模型-Internet banking rose rational model
rational.tar
- Java Class, which implements Rational Numbers. Includes a simple test.
RationatoJ2EE
- 这个由多篇文章组成的系列文章讲述了如何在很紧的时间和预算的情况下通过应用 Rational 统一过程(RUP)以及 Rational 的其他工具来开发一个软件项目的。-By the many articles, composed of a series of articles about how in a very tight time and budget through the application of Rational Unified Process (RUP) and other R
Rational
- Rational class, that lets you work with rational numbers
rational
- 用JAVA实现关于有理数的功能,供大家学习交流-Achieved with the JAVA function on the rational for them to learn from the exchange
RATIONAL
- Rational Number calculation
Rational
- 简单的java程序,一个有理数类,分子、分母,它的简单运算。-Simple java program, a rational number class, numerator, denominator, it' s simple arithmetic.
Rational-Rose
- java建模工具Rose的介绍使用书籍(PDG格式,内带阅读器)-introduction to java Rose modeling tool used books (PDG format, with the reader)
ATM
- UML建模 rational rose2003-UML MODELING
Rational
- 提供有理数的分数表示,可以自行设置有理数分母及分子的值并提供表示方法,可以进行加减乘除运算-Provide a fraction of rational numbers, rational numbers can set the value of the denominator and the molecular and provide representation, addition and subtraction multiplication and division can be
Rational-Team-Concert-3a
- 本文介绍如何安装Rational Team Concert 3.0(简称RTC 3.0)环境,并快速体验RTC功能的步骤。-RTC help
Rational
- 实现了有理数类的封装,可以进行用户输入,有理数的实部虚部进行相加,减-the class of rational
rational
- 建立有理数类,实现有理数的四则预算,实现输出分数形式和小数形式。-Establish rational category, the four realize rational budget to achieve the output fractional and decimal form.
Rational
- 基于JAVA编程的继承和接口概念概念产生衍生有理数类,并含有基础的运算法则和转换-Based on the concept of inheritance and interface concept JAVA programming produced derived rational class, and contains the basic algorithms and conversion
Rational
- 通过分装分母和分子实现对有理数的封装,用循环法求最大公约数(The packing of the denominator and numerator rational number of the package, the common denominator for recycling method)
Rational
- 创建一个分数类Rational,用来执行分数的算术运算,并编写一个程序来测试该类(Create a fractional class Rational, perform arithmetic operations on fractions, and write a program to test this class)
rational
- 创建一个分数类Rational,用来执行分数的算术运算,并编写一个程序来测试该类。 (1)该类有两个成员变量,即分子和分母,均为整数类型 (2)定义一个构造函数,用来对类对象进行初始化。该构造函数必须对输入参数进行约减。例如,若给定的分数为2/4(即分子为2,分母为4),那么要把它约减为1/2,然后存储在相应的成员变量中,即分子为1,分母为2。 (3)定义一个add成员函数,实现两个分数的加法,其结果也应该是约减形式; (4)定义一个sub成员函数,实现两个分数的减法,结果为约减形式(C