搜索资源列表
-
0下载:
UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
-
-
0下载:
有向图单源最短路径,由随机函数产生边权,源顶点可以自己指定。-A single-source shortest path to the graph, the right side by a random function generator, source vertex can specify your own.
-
-
0下载:
这是一个用java语言完成一个JPEG图像生成器功能,这个是运行效果程序。-Purpose is using java language Complete a JPEG images generator function, this is the effect of operation Program.
-
-
0下载:
功能:java版本代码生成器,目前支持mysql数据库的。能自动生成ssh框架下的action、service、dao层代码
使用:使用小应用程序运行CodeClient.java文件出现界面,选中数据库,点击开始生成即可-Function: java version of the code generator,mysql database. Ssh under the framework of action can automatically generate code for us
-