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

搜索资源列表

  1. wangluobianchengshiyan(4)

    0下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:18.78kb
    • 提供者:cnwst
  1. shuxingyuejian

    0下载:
  2. 基于粗糙集理论中属性相对约简的软件,java-Rough Set Theory of Attribute Relative Reduction of the software, java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:117.4kb
    • 提供者:蝶澈
  1. JavaMIPS

    0下载:
  2. MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。 本 MIPS 模拟器支持的指令如下: add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳 转指令第三个操作数只能为一个行标签[不支持相对地址以及绝对地址],标签可 以写在一行
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.42mb
    • 提供者:ly
  1. GetFileInfos

    0下载:
  2. 获取文件的基本信息。用文件路径新建一个文件对象。路径可以是绝对路径也可以是相对路径。-Access to basic information document. Create a new file path with file object. Path can be absolute path can also be a relative path.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:wuyu
  1. DownLoadVoa

    0下载:
  2. 利用某网站的VOA听力进行批量下载,下载部分出于速度考虑是调用的flashget。程序的原理是获取指定页面的内容,指定页面中包含听力mp3的下载地址(是一个相对地址),对相对地址进行补全之后调用flashget下载-Use of a site for the VOA Listening bulk download, download some of the speed out of consideration is called flashget. The principle procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:487.74kb
    • 提供者:李耀华
  1. source

    0下载:
  2. 用jquery实现的渐变式下拉菜单jQuery 渐变下拉菜单。使用slideToggle和slideUp来实现.当然,也可以使用hide/show, fadeIn/fadeOut等来实现,只是效果不同,实现的方法还是相同的.需要注意的是,要给.dropdown加上position:relative 防止闪烁 -With the gradual realization of jquery-style drop-down menu
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:20.98kb
    • 提供者:lxh
  1. calendar

    0下载:
  2. 日历输入的控件。相对于其他控件来说,有着较好的对浏览器的兼容性。-Calendar control input. Relative to other control is a better browser compatibility.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6.93kb
    • 提供者:邹拓
  1. UNZipCode

    0下载:
  2. 完全解压使用zip格式压缩的文档,解压后的文档目录结构与压缩文件中的相对路径相同-Fully extract the compressed using the zip format, document, document, after extracting compressed file in the directory structure with the same relative path
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:601byte
    • 提供者:wupengfei
  1. bbs

    0下载:
  2. 小型BBS系统,没有经过很好的美工,具体实现了BBS的前后台的管理等功能,界面相对于简单化,但是代码反映的却是BBS的精髓-Small BBS systems, has not been very good artists, before and after the realization of the BBS platform management functions relative to the simplistic interface, but the code reflects the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:443.79kb
    • 提供者:beiqbing
  1. GridBagEx1

    0下载:
  2. gridbaglayout example-import java.awt.* import java.util.* import java.applet.Applet public class GridBagEx1 extends Applet { protected void makebutton(String name, GridBagLayout gridbag, GridBagConstraints c) { Button butt
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:686byte
    • 提供者:
  1. javaFrame

    0下载:
  2. 利用Java3D技术结合《计算机图形学》知识,编程实现太阳、地球和月球的运动模拟。主要是按照天体运动的规律和课程设计的要求,实现太阳、地球和月球的运动,主要包括地球的公转和自转以及月球围绕地球的转动。程序的主要功能需求如下: 1、按照尺寸、相对位置和一致的大小比例生成太阳、地球和月球; 2、为太阳、地球和月球添加适当纹理,增加图形的视觉效果; 3、按照地球公转和自转规律建立运动坐标,实现地球的运动; 4、按照月球的自转和绕地球转动的规律,实现地球和月球的关系运动; 5、改变视
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.42mb
    • 提供者:谢山
  1. java20030905

    0下载:
  2. JMagnitudeTree 的设计目标包括: 正确显示相对于根节点的节点数量。 创建灵活的类属类,这些类将提供对于任何合适的数据源的数量绘制基础。-JMagnitudeTree design goals include: the right shows the number of nodes relative to the root. Create a flexible generic class, these classes will provide the appropriate data
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:413.82kb
    • 提供者:ycc
  1. spring2_point_5_Reference_Manual

    0下载:
  2. spring2点5中文参考手册:spring参考手册升级版,相对2点0有改进-spring2 point 5 Reference Manual: spring reference manual upgrade, an improvement relative 2:00
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3.12mb
    • 提供者:kjk
  1. JSxiaoguo

    0下载:
  2. 一个很漂亮的圣诞节落雪花的JS效果代码,所有源代码全部打包奉送,下载解压到相对目录即可使用。-A very beautiful Christmas snow falling effect of JS code, all source code for all package promotions, download extract the relative directory to use.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-22
    • 文件大小:121.55kb
    • 提供者:高超
  1. BBS

    0下载:
  2. BBS案例,相对完善的功能,适合jsp初学者-BBS case, the function of the relative improvement for jsp for beginners ...
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-02
    • 文件大小:851.44kb
    • 提供者:王超
  1. testsrc

    0下载:
  2. 利用JUNIT实现单元测试,是提高单元测试效率和质量的重要方法 而参数化的单元测试对于测试覆盖型\案例灵活性具有重要作用. 参数化测试的基本步骤包括: (1) 引用参数化的相关类,如: import org.junit.runner.RunWith import org.junit.runners.Parameterized import org.junit.runners.Parameterized.Parameters (2) 在测试类中增加注解:
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:2.98kb
    • 提供者:徐嘉兴
  1. beanutils-src

    0下载:
  2. jstl jsp 国际化文件帮助,相对文件相当重要-jstl jsp file international help is very important relative to the file
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:298.07kb
    • 提供者:proje
  1. gray-system-theory

    0下载:
  2. 适用于灰色系统理论的一般关联度、绝对关联度、相对关联度、综合关联度的计算!-Grey system theory for the general correlation, the absolute correlation, the relative correlation, the calculation of comprehensive correlation!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:731.65kb
    • 提供者:周菊
  1. dangwu

    0下载:
  2. 本文主要介绍了党务管理系统的设计,本系统主要采用JSP为编程语言,实现了党务管理系统中的用户管理,党务管理等功能。本系统操作简单,使用方便。计算机技术在现代管理中的应用,实际上是让计算机作为领导者和管理人员使用的技术、工具和方法。让计算机辅助人们管理活动,可以极大地增强管理者采集、处理信息的能力,缩短信息流相对于物流的滞后时间,从而有利于管理者及时决策,提高管理的质量和效率。-This paper describes the design of party management system,
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1.09mb
    • 提供者:outman
  1. HL_Camera

    0下载:
  2. 介乎与简易相机与系统相机之间的功能。相对简易版增加闪光控制、放大缩小、保存等待-Between the camera and simple camera and between the system functions. Simple version control the relative increase in flash, zoom, save wait ...
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:66.44kb
    • 提供者:黄磊
« 12 3 4 »
搜珍网 www.dssz.com