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

搜索资源列表

  1. JBSocketServer1

    1下载:
  2. 经典的JetByteTools的例子,可以实现C/S的socket通信-JetByteTools classic example, you can achieve C/S of the socket communication. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:89434
    • 提供者:chenwei_yi
  1. DarkATLSmtp

    0下载:
  2. 本程序以COM为基础的DLL,使用VC++ ATL应用开发。你可以在任何支持COM标准的语言中创建该组件对象的实例,底层通讯使用异步SOCKET API模式。由于通讯底层经过多个成品项目的测试,所以用户可以放心使用。由于该程序对于通讯中的各种错误情况都做了详细的处理,所以对于通讯效率和资源释放都有上佳表现。 声明:本SMTP组件及源程序不准用于任何商业应用,本人开放源代码只为跟各位朋友共同提高开发技能,多谢。 -The procedure for COM-based DLL, using
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:162359
    • 提供者:zyh
  1. chat

    0下载:
  2. java实现聊天功能,使用套接字。多线程。即可听,也可以说-java chat function to achieve, the use of socket. Multi-threading. You can listen to, it can be said
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2114
    • 提供者:lumiing
  1. Chat

    0下载:
  2. 一款聊天小程序,设置IP后即可实现Socket通信-A program for chat. After setting IP address for each,User can talk to each other.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4646769
    • 提供者:慕明磊
  1. WinsockPragramm

    0下载:
  2. 该文档详细介绍了winsock的编程原理,能给socket编程人员带来巨大的帮助,进一步深入了解windows socket底层-The document detailed the principles of winsock programming, socket programmers can give a huge help, windows socket further in-depth understanding of the underlying
  3. 所属分类:Windows Develop

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

    0下载:
  2. This program listens on a socket to all SAP enabled devices and parses the address info and SDP so it can connect
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:62811
    • 提供者:joey q
  1. sockettransfer

    0下载:
  2. socket编程能够实现文件的传输 比如从一个盘复制到另一个盘-socket programming file transfer can be achieved, such as copying from one disk to another disk
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2984
    • 提供者:tom
  1. a

    0下载:
  2. ocx插件,用于通过socket与上层程序进行通讯,并能保存通信的内容-ocx plug-in for the procedure through the socket and the upper communication, and can save the content of the communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:448903
    • 提供者:aaa
  1. ipv6detailedannotation

    0下载:
  2. 本书全面讲解IPv6及相关协议实现的事实标准KAME,揭示了KAME IPv6协议栈的所有细节,对每行代码到底做了什么以及为什么要这样设计都进行了解释。全书共分7章,分别介绍IPv6地址结构、IPv6、ICMPv6、邻居发现和无状态地址自动配置、传输层协议及套接字API扩展。每章都包含两个主要部分:第一部分提供了作为RFC发布的主要协议规范的摘要,定义各种协议分组,解释每个分组中每个字段的含义和目的;第二部分则描述实现这些RFC的KAME的数据结构及功能。书的最后还提供了一些例子,说明如何编写既
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:7183203
    • 提供者:
  1. SocketServer

    0下载:
  2. socket服务器程序,可以自由发送数据,便于大家用来调试客户端-socket server program, you can freely send data to facilitate you to debug client-side
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:144630
    • 提供者:liss
  1. VoiceTest

    0下载:
  2. 利用socket实现语音通信,想学习socket的朋友可以-The use of socket voice communications, want to learn socket friends can see
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3989009
    • 提供者:陈卫强
  1. RealtimeCommunicationSystem

    0下载:
  2. 一个聊天系统的服务器端, 建立侦听套字,建立连接套接字,动态隐藏与显示控件使用列表框控件等。高级按钮控件的定制,高级列表框的定制,连接套接字的建立以及与服务器的连接等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。 客户端的配置文件为Debug目录下server.info文件;可以直接在server.info文件中进行修改,也可以利用客户端提供的设置接口进行修改。-A chat system,
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4198545
    • 提供者:杨云麟
  1. ChatConference

    0下载:
  2. This a chat program I wrote by MFC. I used windows socket to write this program. Chat server is an application which does the following operations: * Listens for incoming calls from clients. Client running in any PC can connect to the serv
  3. 所属分类:Windows编程

    • 发布日期:2017-04-08
    • 文件大小:172237
    • 提供者:catdinh
  1. socketpicturesend

    0下载:
  2. 本程序能够实现在局域网内通过SOCKET传输图像,是不可多得的源码,本人在VC6.0下测试通过,希望对大家有所帮助-This procedure can be achieved within a local area network transmission of images through the SOCKET is a rare source code, I tested under VC6.0 passed, want to help everyone
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-08
    • 文件大小:1632320
    • 提供者:ma
  1. Chat

    0下载:
  2. 一个非常非常非常小型的聊天程序,不是很大,但可以通过它来学习socket编程哦-A very very very small chat program, not great, but you can through it to learn socket programming oh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:25319
    • 提供者:戴昏黑
  1. ChatSer

    0下载:
  2. 基于SOCKET的简单聊天小程序,在源码中修改SERVER和CLIENT地址就可实现相互的简单聊天-SOCKET-based simple chat applet, modify the source address of SERVER and CLIENT can simply chat with each other
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2569027
    • 提供者:juniorli
  1. TcpSever

    0下载:
  2. TCP通讯中的SERVER端设计,基于TCP、Socket,与Client可实现连接-TCP communications in the SERVER-side design, based on TCP, Socket, and the Client can connect
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3825455
    • 提供者:juniorli
  1. ChatRoom(Winsock)

    0下载:
  2. 使用windows socket 编程实现网络聊天系统 能实现多对多通信-Windows socket programming using online chat system that can to-many communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:46039
    • 提供者:w2t
  1. HW3_2005510014_MakbuleDemirel

    0下载:
  2. Socket Server You can use your sockets and communicate from socket with this program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3699309
    • 提供者:makbule demirel
  1. SocketPortReuseMethod

    0下载:
  2. 在C#中实现Socket端口复用,可以实现一个端口建立多个Socket连接。-Socket in C# to implement the port multiplexing, you can create multiple ports to achieve a Socket connection.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:48081
    • 提供者:kell
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com