CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - END

搜索资源列表

  1. maze

    0下载:
  2. 本程序中,以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫数据输入的形式为一个以"回车符"为结束标志且允许出现重复字符-This program, with an m × n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Maze of data input in the form of a " carriage return&quo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2969
    • 提供者:guanlong
  1. java3

    0下载:
  2. java的课程实验,适合初学者。 都是上java专业课时候的实际实验内容,有源码。这是第三部分(完结)-java course experiments, suitable for beginners. When specialized courses are on the java content of the actual experiment, there is source code. This is the third part (End)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3360
    • 提供者:zyd
  1. XMLDOMParser

    0下载:
  2. this is parsing xml file using JAva as the front end
  3. 所属分类:Java Develop

  1. CMS

    0下载:
  2. 本体育交流网站要实现一个基本的视频交流网站的功能,包括前端呈现视频链接、BT种子提供下载、视频下载、多语言的支持、多时区的支持、论坛、比赛搜索,后台提供一个视频连接的发布、时区的管理、P2P软件的管理、论坛系统管理、广告系统的管理功能,后台人员管理、角色管理、权限管理、以及为其他网站提供webservice接口等功能.-The Sports Exchange web site to achieve a basic video sharing site' s features, inclu
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5187732
    • 提供者:ansing
  1. javatxt

    0下载:
  2. 实现一个简单的文本编辑器,该编辑器从键盘依次读入成行的文本,并将文本内容及时写入文件中,文件名由命令行参数指定。如果输入“stop”,运行结束。-To achieve a simple text editor, the editor followed by reading from the keyboard into the trip of the text, and text content is written and timely file, the file name specified
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:280959
    • 提供者:艾枫
  1. Gcdtest

    0下载:
  2. 求给定的一组整数的最大公约数和最小公倍数, 整数的个数不限,当输入-1时程序结束。-Demand for a given set of integers of the greatest common divisor and least common multiple, the number of integers not limited to, when the input-1 when the end of the process.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:3579
    • 提供者:雪小禅
  1. PaperManager_utility

    0下载:
  2. 需要用到继承,动态绑定等面向对象的技术。某论文管理系统需要管理两类论文,即会议论文和期刊论文。每篇论文都有作者(1个或多个)、标题、起始页号和结束页号。会议论文有会议名称和会议年份,期刊论文有期刊名称、卷、期信息。 -Need to use inheritance, dynamic binding and other object-oriented technology. Of a paper management system to manage two types of papers t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:10942
    • 提供者:yanwenlu
  1. MainC_database_utility

    0下载:
  2. 需要用到继承,动态绑定等面向对象的技术。某论文管理系统需要管理两类论文,即会议论文和期刊论文。每篇论文都有作者(1个或多个)、标题、起始页号和结束页号。会议论文有会议名称和会议年份,期刊论文有期刊名称、卷、期信息。 -Need to use inheritance, dynamic binding and other object-oriented technology. Of a paper management system to manage two types of papers t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:9021
    • 提供者:yanwenlu
  1. iCan

    0下载:
  2. 网站名称:网络百宝箱 编写语言:JSP 后台数据库:access 运行环境平台:安装windows XP sp2 的PC机; 安装了access数据库; 安装了Tomcat -Site Name: Network treasure chest to prepare Language: JSP back-end database: access operating environment platform: the PC to install windows XP sp2 machine ins
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-24
    • 文件大小:273416
    • 提供者:ribkah
  1. CodeCounter

    0下载:
  2. java代码统计器,设置你的workspace,即可统计你的所有代码,写了两个版本,一个多线程,一个迭代实现,最后却发现迭代的速度快得多,因此保留了迭代的版本。 此程序仅供娱乐,因为代码量不能说明任何问题-java code for statistical device, set up your workspace, you can statistics all your code, written in two versions, a multi-thread, an iterative
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:16376
    • 提供者:彭澜波
  1. atm

    0下载:
  2. 简单ATM(Automatic Teller Machine)系统的基本功能包括登录、注销、查询、存款、取款以及修改密码。 模拟的ATM终端在用户登录时,将其账号和密码通过网络传送到ATM服务器,ATM服务器根据数据库中的信息查询该账号和密码是否正确,并将结果返回给ATM终端。如果账号和密码正确,ATM终端进入下一操作界面;否则提示出错。注销操作用于通知ATM服务器本次交易结束,查询、存款、取款以及修改密码操作都是先将命令发送给ATM服务器,再由ATM服务器在数据库上执行相应操作,并将操作结果返
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:31839
    • 提供者:木之风
  1. 2

    0下载:
  2. 在线答疑系统 包括教师端功能学生端功能和管理端功能-Online Q & A system, including teachers, students end features and management of client-side functionality features
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7840334
    • 提供者:Xiong Xiong
  1. Library

    0下载:
  2. Library Management Front-end: Java (JDK 1.7 or use Java IDE like Net Beans 6.0) Back-end : MS Access 2003-Library Management Front-end: Java (JDK 1.7 or use Java IDE like Net Beans 6.0) Back-end : MS Access 2003
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:619376
    • 提供者:akhilesh
  1. java4

    0下载:
  2. 编写一个字体对话框应用程序。在记事本里编写完代码之后,经编译成功后,桌面上显示字体对话框,输入要输入的文本即可。-Write a Font dialog box application. In the end, writing code in Notepad, after, after a successful compilation, the desktop displays the Font dialog box, enter the text can be entered.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:21530
    • 提供者:蒙蒙
  1. catch

    0下载:
  2. 捕获异常方法 运行结果: <调用doSth()方法开始 > <调用loadClass()方法开始 > <try的自述:在这里监控可能出现异常的代码 > <catch的自述:出现异常在这里处理> <finally 的自述:不管是否出现异常,最后都要执行到这里 > <调用loadClass()方法结束 > <调用doSth()方法结束>-Catch exceptions method
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:547
    • 提供者:雅雅
  1. school

    1下载:
  2. 这是本人的j2ee期末课程设计,是根据校方需求,为其所作的学校事务及教学信息管理系统,可以进行后台登陆的增删改查。功能比较完善。-This is the end of my j2ee curriculum design is based on school needs, for the school affairs and teaching information management system, can change the background investigation landing
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5467240
    • 提供者:huang hun
  1. BIN

    0下载:
  2. 我写信告诉我们曾经对是否收门票的公园,应收取讨论你。我们60%的同学认为,入场费没有达到人们的预期,有一个公园被认为是一个地方,市民可以在家里或工作的一个很好的时候,他们不也忙。 如果收门票必须由一个公园的旅客支付的,有必要建立一个大门和围墙。在最后一个城市将在一个坏看看。我们40%的同学认为,入场费可以接受,但不能过于昂贵。从门票销售的钱可用于支付公园的园丁,购买鲜花和一些其他种类的树木-VERY GOOD I’m writing to tell you about the discu
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:4048846
    • 提供者:张明霞
  1. chessgame

    0下载:
  2. 用按钮实现的井子棋游戏,连成三个者胜出,反之,失败,如果最终没人练成三个,则平局-Use the button to achieve a well child chess game, and even into the three is the winner, conversely, failure, if the end no one excel at three, then a draw
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:36390
    • 提供者:Bardy
  1. Socket_talkclient

    0下载:
  2. Socket套接字客户端端程序,用于实现向客户端请求通信-Socket socket client end to end process
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4087
    • 提供者:李文
  1. ClassStudent

    0下载:
  2. 输入学生信息,包括学号/姓名/年龄,依次输入一个学生信息, 格式如下:Scanner 1,张三,20 输入完学生信息后,输入over代表结束 要求:保存所有学生的信息(List),并计算出平均年龄 学生类/Test(main) 封装/多态/重写equals hashCode toString/List/Integer 正则校验/字符串拆封 -Enter student information, including Student ID/name/age
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1880
    • 提供者:姬智民
« 1 2 3 4 5 67 8 9 10 11 ... 38 »
搜珍网 www.dssz.com