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

搜索资源列表

  1. zubofasong

    0下载:
  2. windows socket 使用UDP组播发送消息,一个简单的UDP组播程序-Windows socket use the UDP group take the news broadcast, a simple UDP multicast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:3039388
    • 提供者:牟维明
  1. zubojieshou

    0下载:
  2. windows socket 使用UDP组播接收消息,一个简单的UDP组播程序-Windows socket use the UDP multicast receive messages, a simple UDP multicast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3301475
    • 提供者:牟维明
  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. window-select

    0下载:
  2. windows socket通信select模式,适合学习-Windows socket communication select mode for learning
  3. 所属分类:Linux Network

    • 发布日期:2017-06-10
    • 文件大小:17841017
    • 提供者:sunjialin
  1. NetSrv1

    0下载:
  2. Windows Socket网络编程的小程序。客户机/服务器模式,在本机上运行,先运行服务器端再运行客户机端。-Windows Socket network programming procedures. Client/server model, running on this machine, run the server-side first and then run the client side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2368709
    • 提供者:甘雯雯
  1. group

    0下载:
  2. socket组播源码,发送端和接收端组成-Windows socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6728913
    • 提供者:jerry
  1. winsocket

    0下载:
  2. windows下的socket网络通信程序,包含一个服务器端程序和一个客户端程序。-under windows socket network communication program, including a server-side program and a client program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1280
    • 提供者:赵喻升
  1. sockettemp

    0下载:
  2. windows socket通信编程简单示例,简单易懂,适合出初学者-windows socket communication programming examples, and easy to understand and suitable for beginners
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:8263903
    • 提供者:小明
  1. tcp-serveraclient

    0下载:
  2. 网络通信的Windows socket的编程,基于tcp和客户端和服务器的程序,能自己设置端口号-Network traffic Windows socket programming, tcp and client and server-based program, set up their own port number
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1927728
    • 提供者:cat
  1. socket

    0下载:
  2. 套接字编程,包括windows和linux下-socket in windows and linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:4019
    • 提供者:Nova Jiang
  1. AttendServ

    0下载:
  2. 简单的WINDOWS socket通信服务器,可以实现接收客户端发送的字符串并在控制台显示出来。-a simple windows socket communication server which can receive words from a client and print them on your screen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:3845014
    • 提供者:舒马赫
  1. windows-to-linux-sockt

    0下载:
  2. Windows Linux socket 通讯,可用于嵌入式控制通讯,linux server 为C 有原码,Windows 为C++ MFC图行窗口输入.-Windows Linux socket communication, can be used in the embedded control communications, Linux server for C have the original code, Windows for C++ MFC diagram line window
  3. 所属分类:Remote Control

    • 发布日期:2017-11-05
    • 文件大小:135040
    • 提供者:zhongyin
  1. ChatRoom

    0下载:
  2. 这是一个简单的服务器/客户端结构程序,服务器转发收到的消息给各个用户。即公共聊天室。-a chatroom implemented with windows socket technology
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-09
    • 文件大小:15965653
    • 提供者:terry
  1. SocketTest

    0下载:
  2. SOCKET 的使用实例 介绍了Windows Socket的基本使用方法 模拟了Server端和Client的通讯过程-SOCKET use instance analog use Windows Socket Server and Client Communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:2098459
    • 提供者:cp
  1. Socket

    1下载:
  2. 基于C_S结构的Socket程序设计。控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端 -Based on C_S structure Socket programming. Console application: using the console interface, multi-threaded Server prog
  3. 所属分类:Console

    • 发布日期:2017-09-14
    • 文件大小:1018880
    • 提供者:
  1. socket

    0下载:
  2. 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:42308
    • 提供者:chenrui
  1. Socket

    0下载:
  2. 这是关于在Windows下通信机制的一些内容。 网络通讯对于Windows来说,是个非常重要的一部分,SOCKET更是其基础,了解了SOCKET机制,对于想进行网络通信的人来说,很有帮助-This is on the Windows communication mechanism of some content. Network communication for Windows, is a very important part, SOCKET is its foundation, under
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-26
    • 文件大小:20810
    • 提供者:张航行
  1. P2P

    0下载:
  2. P2P编程,Windows Socket-P2P programming, Windows Socket
  3. 所属分类:P2P

    • 发布日期:2017-11-16
    • 文件大小:51513
    • 提供者:金鑫杰
  1. SelfBrowser

    0下载:
  2. 自制上网浏览器 Client端 Windows Socket-Homemade Internet browser (Client) Windows Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-30
    • 文件大小:54997
    • 提供者:金鑫杰
  1. htpSrver

    0下载:
  2. Windows上网浏览器 服务器端 Windows Socket-htp Server Windows Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:54070
    • 提供者:金鑫杰
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 45 »
搜珍网 www.dssz.com