搜索资源列表
FindTheShortestPath-java
- 本代码可以用于查找指定地图中点与点之间的最短路径,例如查找两站牌之间的最佳公交线路。
SearchInJspFile
- 实现文件的查找功能,在指定的文件名中查找对应的字符串,存在就将该文件名绝对路径打印出来。
javaProject
- 遍历指定文件夹下的某种文件。可以对WINDOWS下的文件夹进行遍历,返回满足条件的文件路径-Ergodic designated folder of a document. WINDOWS can be carried out under the folder traversal and return to meet the conditions of the file path
wangluobianchengshiyan(4)
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
Javaconfig
- 安装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径,我选择D:jdk1.5.0 配置环境变量: JAVA_HOME: D:jdk1.5.0 PATH: D:jdk1.5.0 in CLASSPATH: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar -Install JDK from
gameArithmeticPractice
- A*寻路 * 按照A*算法:h=f+g, * h为从起点A到终点B的评估耗费, * g为从起点A,沿着产生的路径,移动到网格上指定方格的移动耗费, * f为从网格上那个方格移动到终点B的预估移动耗费-A* pathfinding* A* algorithm in accordance with: h = f+ g,* h from the starting point A to end B of the assessment of cost,* g from the st
OWLS-TC3
- 这条语句创建了类 IndexWriter 的一个实例,该类也是 Lucene 索引机制里面的一个关键类。这个类能创建一个新的索引或者打开一个已存在的索引并为该所引添加文档。我们注意到该类的构造函数接受三个参数,第一个参数指 定了存储索引文件的路径。第二个参数指定了在索引过程中使用什么样的分词器。-IndexWriter indexWriter = new IndexWriter(indexDir,luceneAnalyzer,true
CopyFile
- 拷贝文件程序源码,要求指定源文件与目标文件路径。-Copy files source code, requiring specify the source files and file paths.
conf_util
- 工作中自己写的JAVA读文本配置文件的工具包,可以指定文件的路径的,一般的都是读classes下的。 挺好用的,源码对普通选手有帮助。-Work in their own reading of the text written in JAVA toolkit configuration file, you can specify the path to the file, and the general reading classes are under. Very good use, th
timerScanner
- 根据指定的输入输出文件顺序,定时的查找指定目录下的文件是否存在,并且根据设定的执行最长时限来判断是否需要继续查找该文件,若超时仍未找到该文件,则返回false,否则返回true,文件全路径-According to the order of input and output files specified, the search time to time under the specified directory file exists, and according to the set max
FileZip
- java 代码压缩 指定路径的文件-java
1245744552KrKDQA
- 1、 编写一个Java应用程序,文件名为Folder.java,编译后执行结果如下图所示,实现指定文件夹下目录和文件的文本形式的树状结构显示。要求: 1. 输入: java Folder,显示当前文件夹下的目录和文件的文本形式树状显示; 2. 输入: java Folder C:\test>,显示C:\test文件夹下的目录和文件的文本形式树状显示;(C:\test可以为任意文件夹路径名) 3. 输入: java Folder add aa,在当前文件夹下面添
shortpath
- 有向图单源最短路径,由随机函数产生边权,源顶点可以自己指定。-A single-source shortest path to the graph, the right side by a random function generator, source vertex can specify your own.
Test
- 抓取页面内容,通过HttpURLConnection对指定路径的网站内容进行抓取-Crawl the page content, to crawl through the site content HttpURLConnection for the specified path
ZxingDecoderHandler
- 利用zxing写的二维码生成程序,生成静态图片到指定路径-Two-dimensional code generator
WriterExa
- java复制文件,本程序中是.txt文件,也可是其他文件。指定路径可自己修改,需要复制的文件必须存在,否则只会新建空文件。程序中注解已表明路径与文件名-java copy files, this program is. txt files, but other files. Specified path can modify their own, need to copy the file must exist, otherwise it will create an empty file. A
SurfaceViewvttPlayVideo
- 一个视频播放器,可以播放指定路径的视频,格式包括mp4,3gp,mp4,mp3等.-A video player that can play the specified path of video formats including mp4,3gp, mp4, mp3, etc.
MusicPlayer
- 播放指定路径下的音乐,背景10秒钟换一次,如果打包运行的话注意com库的路径位置,界面没有按钮,一切控制靠宏功能。-Play the music under the specified path, the background 10 seconds for a time, if the package run, then note the location of com library path, the interface does not have buttons, all control
删除文件的Java程序
- 用于删除指定路径下的文件,java程序编写的,在Eclipse中可以应用(used to delete Files)
Base64Test
- 图片转成base64编码与base64转成图片保存到指定路径(Picture and Base64 encode each other)