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

搜索资源列表

  1. Main

    0下载:
  2. 7.11作业,JAVA基础版,自己写的 仅供参考-homework write by myselg
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:578
    • 提供者:hha
  1. Memory-manage

    0下载:
  2. 该源码是操作系统实验中的内存管理问题,可以实现FIFO和LRU算法,同时可以分配内存及作业管理-The source is the experimental operating system memory management problem, you can achieve FIFO and LRU algorithm, and can allocate memory and Operations Management
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:27169
    • 提供者:chenwei
  1. JavaTeaching2012

    0下载:
  2. 实验3 字符串应用与面向对象程序设计 编写一个Java项目,模拟一次包括老师备课,同学上课,布置作业和做作业的课堂教学过程。作业为判断字符串是否为2-重复串及其他字符串操作内容。-Experiment 3 string applications and object-oriented programming to write a Java program to simulate the time, including teacher preparation, the students in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:29027
    • 提供者:
  1. healthyClub

    0下载:
  2. 一个java实现的健康俱乐部网站,是一门课的大作业,里面有详细的设计图和代码等-A java implementation of the health club website
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-02
    • 文件大小:932006
    • 提供者:昂哥
  1. Calculator

    0下载:
  2. 用java写一个计算器程序,详见英文说明。 为学习java编写的第一个作业程序-Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression: +-*/ ( ) Your program should be able to deal with multiple
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4515
    • 提供者:叶程序
  1. Log-Analyzer

    0下载:
  2. 用java读取一个log文件,提取信息。详见英文说明 为java第四次作业程序-Web servers typically maintain log files of client accesses to the web pages that they store. Given suitable tools, these logs enable web service managers to extract and analyze useful information such as:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6436
    • 提供者:叶程序
  1. TechSupport

    1下载:
  2. 用java编写一个智能回复程序,详见英文说明 是java第二次作业程序-TechSupport is a program intended to provide technical support for customers of the fictitious DodgySoft company. Some time ago, DodgySoft had a technical support department with people sitting at telephone where
  3. 所属分类:Java Develop

    • 发布日期:2015-10-24
    • 文件大小:4096
    • 提供者:叶程序
  1. Grading-System

    1下载:
  2. java第三次作业程序,读取数据文件(csv/excel),里面是学生成绩数据 详见英文说明-Write a program that maintains a "database" of names and scores of students. A student has a name consists of several words and records of scores of varies courses. Each record has a name of the c
  3. 所属分类:Java Develop

    • 发布日期:2017-05-18
    • 文件大小:5049291
    • 提供者:叶程序
  1. JSQ

    0下载:
  2. 用java 编写的简单计算器界面,实现基本要求,期末作业-Using java prepared by the simple calculator interface, basic requirements, the end of the job
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2354
    • 提供者:张磊
  1. xml

    0下载:
  2. 使用java技术实现了XML解析,可以读取XML文件并对其进行解析输出XML的数据。使用方便,有相关注释可以用来学习和作业以及相关技术的研究学习。-ON划词翻译ON实时翻译 The use of Java technology to achieve a XML resolution, you can read the XML file and parse the data output XML. Easy to use, research on related annotations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1724
    • 提供者:赵奕
  1. ex01

    0下载:
  2. 1.1 作业描述 设计一个生成和显示时间的分布式应用程序,实现以下功能: 1、 一个服务器生成时间,并在多个不同节点的客户端上显示。 2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。 1.2 作业要求 下面是设计时需要满足的四个要求: 1、 打破客户端和服务器开发过程中的紧耦合。 2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。 3、 允许客户端显示不同的事件。 4、 使用RPC机制或RMI机制。 -
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:30369
    • 提供者:reacher
  1. ex02

    0下载:
  2. 某停车场共有TOTAL-NUM个车位, ENTRY-NUM个进口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的. 1.2 作业要求 1) 不考虑节点/进程失效的情形, 设计用于该停车场控制的分布式系统, 并给出汽车进出时使用该系统的方
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:13790
    • 提供者:reacher
  1. hw5.tar

    0下载:
  2. 第5次作业答案,具体内容请查看详细说明-5th job answer, please also check the detailed instructions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:212265
    • 提供者:刘冠洲
  1. quartz

    0下载:
  2. quartz作业调度框架结合spring框架的一个调度小例子.-quartz job scheduling framework combined with spring framework for a scheduling small example.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1397271
    • 提供者:曾樾
  1. jiayixitong

    0下载:
  2. 用JavaEE开发了网上作业提交系统,编程学习源码,很好的参考资料。-JavaEE development with an online job submission systems, programming learning source, a good reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-18
    • 文件大小:4882249
    • 提供者:陈柯
  1. prjNsLogistics

    0下载:
  2. 智能决策支持系统课的作业,是一个成本预测决策支持系统,通过输入物品单价及个数预测成本。-Intelligent Decision Support System homework assignment, a decision support system to predict the cost, price and number of articles by entering forecast costs.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3599021
    • 提供者:陈柯
  1. HotelManage

    0下载:
  2. 数据库大作业,MyEclipse开发的酒店前台管理系统-Large database operations, MyEclipse development of the hotel front desk management system
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:4036591
    • 提供者:刘婷
  1. xml02

    0下载:
  2. 达内的一个xml的作业,虽然画面不是很精致,但是知识点还是齐全的。-Xml reached within a job, although the picture is not very sophisticated, but still full of knowledge.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1185637
    • 提供者:wangxixi
  1. ch01

    0下载:
  2. java写的操作系统进程调度问题,短作业优先,先来先服务,高响应比-java write an operating system process scheduling problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3162
    • 提供者:lick
  1. CSIOSystem

    0下载:
  2. 大学生网上作业系统。J2EE+JSP+SERVLET+TOMCAT+MySQL,使用MVC设计模式。完成主要是学生、老师、管理员的相关作业提交、批改、查看、统计功能。以及学生向老师的提问功能。适合在校学生的小项目。可深入理解web应用的简单开发。且配图齐全-Students' online operating system. J2EE+JSP+SERVLET+TOMCAT+MySQL, using the MVC design pattern. Primarily related to
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18911530
    • 提供者:周益川
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 49 »
搜珍网 www.dssz.com