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

搜索资源列表

  1. Socket_tcp

    0下载:
  2. 演示windows 的socket的使用方法,使用的是tcpip协议,来进行传输-Demonstrate the use of windows of the socket method, using tcpip protocol for transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1186295
    • 提供者:孔震
  1. Socket_udp

    0下载:
  2. 一个windows使用socket的程序,演示udp的使用方式,使用了udp协议-Socket using a windows program to demonstrate the use of udp way, using udp protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2341287
    • 提供者:孔震
  1. 101259376LANCommunion

    0下载:
  2. < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:69444
    • 提供者:牟伯东
  1. severclient

    0下载:
  2. 在linux下用c写的socket程序,改成了windows下的,就是现在在windows和linux下只要少许改变就可以都编译通过-In the under linux using c write socket program changed under the windows, that is now, under windows and linux as long as a slight change can be both compiled by
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:1767
    • 提供者:邹平
  1. socketsniff

    0下载:
  2. SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, local and remote ports, t
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-02
    • 文件大小:42704
    • 提供者:coskun
  1. lan

    0下载:
  2. udp协议的实现套接字通信,可用于windows及wince-udp socket communication protocol implementation can be used for windows and wince
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:2337
    • 提供者:张炜
  1. netimg

    0下载:
  2. windows上的应用socket实现网络间通过tcp进行图片的传输和显示。带服务器端和客户端。-The application windows on the socket to achieve the networks through the tcp transmit and display pictures. With a server-side and client-side.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:95746
    • 提供者:smith
  1. ClientHost

    0下载:
  2. 套接字是通信的基石,是支持TCP/IP协议的网络通信的基本操作单元。可以将套接 字看作不同主机间进程进行双向通信的端点。在Windows中使用的套接字叫Winsock。 -Socket is the cornerstone of communication is to support TCP/IP protocol for network communication the basic operation of unit. Socket can be seen as a differen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5848030
    • 提供者:胖胖猪
  1. SimpleSocket

    0下载:
  2. SimpleSocket是一个C + +库使得Socket客户机/服务器编程更容易。该文库包含类Socket和ServerSocket。这些类可以使用同样的方式作为同一名称的Java类。它使使用C++流将数据发送到驶过。 SimpleSocket进行了测试,在两Windows98和Windows NT4的一个GUI Origin200和GNU Cygwin的环境(IRIX的6.5)。图书馆工作预计将在Linux或其它Unix系统,有少量的修改。 SimpleSocket利用了SimpleExce
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:7507
    • 提供者:方启
  1. UDPSocketDll

    1下载:
  2. UDP网络传输动态连接库,一个项目中使用的网络接口,封装Windows Sockets API为UDP数据报传输类。而不是对整个Sockets API进行封装,只是对socket(), bind(), sendto(), recvfrom()等常用的方法对行了封装,方便UDP网络传输。-UDP network transport dynamic link library, a project to use the network interface, package, Windows Socke
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:263467
    • 提供者:yuwei
  1. RemoteLookup

    0下载:
  2. 基于TCP的远程字典服务(RemoteLookup).通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机.在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -TCP-based remote dictionary service (RemoteLookup). By the remote
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:102543
    • 提供者:336
  1. UDP

    0下载:
  2. windows环境下的用socket编写的一个udp例子,供初学者参考-a udp example using socket in windows
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:2332
    • 提供者:xiaohe
  1. TCP

    0下载:
  2. 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:6238
    • 提供者:rae
  1. Program

    0下载:
  2. 类似于RDATE的Windows端服务器。客户端只需要用SOCKET Client连接上来即可获得本机的时间。请注意服务端Byte数组的定义。-Similar to the Windows side of the RDATE server. Clients only need to connect SOCKET Client can get the machine up time. Please note that server-side Byte array definition.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1159
    • 提供者:kaca
  1. windowsLinuxSocket

    0下载:
  2. 利用socket实现windows和Linux通信-Use socket communication to achieve windows and Linux
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:129347
    • 提供者:李华
  1. windowsSockets

    0下载:
  2. 初学windows网络编程的入门实验,包括服务器和客户端源程序 有流式套接口的创建,绑定,监听,发送数据等-Beginners introduction to experiment windows network programming, including server and client source code with stream socket creation, bind, listen, send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2401836
    • 提供者:yifengstar
  1. CSocketDemo

    0下载:
  2. Socket Example for Windows written in C-Socket Example for Windows written in C++
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:6610
    • 提供者:horemheb
  1. Octagon

    0下载:
  2. 模拟 tcp连接,利用serversocket 和socket 实现dos窗口下 的tcp连接 学习中-simulate TCP link use serverSocket and Socket to realize tcp link in the dos windows
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:654
    • 提供者:刘海
  1. MapTest

    0下载:
  2. WINDOWS 原始socket通讯测试例子 共享内存通讯测试例子 管道通讯测试例子-WINDOWS raw socket communication test case of shared memory communication channel communications test case test case
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:74760
    • 提供者:lanjun
  1. winsock_and_stsock

    0下载:
  2. 一个可移植 多线程 socket 示例,可实现在类Unix环境 和 windows 环境可移植性-just a simple example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:3296
    • 提供者:刘刚国
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 25 26 »
搜珍网 www.dssz.com