搜索资源列表
RealEditor
- 这个小软件( RealEditor )是同学一起编写的,可编辑,打印,更换主题,并有传输功能 注意,要想正确运行此软件,务必要把JDK升级到JDK 5.0_update4即tiger版(未来的JDK版本应该也可以),如果运行软件后,端口冲突或突然非法将它关闭(用任务管理器进程结束掉),导致软件无法正常退出,无法再次启动此软件,请到C:\\Documents and Settings\\All Users\\Application Data\\RealEditor下的那个文件删掉即可(注意,
Webtest(jsp)
- 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://local
zuiduanlujingssss
- 这实一个求最短路径的实验,对初学者很有用,特别实学习 数据结构的同学-This is a shortest path experiment, very useful for beginners, in particular data structure is learning students
grapher
- 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
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把接收到的文件内容保存到服务
xml_svg
- 1。主要功能用svg画出北京的部分地铁线路,xml存放数据,用xsl生成svg图。 2。可实现对两站之间最短路径的查询,主要用Javascr ipt编写。-1. Main function of the part with the svg drawing Beijing subway line, xml store data generated using xsl svg map. 2. Can realize the shortest path between two stations i
DTU-DATACENTER
- GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通
ExamOnlineAcc
- 在线考试系统完整版源码(C#&Access) 该考试系统为一同学毕业设计,采用Access数据库,三层开发 DB_51aspx下为Access数据库文件,Web为网站文件夹 目录下的Auto Generated Code均为代码生成器自动生成的代码 ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才
Eronboo
- jsp留言本 几张图片是从别人的网站弄来的感觉挺好看的,不需要配数据源,只要改路径就可以使用,大家随便改吧-jsp guestbook this picture a few others are from the website did look very good feeling, and does not require allocation of the data source, as long as the change the path you can use, just to l
SimpleConnetionPool
- java编写的数据路连接池 以及数据库连接池的控制方法-the preparation of the data path java connection pool and database connection pool control method
PageUtils
- java通用分页 PageUtils pu = new PageUtils(10,cnt,"cxdy.do",page_num) //从前之后依次是:数据总量,跳转路径,当前跳转至页数 String page = pu.page() -Common java page PageUtils pu = new PageUtils (10, cnt, " cxdy.do" , page_num) // followed by the past: data volume, J
weizhang
- 汽车违法查询系统V0.1版本 1.直接解压上传空间就可使用! 管理员admin 密码www.aoaoe.com 2.Conn.asp文件为数据库路径,已经做过防下载处理,你也可以将里面的文件名换成你自己的,记得也得把Data文件里的数据库也改下哦! 3.演示:http://www.aoaoe.com/-Automotive System V0.1 version of the law 1. Direct decompression From space to use!
Haiyunsys
- 《海运集装箱管理系统》某海运公司需要一个集装箱管理系统。要求具有以下功能:<1.多个文件读取和单个文件多票业务读取;<2.将业务信息解析成提单对象;<3.将提单对象放入提单对象列表;<4.将列表数据写入数据库(用文件代替);<5.可视化界面读取文件信息,配置文件的路径等,从界面获取;<6.如果某条预配信息已经存在,则不进行导入(船名航次,集装箱箱型,尺寸相同则认为是同一条预配信息);<7.添加集装箱统计功能;<8.最后分别在两台机器上实现Socke
Map
- 基于Java的最短路径连通图 用于一般大学计算机专业数据结构课设-Java-based shortest-path connected graphs for general university computer science courses based data structure
testdb
- 我分别写了对ACCESS数据库和MYSQL数据库的两个例子,分别在test accesst和test mysql两个文件夹下面。 如果是access数据库的那个就请在数据源里面新建一个名称为test的数据库,并在其中建立一个表,表名为admin,路径为我给你的第一个文件夹路径 此文件夹下面的chaxun.jsp是用来查询数据库数据的,xiugai.jsp是用来添加数据库数据的,至于修改的话,自己看懂了的话就可以自由发挥了 如果是mysql数据库的那个就请在my
travel
- 旅游路径检索,运用一点数据结构中的最短路径求最优解的算法,进行调用-Travel the path search, the use of the data structure that seek optimal solutions of the shortest path algorithm, a call
jgrapht-0.8.1
- This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
SourceCode
- 基于关系数据的节点最短路径D氏算法的java实现,包含输入与输出-Relational data based on the node' s shortest path algorithm java implementation D, including the input and output
YOLO
- 机票预定系统,java语言,所用数据路为access,希望对你有用。-Ticket reservation system, java language, the data path to access, want to be useful.
RoughSet
- Rough set reduce。本程序使用Java语言编写的。测试时,请修改代码中测试数据路径。或者将测试数据方知道c盘目录下面。(Rough set reduce. This procedure is written in Java language. When testing, modify the test data path in the code. Or the test data will know C directory.)
