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

搜索资源列表

  1. SocketEx.rar

    0下载:
  2. 文件传输工具,通过压缩文件,减少数据量,提高传输速度,达到快速传输文件的效果。socket实现传输。,File transfer tool, compressed file, reducing the amount of data, improve speed to achieve the effect of fast transfer of files. socket to achieve transfer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:380005
    • 提供者:shane
  1. SocketTCP

    1下载:
  2. 网络通信源码(基础)含TCPUDP调试助手工具 socket,TCP学习-Network traffic source (base) socket with TCPUDP debugging assistant tool to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-25
    • 文件大小:601088
    • 提供者:hejinbiao
  1. java

    3下载:
  2. 东软CMPPE协议编写的接口升级版 (适用与CMPP 2.0) 包括:长短信发送,长短信接收整合,wap push 套接字工具 ....... ....... 等等 -Neusoft CMPPE upgraded version of the interface written agreement (applicable and CMPP 2.0) include: long SMS sending, receiving long SMS integration, wap
  3. 所属分类:SMS

    • 发布日期:2015-08-01
    • 文件大小:727841
    • 提供者:zhao
  1. SocketTool

    0下载:
  2. socket测试工具,可以测试TCP,UDP代码程序-socket testing tool, you can test TCP, UDP source program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:414127
    • 提供者:王文星
  1. Chat-tool

    0下载:
  2. Socket编程实现聊天工具。基于Visual C++。步骤完整,结构清晰,一目了然,适合新手。-The programming Socket chatting tools. Based on Visual c++. Steps to complete, clear, be clear at a glance, and suitable for the structure of the novice.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:87964
    • 提供者:杜鹏飞
  1. Socket

    0下载:
  2. socket做的点对点的聊天工具,可以实现点对点的聊天,实现PC与PC之间的通信-socket to do peer-to-peer chat tool to achieve peer-to-peer chat, the realization of PC and PC communication between
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:411473
    • 提供者:terry
  1. chartRoom

    0下载:
  2. 使用delphi自带的控件,实现基于UDP的聊天工具通信,包括对SOCKET通信编程、基本控件使用、SQL数据库与delphi联合操作数据等-Use delphi s own control, UDP-based chat tool for communication, including SOCKET communications programming, use the basic controls, SQL database and delphi joint operation data,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1247387
    • 提供者:zhoujuan
  1. TCPChat

    0下载:
  2. 简单的基于TCP的聊天工具,Socket基本的应用,适合新手学习用。-this code used for study, Simple chats the tool based on TCP.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-24
    • 文件大小:68997
    • 提供者:Jedai
  1. chat

    0下载:
  2. 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:96969
    • 提供者:张洪铭
  1. Ftp

    0下载:
  2. Socket接口网络编程,fepde 远距离下载文件功能,适用广泛!-fep is a very useful tool to find somfthing like inportant file and you can use it to download it!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:961
    • 提供者:陈振娇
  1. Beikx.IM

    0下载:
  2. C# SOCKET 实现的一个IM工具的例子,我没有深入写下去,但是基本的聊天功能实现了。-C# SOCKET realized example of an IM tool, I did not write it in depth, but the basic chat functionality a reality.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:132551
    • 提供者:贝壳沙
  1. EasyChat

    1下载:
  2. 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
  3. 所属分类:C#编程

    • 发布日期:2013-12-06
    • 文件大小:831375
    • 提供者:sunrong
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. weathor_report

    0下载:
  2. 基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;-A weather reporter tool based on ACE. you can learn to know the usage of the ACE_Sock_Stream and Base64 algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:4824
    • 提供者:ajie0112
  1. Tcpsend

    0下载:
  2. Command line tool to allow sending of text/hex data over a TCP socket connection to a specified port. Very useful for comms testing.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:2493
    • 提供者:Jon
  1. tool

    0下载:
  2. 自己整理的JAVA开发常用的公用类 包括 时间,多线程,算法,IP,SOCKET-Development of their common finishing JAVA public class including time, multi-threaded, algorithms, IP, SOCKET, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5458222
    • 提供者:shanzhe
  1. socket-program

    0下载:
  2. 套接字编程,学习网络编程的利器。很实用的套接字讲解。-Socket programming, network programming tool for learning. Very useful to explain the socket.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:26781
    • 提供者:hzxie
  1. Fix_Lsp

    0下载:
  2. 山寨360的LSP修复工具. LSP即分层服务提供商,Winsock 作为应用程序的 Windows 的网络套接字工具,可以由称为“分层服务提供商”的机制进行扩展。Winsock LSP 可用于非常广泛的实用用途,包括 Internet 家长控制 (parental control) 和 Web 内容筛选。在以前版本的 Windows XP 中,删除不正确的(也称为“buggy”)LSP 可能会导致注册表中的 Winsock 目录损坏,潜在地导致所有网络连接的丢失. 本程序包含LSP读取
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:116991
    • 提供者:babala
  1. LAN-instant-messaging-tool

    0下载:
  2. 局域网即时通讯工具 winows socket编程-LAN instant messaging tool windows socket programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3983051
    • 提供者:canmeizhexue
  1. TCP-socket

    0下载:
  2. 局域网聊天工具,本软件使用VC++和MFC工具实现的,有客户端和服务端,初学者可以用来学习-LAN chat tool, this software using VC++ and the MFC tools, client and server, beginners can use to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3896570
    • 提供者:陈七
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com