CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 WEB源码

资源列表

« 1 2 ... .70 .71 .72 .73 .74 10575.76 .77 .78 .79 .80 ... 18924 »
  1. java-URL

    0下载:
  2. 创建一个简单的HTTP客户程序,它访问由命令行参数(即main方法的参数)指定的一个网页并把得到的HTTP响应结果保存到本地文件系统的一个文件中。要求使用客户端协议处理框架编写。-Create a simple HTTP client, it is access from the command line parameters (the main 方法 the argument) specifies a Web page and which gain the HTTP Xiangying res
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7.22kb
    • 提供者:zhang liang
  1. temperature

    0下载:
  2. 这是一个机遇java的温度监控模拟系统 ,它分为客户端与服务端,所用到的工具是Eclipse-this is a project for the controller of temperatrue
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1.23mb
    • 提供者:唐素芳
  1. jpcap-0.01.16-win32

    0下载:
  2. java捕获数据包的包 众所周知,JAVA语言虽然在TCP/UDP传输方面给予了良好的定义,但对于网络层以下的控制,却是*为力的。JPCAP扩展包弥补了这一点-java packet capture packet As we all know, JAVA language, while in the TCP/UDP transport give a good definition, but for the network layer below the control, but it
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:821.13kb
    • 提供者:张海
  1. java-nio

    0下载:
  2. 实例化HashMap类型的一个对象用来存放每一个客户对应的套接字和通道,实例化线程通道选择器等,当由用户请求时,接受,加入选择项,注册感兴趣事件,另一线程处理输入流,在前面加echo:,发给客户端。-HashMap instance of an object type used to store the corresponding socket of each customer and channel, channel selector thread instantiation, etc., w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:10.86kb
    • 提供者:zhang liang
  1. TankWar2.7

    0下载:
  2. 这是基于Java的一个游戏,游戏内容是坦克大战。所用到的开发工具是eclipse,源码导入到它imian就可以直接运行-this is a project for a game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:20.08kb
    • 提供者:唐素芳
  1. Java-OOP

    0下载:
  2. 1.编写程序模拟计算机组装,程序相应实现计算机主板,PCI卡(声卡和网卡)和计算机组装者。计算机主板,PCI卡遵循PCI规范。计算机组装者能将网卡和声卡很好的插接在主板上。-1. Write a computer program to simulate the assembly process to achieve the appropriate computer motherboard, PCI card (sound card and network card) and assembled
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:9.2kb
    • 提供者:yang hai
  1. Java-run

    0下载:
  2. 1. 有一个南北向的桥,只能容纳一个人,现桥的两边分别有10人和12人,编制一个多线程程序让这些人到达对岸,每个人用一个线程表示,桥为共享资源。 2. 利用多线程编写龟兔赛跑程序。  乌龟:速度慢,休息时间短;  兔子:速度快,休息时间长; -1. There is a north-south bridge can only accommodate one person is on both sides of the bridge 10 and 1
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:8.9kb
    • 提供者:yang hai
  1. service

    0下载:
  2. 实现并发性的方式:1)为每个客户分配一个工作线程 2)创建一个线程池,由其中的工作线程来为客户服务 -Way to achieve concurrency: 1) for each customer is assigned a worker thread 2) Create a thread pool from which the worker thread to serve customers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:10.66kb
    • 提供者:yang hai
  1. Dangdang.tar

    0下载:
  2. 购物网,一个网上购书的系统。基于J2EE,采用Struts2,jsp,hibernate实现 -shopping
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-22
    • 文件大小:6.67mb
    • 提供者:云飞扬
  1. UDP

    0下载:
  2. 编写一网络聊天程序,用户界面部分已经编好,清将发送消息和接收消息不分补全。-Write a chat program, the user interface part has been prepared and clear to send messages and receive messages, regardless of completion.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9.6kb
    • 提供者:yang hai
  1. 200812503010176

    0下载:
  2. java中返回多个值的问题,由于某些项目需要知道一个函数处理中需要返回函数的处理状态,同时 也想知道函数处理的数据,这是我们就需要使用多个返回值。 解决方式就是用HashMap来保存返回的结果.这样就可以解决多个返回值的问题 -java return multiple values, because it is a function of certain items need to know the processing required to return the funct
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:li
  1. RegExp

    0下载:
  2. j2se正则表达式,这是基于java的正则表达式程序,编程工具是Eclipse。直接导入就可运行-this is a program for regprogram
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5.93kb
    • 提供者:唐素芳
« 1 2 ... .70 .71 .72 .73 .74 10575.76 .77 .78 .79 .80 ... 18924 »
搜珍网 www.dssz.com