虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

TXT-JAR

  • 扫雷J2ME版本安装包

    扫雷J2ME版本安装包,下载后将扩展名改为JAR即可安装,适用于所有机型

    标签: J2ME 版本

    上传时间: 2015-08-25

    上传用户:han_zh

  • 一个用java语言编写的网络爬虫程序

    一个用java语言编写的网络爬虫程序,其中包含一个jar包,在装有jre的机器上可直接运行。

    标签: java 语言 编写 程序

    上传时间: 2014-01-14

    上传用户:asdfasdfd

  • 王小平《遗传算法——理论、应用与软件实现》随书光盘

    王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 \Sources 遗传算法相关自由软件及代码

    标签: 算法 光盘 软件实现

    上传时间: 2013-12-14

    上传用户:sz_hjbf

  • 一个简易的工资管理系统

    一个简易的工资管理系统,在JBuilder下开发,其中数据库说明见相应TXT说明

    标签: 管理系统

    上传时间: 2013-12-13

    上传用户:lifangyuan12

  • VmBasic是一款基于虚拟机的结构化的编程语言

    VmBasic是一款基于虚拟机的结构化的编程语言,用VmBasic编写的代码将被最终解 释成二进制的字节码由虚拟机运行,本压缩档包含VmBasic和虚拟机VmBeta还有开发环 境的IDE以及它们所有的源程序,和开发文档,技术资料,关于程序的申明请见 license.txt

    标签: VmBasic 虚拟机 编程语言

    上传时间: 2015-09-01

    上传用户:Yukiseop

  • 带进度条的文件上传(java+ajax源码) 在写代码的时候

    带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }

    标签: java ajax 文件上传 代码

    上传时间: 2015-09-01

    上传用户:ccclll

  • this man file is CRC_32, it is computer CRC 32

    this man file is CRC_32, it is computer CRC 32,so it is use look up table to computer,you can first see document.txt,hope you can use that

    标签: CRC computer this file

    上传时间: 2015-09-02

    上传用户:zhenyushaw

  • 用JAVA语言编写的USB设备访问

    用JAVA语言编写的USB设备访问,DES加密,中文TO拼音,自己下用的JAR包

    标签: JAVA USB 语言 编写

    上传时间: 2014-07-22

    上传用户:问题问题

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    标签: Implemented following compile command

    上传时间: 2014-01-01

    上传用户:lhc9102

  • 自己用Java写的一个mp3文件改名的小工具

    自己用Java写的一个mp3文件改名的小工具,可能还有不少bug,希望高手多多指点:) 用法:打开需要改名的mp3文件(或者包含mp3文件的目录),然后按开始操作就可以了。 新文件名为:歌手名_歌曲名.mp3 从RedHat9和win2000下面测试过(都是jdk1.4)。 压缩包中包含一个可执行的jar文件(跨平台),一个exe文件(windows)和一个linux下可运行的程序。 另附源码在src目录下。

    标签: Java mp3

    上传时间: 2014-01-22

    上传用户:xjz632