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

搜索资源列表

  1. mychart

    0下载:
  2. 利用socket进行数据传输显示,并利用接收到的数据绘制二维坐标。-Socket for data transfer to display, and use the received data to draw two-dimensional coordinates.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:335770
    • 提供者:刘娜娜
  1. wifi

    1下载:
  2. android系统的wifi网络操作,并建立局域网socket通信。-android system wifi network operations, and the establishment of a local area network socket communication.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:177755
    • 提供者:刘娜娜
  1. fifth-chess

    0下载:
  2. 这是空闲的时候写的局域网对战五子棋,用来和朋友玩的。 开发环境是java,支持局域网内主机间联机对战,但是单机部分还未实现,有兴致的童鞋可以自己尝试着编写一下。主要技术是socket编程以及多线程,有兴趣的可以参看一下。-I programed the game at the free time to play with my friends. It is a java application and support local host connection. But the AI didn
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:34821
    • 提供者:li jie
  1. java-chatroom

    0下载:
  2. 聊天室基于socket,serversocket,实现保存,查看聊天记录的功能-Chat rooms
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:8544
    • 提供者:夏丹丹
  1. ChatRoom

    0下载:
  2. 实现了java环境下一对一的私人聊天功能-import java.io.* import java.awt.* import java.awt.event.* import javax.swing.* import java.net.* public class ChatClient implements ActionListener { private Panel panel private JTextArea said priva
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:6133
    • 提供者:gddjq
  1. socketClient

    0下载:
  2. android Socket客户端代码实例-android Socket
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:41934
    • 提供者:李达明
  1. socketService

    0下载:
  2. android socket 服务端代码实例-android socket service
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2120
    • 提供者:李达明
  1. nioSamplesDemo

    0下载:
  2. NIO 功能描述以及功能测试,以及利用NIO技术做的SOCKET-The NIO function descr iption as well as functional testing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:92852
    • 提供者:雒云龙
  1. Simple-Chat-tooles-

    0下载:
  2. 简易 java版的聊天小工具 用主要用学习serversocket socket-Simple version of java chat tool is mainly used to learn serversocket and socket
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:73789
    • 提供者:tmsm
  1. CorperationMessager

    0下载:
  2. JAVA通讯客服端。用JAVA socket模拟的QQ客服端。有自己的IP协议说明和图标使用。-JAVA communication customer service side
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:258692
    • 提供者:张飞
  1. CS1

    0下载:
  2. 通过socket来发送信息,并且转发给用户,或者将信息群发给各个在线的用户-Use socket send and receive information , a simple example,server receive message and Multi Text to clients or send the message to client.
  3. 所属分类:Applet

    • 发布日期:2017-04-17
    • 文件大小:8965
    • 提供者:keyuan
  1. MyProject

    0下载:
  2. Java实现的移动短信平台,主要通过Socket在电脑上模拟了手机收发短信的功能,还可以实现充值,开、销户等SP服务功能。-Java implementation of the mobile messaging platform, mainly through the Socket on the computer to simulate the function of mobile phone text messaging, you can also achieve recharge, open
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:411868
    • 提供者:逆流河
  1. 189343java_sock

    0下载:
  2. java编写的socket的,有情趣的童鞋可以看看哦,-the preparation of java socket, have fun children' s shoes can look oh, hey
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:95391
    • 提供者:mengxiang
  1. AcutionServer

    0下载:
  2. 小型网上竞拍sample,通过socket实现-Small online auction sample, implemented through socket
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:130118
    • 提供者:kobeking
  1. wenjian2

    0下载:
  2. java socket编程,能实现将pc端文件传输至Android手机端,使用时需配合Android端使用(Android端代码在本人上传的另一文件夹内)-java socket programming, pc-side file transfer to the Android mobile terminal, the use must comply with the Android side using the Android side code (I uploaded another fil
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:8093
    • 提供者:晨蛤
  1. Socket-and-Client

    0下载:
  2. 用于使局域网内的客户端访问和下载服务器上的资源-Used to make the resources on the LAN client access and download servers
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1593
    • 提供者:龙永松
  1. websocket

    0下载:
  2. 使用java编写的网络套接字封装类,可以直接在程序中调用,功能比较基础。-Written in Java network socket wrapper class can be invoked directly in the program, the functional basis for comparison.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:17350
    • 提供者:luo
  1. Fiction-manager

    0下载:
  2. 北大青鸟学生后第一单元项目,小说管理器。在线 TXT 小说阅读目前广泛流行,基于这一实际需求,开发基于Socket 的在线迷你TXT小说管理平台,TXT 小说管理平台的主要功能包括会员的登录与注册,按小说分类在线阅读、上传和下载小说。-Beida Jade Bird students first unit projects novel manager. Online TXT novel to read current popularity based on the actual demand,
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:532843
    • 提供者:杨帆
  1. send-recieve-message

    0下载:
  2. send recieve message 是本人精心排版的笔记,主要是关于使用socket接收和发送信息,内附有截图,内容比较详细-the send recieve message I carefully typeset notes, mainly on the use of the socket receive and send information, enclosing a screenshot, more detailed content
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:55297
    • 提供者:kangin
  1. room

    0下载:
  2. 针对机房软件提供的socket通信,采集一些指标数据-Room software provides socket communication, collecting some indicators data
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2886949
    • 提供者:snpzp
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com