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

搜索资源列表

  1. Flying-simulation

    1下载:
  2. 一个六自由度的飞行仿真解算程序,另外做了一基于windows socket 通信的发送程序接口-A six DOF flight simulation solver, the other to do a windows socket-based programming interface to send traffic
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5222918
    • 提供者:llb
  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. CHATROOM

    0下载:
  2. 基于Windows socket的聊天小软件,集成了客户端和主机端,但同一时刻只能作为客户端或主机端。使用VS2008的C++编译器编译。-Windows socket based chat small software, integrated client and host side, but at the same time only as a client or host side. The C++ using VS2008 compiler.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-16
    • 文件大小:24782237
    • 提供者:dongwei
  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. chat

    0下载:
  2. 利用Windows Socket编写的程序实现段对端的聊天程序。客户端/服务器模式-Programs written using Windows Socket implementation section of the end of the chat program. Client/server model
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-15
    • 文件大小:3778272
    • 提供者:刘欢
  1. send

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

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:doufei
  1. recv

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

    • 发布日期:2017-04-11
    • 文件大小:922
    • 提供者:doufei
  1. tcpclient

    0下载:
  2. tcp socket客户端,Windows网络编程-tcp socket client, Windows network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:538
    • 提供者:doufei
  1. tcpsrv

    0下载:
  2. tcp socket通信服务器端,Windows 网络编程-tcp socket communication server, Windows network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:605
    • 提供者:doufei
  1. sslsource

    0下载:
  2. Windows下讲SOCKET转换成SSL的一个简单的类,可在MFC中使用。-A simple class that allows you to convert an existing SOCKET handle to SSL under Windows.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:43794
    • 提供者:Craig
  1. ZhongX7.4

    0下载:
  2. 用WINDOWS的套接字类实现网络客户端的编程,内容详尽-WINDOWS socket class with client-side programming network
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5417992
    • 提供者:戴正国
  1. server

    0下载:
  2. 利用socket编写windows和linux通讯程序-Windows and linux using socket communication program written
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1376
    • 提供者:安永泉
  1. 1

    0下载:
  2. This is a sample to develop the windows socket.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:9197
    • 提供者:jianguo
  1. feigeV3

    0下载:
  2. 自己写的一个小程序,用socket实现P2P通信,聊天功能,适合windows编程初学者学习参考-Write a small program, with the socket implementation P2P communication, chat, information for beginners to learn windows programming
  3. 所属分类:P2P

    • 发布日期:2017-05-20
    • 文件大小:5852234
    • 提供者:张驰
  1. MSTCPSDK

    0下载:
  2. 微软SOCKET开发包,支持在DOS、WINDOWS下的SOCKET编程,全称叫做Micorsoft TCP SDK。因为开发需要,我找的很辛苦。老古董,但也是宝贝,某些情况如做POS机通信程序开发,经常用上。-Microsoft SOCKET development kit, support for DOS, WINDOWS SOCKET under the program, the full name called Micorsoft TCP SDK. Because the develo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:109383
    • 提供者:hjq
  1. Tcp

    0下载:
  2. 阻塞套接字模式Windows,TCP网络编程-Blocking socket mode Windows, TCP network programming
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:5893
    • 提供者:秋江带雨
  1. overlap

    0下载:
  2. 套接字 重叠模型 ,重叠I / O(Overlapped I/O) 模型使应用程序能达到更佳的系统性能。重叠模型的基本设计原理便是让应用程序使用一个 重叠的数据结构,一次投递一个或多个Winsock I/O请求。针对那些提交的请求,在它们完成 之后,应用程序可为它们提供服务。该模型适用于除Windows CE之外的各种Wi n d o w s平台。 模型的总体设计以Wi n 3 2重叠I / O机制为基础。那个机制可通过R e a d F i l e和Wr i t e F i l
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:2628
    • 提供者:qin
  1. iocmplt

    0下载:
  2. 套接字 完成端口模型 “完成端口”模型是迄今为止最为复杂的一种I / O模型。然而,假若一个应用程序同时需 要管理为数众多的套接字,那么采用这种模型,往往可以达到最佳的系统性能!但不幸的是, 该模型只适用于Windows NT和Windows 2000操作系统-Sockets completion port model " completion port" model is by far the most complex of the I/O model. Howeve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2451
    • 提供者:qin
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 26 »
搜珍网 www.dssz.com