牛骨文教育服务平台(让学习变的简单)
博客笔记

			
				poj 2049 Finding Nemo
poj 2049 Finding Nemo 2015-07-28
                                                                                         Finding Nemo Tim
01
2014-04
POJ 2049 Finding Nemo 2014-04-01
这题剧情就是粑粑出发去找他那淘气的儿子。 建模比较麻烦,把每个点的坐标扩大两倍然后把墙坐标点和房间都转化成相应的点来处理,然后存到二

			
				Finding Nemo(POJ--2049
Finding Nemo(POJ--2049 2015-07-31
Description Nemo is a naughty boy. One day he went into the deep sea all by himself. Unfortunately, he became lost and couldn"t find his way home. Therefore, he sent a signal to his father, Marl

			
				POJ 2049 Finding Nemo ( BFS)
POJ 2049 Finding Nemo ( BFS) 2015-08-05
Finding Nemo Time Limit: 2000MS   Memory Limit: 30000K Total Submissions: 8273   Accepted: 1924 Description Nemo is a naughty boy. One day he went into the deep sea all by himself. Unfo

			
				【POJ】 2049 Finding Nemo BFS
【POJ】 2049 Finding Nemo BFS 2014-07-03
题目大意:给你一个奇奇怪怪的迷宫, 这个迷宫包括墙和门。再给你一个起始坐标, 问你从迷宫内到外面至少要穿越多少的门。 题目分析: 穿越

			
				POJ Finding Nemo 2049 (bfs)
POJ Finding Nemo 2049 (bfs) 2016-08-01
Finding Nemo Time Limit: 2000MS   Memory Limit: 30000K Total Submissions: 9049   Accepted: 2119 Description Nemo is a naughty boy. One day he went into the deep sea all by himself. U

			
				POJ 2049— Finding Nemo(三维BFS)10/200
POJ 2049— Finding Nemo(三维BFS)10/200 2014-06-09
海底总动员。。。。 这个题开始不会建图,彻底颠覆以前我对广搜题的想法。想了好久, 忽然想到省赛时HYPO让我做三维BFS来着,一直没做,看到PO
23
2017-08
java调用python脚本 2017-08-23
这篇博客旨在吐血分享今天遇到的java调用python脚本遇到的坑,折腾了3个多小时终于可以跑通了,代码超级短,但网上的好多资料都是抄来抄去的,很少有能
01
2016-08
java调用python比较好的方法 2016-08-01
String[] arg = new String[] {"python",types,parameter};//第一个参数是python解释器位置,第二个参数是执行的python脚本位置,接下来的都是参数 Process process = Runti
09
2016-02
java调用python方法总结 2016-02-09
http://download.csdn.net/detail/xingjiarong/9429266 下载jython包,把其中的jython.jar添加到工程目录 一、在java类中直接执行python语句 import org.python.util.PythonInterpreter; public