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

搜索资源列表

  1. LAN_IM

    0下载:
  2. 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1775459
    • 提供者:王勋
  1. tcp

    0下载:
  2. 一个用VC6.0编写的基于TCP/IP协议的服务器/客户端模式的网络通信服务,对学习SOCKET网络通信的人很有帮助!-Written by VC6.0 a TCP/IP-protocol server/client model of network communications services, network communications of people learning SOCKET helpful!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:78368
    • 提供者:
  1. TCP_socket_client_server_file_transfer_program_des

    0下载:
  2. TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1859
    • 提供者:张梦
  1. socket

    0下载:
  2. tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servA
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:2343
    • 提供者:闛靚
  1. TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

    0下载:
  2. linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
  3. 所属分类:Linux Network

    • 发布日期:2017-05-21
    • 文件大小:6346268
    • 提供者:
  1. socket

    0下载:
  2. 模拟服务器端和客户端,模拟TCP/IP协议和服务器浏览器工作流程。-Simulation server-side and client-side, analog TCP/IP protocol and the server browser workflow.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:12099
    • 提供者:wangfei
  1. socket

    0下载:
  2. Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:50464
    • 提供者:沧海一笑
  1. Sockets-2.3.9.2

    1下载:
  2. C++ TCP IP Socket Sockets-2.3.9.2
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:322407
    • 提供者:mitica
  1. tcp_echo_select

    0下载:
  2. TCP echo select program for socket programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-25
    • 文件大小:40960
    • 提供者:zuhal
  1. socket

    0下载:
  2. Linux下Socket网络编程,里面程序分为服务器和客服端。使用的TCP有链接的协议编程。-Socket Network programming under Linux, which is divided into the server and the customer service side. Use the TCP protocol with links to programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:12045
    • 提供者:宣鹏
  1. AN-3003-uC-TCPIP-Socket-Programming(1)

    0下载:
  2. TCP/IP 协议源码 对于学习网口编程很有帮助-TCP/IP 协议源码 对于学习网口编程很有帮助
  3. 所属分类:uCOS

    • 发布日期:2017-03-24
    • 文件大小:44343
    • 提供者:文少东
  1. TCPServer2

    0下载:
  2. VC 2008网络编程的例子,TCP socket Server例子之2。-VC 2008 example of network programming, TCP socket Server examples of the.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:31816
    • 提供者:Tony
  1. TCPUDPSocket

    0下载:
  2. TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:1118099
    • 提供者:李正交
  1. socket

    0下载:
  2. linux下套接字编程实例,使用TCP和UDP两种通讯方式,适合初学者-socket programming under linux which is useful for the beginning student
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:16632
    • 提供者:孙超
  1. Socket

    0下载:
  2. 这个文件实现了文件传输功能,简单的应用了Socket tcp/ip-The File can transmission file with Socket tcp or ip,which is maked in delphi 7 and with Pascal language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:385984
    • 提供者:李小军
  1. TCP-IP

    0下载:
  2. 给予TCP/IP协议的套接字通信,能实现两个IP地址的通信。-For TCP/IP socket communication protocol, to achieve the two IP addresses communication.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-13
    • 文件大小:3579519
    • 提供者:刘思
  1. socket

    0下载:
  2. socket编程,里面是包含TCP和UDP的传输代码,新手可以借鉴-socket programming, which includes TCP and UDP is the transport code, novices can learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:15510
    • 提供者:潘亮
  1. socket-chat

    0下载:
  2. ...使用TCP套接字实现的聊天程序源码-Using the TCP socket to the chat program source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1450
    • 提供者:future
  1. HPScktSrvr14071

    0下载:
  2. Async TCP Socket server
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:78472
    • 提供者:Legiar
  1. socket

    0下载:
  2. liux 环境下TCp套接字的实现 很好的东西-liux environment TCp socket to achieve good things
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:2112
    • 提供者:何重虎
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com