文件名称:bubble-sort
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-05-16
- 文件大小:
- 1.78mb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
客户端:当有一组整数需要由小到大进行排序时,可以从客户端输入,客户端把这组数据发送到服务器;
服务器:服务器收到这组数据时,使用冒泡排序法对该组数据由小到大进行排序,然后把排序结果返回客户端显示。
-Client: When there is a need for small to large integer sort, you can input from the client, the client this set of data sent to the server server: When the server receives this set of data, using bubble sort method that group Data ascending sort, and then sort the results returned to the client display.
服务器:服务器收到这组数据时,使用冒泡排序法对该组数据由小到大进行排序,然后把排序结果返回客户端显示。
-Client: When there is a need for small to large integer sort, you can input from the client, the client this set of data sent to the server server: When the server receives this set of data, using bubble sort method that group Data ascending sort, and then sort the results returned to the client display.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bubble sort\client\client.c
...........\......\client.dsp
...........\......\client.dsw
...........\......\client.ncb
...........\......\client.opt
...........\......\client.plg
...........\......\Debug\client.exe
...........\......\.....\client.ilk
...........\......\.....\client.obj
...........\......\.....\client.opt
...........\......\.....\client.pch
...........\......\.....\client.pdb
...........\......\.....\vc60.idb
...........\......\.....\vc60.pdb
...........\server\Debug\server.exe
...........\......\.....\server.ilk
...........\......\.....\server.obj
...........\......\.....\server.pch
...........\......\.....\server.pdb
...........\......\.....\vc60.idb
...........\......\.....\vc60.pdb
...........\......\server.c
...........\......\server.dsp
...........\......\server.dsw
...........\......\server.ncb
...........\......\server.opt
...........\......\server.plg
...........\client\Debug
...........\server\Debug
...........\client
...........\server
bubble sort