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

搜索资源列表

  1. IM2010

    3下载:
  2. 计算机网络实验Socket 通信 实验内容: 在学习完TCP/IP协议组后,要求掌握基于此协议实现网络通信,理解TCP与UDP的不同特性以及实现方式。实验要求建立一个基于TCP/IP协议的网络通讯小应用,实验可采用UDP或TCP,以分组形式,每组5人;建议基于WINDOWS平台; 功能要求: 建立一个基于中心服务器方式即时数据通信平台(IM)。 要求如下(*为选做内容): 1. 能进行用户管理,所有用户必须登录到服务器,由服务器维护在线信息。 2. IM
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-03-25
    • 文件大小:640000
    • 提供者:Glory.Chen
  1. windowsEbook

    0下载:
  2. 本书具体介绍windows下socket的开发和使用,覆盖大部分网络编程的具体技术和技巧-This book specifically describes the development of windows and use under the socket, covering most of the network programming of specific technologies and techniques
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-22
    • 文件大小:43335082
    • 提供者:laoyan
  1. Chat2

    0下载:
  2. 利用异步套接字, 把收到的SOCKET转化为windows的消息, 实现向指定IP发送消息, 接受任何IP发过来的消息-Using asynchronous socket to receive the news SOCKET into windows to achieve the specified IP to send messages to any IP sent me a message
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1946256
    • 提供者:OSAI
  1. clientvsserver

    0下载:
  2. 在windows操作系统下,基于TCP套接字Winsock编程实现,对计算机局域网远端用户进行监控,进行限制其操作时间等在一定权限下的操作。 -In the windows operating system, based on TCP Winsock socket programming, remote users on the computer monitor local area network, to limit the operation time of the operation un
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:308073
    • 提供者:dudu
  1. r3_Hook_NtDeviceIoControl_src

    0下载:
  2. 可以对socket实现windows R3层下最大限度的hook。- Can be achieved windows R3 socket layer under the maximum hook.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:251609
    • 提供者:萧峰
  1. TALK

    0下载:
  2. 这是一个用Windows阻塞方式的socket做的聊天程序(使用MFC)-A little programme of using obstruction socket(MFC).
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:114199
    • 提供者:TQ
  1. Sockets_sample

    0下载:
  2. BSD系统与windows系统下socket代码实现网络编程的区别,例子代码-BSD socket system and windows system the difference between network programming code, example code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:8860
    • 提供者:哈克耶
  1. testTCPServer

    0下载:
  2. windows下socket程序server版-Under the version of windows server socket program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:3846
    • 提供者:柳叶
  1. testTCPClient

    0下载:
  2. windows下socket编程client程序-socket programming under windows client program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3554
    • 提供者:柳叶
  1. data

    0下载:
  2. 在Windows环境下socket编程实现TCP服务器发送消息,客户端接收消息-In Windows environment socket programming,realizing the server sends TCP messages, client receive messages
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5182374
    • 提供者:刘莉
  1. UDP

    0下载:
  2. 在Windows环境下socket编程,实现服务器端发送UDP数据包并接收客户端返回数据,客户端接收UDP数据包并返回自己的NETBIOS名-In the Windows environment, socket programming, the server sends and receives UDP packets returned to the client data, the client receives UDP packet and return to their NETBIOS n
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7637401
    • 提供者:刘莉
  1. MyPing

    0下载:
  2. 自编的一个ping程序,使用Windows Raw Socket编写-A self ping program written using the Windows Raw Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2401388
    • 提供者:htkbczy
  1. sockets

    0下载:
  2. 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(sen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:2147
    • 提供者:pingzong
  1. TcpServer

    0下载:
  2. TCP/IP Socket 服务器端,Windows控制台应用程序-TCP/IP Socket Server, Windows Console applications
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:39361
    • 提供者:caishw@sina.com
  1. OverlappedServer

    0下载:
  2. 在Windows环境下实现Overlapp套接字的对象-In the Windows environment to achieve the object of the socket Overlapp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1056547
    • 提供者:蓝海水手
  1. socket2

    0下载:
  2. Socket编程在大多数的编程语言中都是一件比较有趣的事情。它是比较常用的编写通过网络通信的服务器和客户端方法。在windows平台Socket通信大多是基于MS Winsock设计的。Windows支持基于TCP和UDP的socket通信。-Socket Programming in most programming languages ??are a more interesting thing. It is commonly used writing to communicate t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2617
    • 提供者:englove
  1. tcp-ip

    0下载:
  2. windows下的 tcp/ip网络通讯(同步) 初学者所用,小弟上传的都是自己写的。与别人的不同的是注释很清楚,是用纯c写socket的,没有用到微软的CSocket,虽然是用Visual Studio2010编的,其实质就是c语言,您电脑上没装VS2010把代码copy过去就行了-Under the windows tcp/ip network communication (synchronous) used by beginners, younger brother are uploade
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:235960
    • 提供者:huangjun
  1. SPipe

    0下载:
  2. 一个基于windows TCP socket的后门程序,程序运行后在设定的端口监听控制端的连接并调用cmd去执行控制端的命令,控制端可以用telnet去连接。-A windows TCP socket on the back door, run the port after setting the control side of the connection monitor and call cmd command to execute the control side, the control
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3449775
    • 提供者:dongwei
  1. socket_scBasic

    0下载:
  2. 在windows下面使用socket实现两个进程之间的通信,client发送字符串,server对字符串进行解析,并且返回结果。 附有详细的设计说明-In the windows to achieve the following two processes using the socket communication between, client sends the string, server to parse the string, and returns the result
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:39406
    • 提供者:3feng
  1. send

    1下载:
  2. 组播发送端,socket通信,Windows网络编程-Multicast sender, socket communications, Windows network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:doufei
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 26 »
搜珍网 www.dssz.com