文件名称:server
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 25kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个应用程序,实现下列功能:
客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果
服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积
注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by commas, concurrent to the server processing, receive and display the results of handling the server-side: the receiving client sent data to calculate the number of edges to these three the triangle area. Processing results are divided into: 1) The data format anomaly 2) do not constitute a triangle 3) triangle area Note: The choice of protocol used (TCP/UDP)
客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果
服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积
注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by commas, concurrent to the server processing, receive and display the results of handling the server-side: the receiving client sent data to calculate the number of edges to these three the triangle area. Processing results are divided into: 1) The data format anomaly 2) do not constitute a triangle 3) triangle area Note: The choice of protocol used (TCP/UDP)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
通信\JavaServer\build.xml
....\..........\manifest.mf
....\..........\src\tranfer\Client.form
....\..........\...\.......\Client.java
....\..........\...\.......\Server.java
....\..........\nbproject\build-impl.xml
....\..........\.........\genfiles.properties
....\..........\.........\project.properties
....\..........\.........\project.xml
....\..........\.........\..ivate\private.properties
....\..........\.........\.......\private.xml
....\..........\dist\JavaServer.jar
....\..........\build\classes\tranfer\Client$1.class
....\..........\.....\.......\.......\Client$2.class
....\..........\.....\.......\.......\Client.class
....\..........\.....\.......\.......\Server.class
....\..........\.....\.......\tranfer
....\..........\src\tranfer
....\..........\nbproject\private
....\..........\build\classes
....\..........\test
....\..........\src
....\..........\nbproject
....\..........\dist
....\..........\build
....\JavaServer
通信
....\..........\manifest.mf
....\..........\src\tranfer\Client.form
....\..........\...\.......\Client.java
....\..........\...\.......\Server.java
....\..........\nbproject\build-impl.xml
....\..........\.........\genfiles.properties
....\..........\.........\project.properties
....\..........\.........\project.xml
....\..........\.........\..ivate\private.properties
....\..........\.........\.......\private.xml
....\..........\dist\JavaServer.jar
....\..........\build\classes\tranfer\Client$1.class
....\..........\.....\.......\.......\Client$2.class
....\..........\.....\.......\.......\Client.class
....\..........\.....\.......\.......\Server.class
....\..........\.....\.......\tranfer
....\..........\src\tranfer
....\..........\nbproject\private
....\..........\build\classes
....\..........\test
....\..........\src
....\..........\nbproject
....\..........\dist
....\..........\build
....\JavaServer
通信