当前位置:
首页
资源下载

搜索资源 - source and destination java
搜索资源列表
-
0下载:
8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。
某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~
我用的启发函数计算了现在的网格距离目标网格还有多远。
具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x)
也就是Manhattan_Distance
源码使用
-
-
0下载:
dijkstra algorithm is mainly used to calculate shortes path in between source and destination. it has the time complexity of o(n log n)
-
-
0下载:
Its a network petrolling software in Java.. its very much helpful in eliminating the chances of packet loss while transferring data over network.. here we create 2 routers between source and destination machine.. the first router would be between sou
-
-
0下载:
源代码实现功能: 1. 实现了Flex与Java后台的通信与调用。 2. 实现了Flex的消息推送技术,实现服务器端消息的发布以及多客户端消息的订阅。 3. 实现Java端动态创建Destination提供给Flex调用。 4. 适用于动态热部署项目需求的应用。 -The source code functions: 1. Communication with the call of the Flex and Java background. 2. Achieve a the Flex mess
-
-
0下载:
利用java或C++语言,设计程序,功能为捕获网络中的IP数据包,解析数据包的内容,将结果输出。
具体:
1.设计程序,捕获进自己端口的IP数据包。
2.解析捕获的IP包的版本、首部长度、服务类型、总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、首部校验和、源IP地址和目的IP地址等内容。
-Use Java or C++ language, design procedures, functions to capture IP packets in the ne
-
-
0下载:
复制文件的程序。命令格式如下:java copy 源文件名 目标文件名。
该程序将源文件复制到目标文件,然后显示这个文件中的字节数。如果源文件不存在,就会告知用户找不到这个文件。如果目标文件已经存在,就告知用户目标文件存在。
-Copy the files. Command format is as follows: java copy source file name destination file name. The program will copy the source fil
-
-
0下载:
Java小游戏源代码< 华容道>>
程序执行后,点击相应的人物,然后按上下左右键可以移动。点击重新开始按钮,可以将各个人物的位置重置。如果目的地的面积能够容得下当前要移动的人物,则认为可以移动。当曹操移动到“曹操到达该位置”的位置的时候,认为程序结束。-Java game source code > > < < Huarong program execution, click on the appropriate characters, and the
-
-
0下载:
Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定大小(缓冲区的大小)的数据放入缓冲区,然后将缓存区的
-
-
0下载:
摘要:Java源码,文件操作,读取文件,二进制
Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定
-
-
0下载:
FileSearch
This application find all files and copy only files with specified suffix (type).
Application reading file signature in hex and compare with specified template.
In uational version, supported only exe and apk files. U can ch
-
-
0下载:
Map Browser Panel for google map browsing in java desktop application.
-Add BrowserMap Panel to your application container and set api key and source or destination.
-
-
0下载:
Log4j是Apache的一个开放源代码项目,通过使用Log4j,我们可以控制日志信息输送的目的地是控制台、文件、GUI组件,甚至是套接口服务器、NT的事件记录器、UNIX Syslog守护进程等;我们也可以控制每一条日志的输出格式;通过定义每一条日志信息的级别,我们能够更加细致地控制日志的生成过程。最令人感兴趣的就是,这些可以通过一个配置文件来灵活地进行配置,而不需要修改应用的代码。(Log4j is an open source project Apache, by using Log4j,
-