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

搜索资源列表

  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. SmartDeviceProject7

    0下载:
  2. 手机socket通讯: 发送端部署在windows moble6.5模拟器上,接受端在电脑并能传输文件,实验成功,-Phone socket communication: transmitter deployed on windows moble6.5 simulator, the receiving end in the computer and can transfer files, experiment is successful,
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-28
    • 文件大小:43195
    • 提供者:刘洋
  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. SocketForsend

    0下载:
  2. 所有的例子都是在Windows 2000 Server 操作系统, VS.NET Enterprise(正式版)环境下调试通过。 例子中都有可执行程序,如果想直接运行程序,系统中必须安装dotNetFramework!!! 该例子主要实现利用socket发送数据-This is mainly for socket send data
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:38683
    • 提供者:chengqiao
  1. SocketForReceive

    0下载:
  2. 所有的例子都是在Windows 2000 Server 操作系统, VS.NET Enterprise(正式版)环境下调试通过。 例子中都有可执行程序,如果想直接运行程序,系统中必须安装dotNetFramework!!! 这个例子主要实现用socket接收数据-this is for socket in receiving data
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:37626
    • 提供者:chengqiao
  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. Chat

    0下载:
  2. vc++ 线程同步与异步套接字编程实例,Windows套接字在两种模式下执行I/O操作,阻塞和非阻塞-vc++ thread synchronization with asynchronous socket programming example, Windows Sockets implementation in two modes I/O operation, blocking and nonblocking
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:19598
    • 提供者:madud00048
  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. VCPPSummary-of-network-programming

    0下载:
  2. 1.套接字编程原理;2.基本的Windows Sockets API编程;3.MFC下的Socket编程的类;4.套接字的托管实现。四个部分介绍。-1. Socket programming principle 2. Basic Windows Sockets API programming 3. MFC Socket programming under the class 4. Managed implementation of the socket. Four-part introdu
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:166332
    • 提供者:借方鋆
  1. SyncSocket

    1下载:
  2. windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:4498
    • 提供者:fangta
  1. VC-UDP

    0下载:
  2. VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:996
    • 提供者:陈大伟
  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 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 47 »
搜珍网 www.dssz.com