文件名称:55
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-08
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- 鬼*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用桥接模式解决以下问题:
编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode:
The preparation of a code, simulate the following situations. There are three kinds of operating system Windows, Unix and Linux, they have to deal with different image formats (BMP JPG PNG GIF respectively) library function. Write a class, the image that they can flexibly deal with different format in Windows, Unix and Linux platforms.
编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode:
The preparation of a code, simulate the following situations. There are three kinds of operating system Windows, Unix and Linux, they have to deal with different image formats (BMP JPG PNG GIF respectively) library function. Write a class, the image that they can flexibly deal with different format in Windows, Unix and Linux platforms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
55\.classpath
..\.project
..\.settings\org.eclipse.jdt.core.prefs
..\bin\BMPFile.class
..\...\Client.class
..\...\GIFFile.class
..\...\JPGFile.class
..\...\LinuxVersion.class
..\...\OperationSystemVersion.class
..\...\PictureFile.class
..\...\PNGFile.class
..\...\UnixVersion.class
..\...\WindowsVersion.class
..\src\BMPFile.java
..\...\Client.java
..\...\GIFFile.java
..\...\JPGFile.java
..\...\LinuxVersion.java
..\...\OperationSystemVersion.java
..\...\PictureFile.java
..\...\PNGFile.java
..\...\UnixVersion.java
..\...\WindowsVersion.java
..\.settings
..\bin
..\src
55