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

搜索资源列表

  1. Socket

    0下载:
  2. Socket文件传输 Socket文件传输-Socket File Transfer Socket File Transfer Socket File Transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14897930
    • 提供者:ysheng88
  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. Socket

    0下载:
  2. C#SOCKET 设计,初学都作品,应该不错-C# SOCKET Design
  3. 所属分类:Internet-Socket-Network

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

    0下载:
  2. 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:2026121
    • 提供者:孔纯松
  1. socket

    0下载:
  2. 服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。 -Server through the socket connection to the client sends the string " Hello, you are connected!" . As long as the server running the server software, c
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3668
    • 提供者:王红艳
  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. socket

    0下载:
  2. This a example for socket in linux or windows-This is a example for socket in linux or windows
  3. 所属分类:Linux Network

    • 发布日期:2017-05-24
    • 文件大小:7778196
    • 提供者:melxhme
  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. 双机通信小程序,makefile编写,用的是数据报套接字。内附运行说明-Two-machine communication applet, makefile prepared, using a datagram socket. Operating instructions included
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:62317
    • 提供者:fish
  1. TCP.Socket

    0下载:
  2. TCP Socket编程,实现简单的TCP协议,由于两台机器通过网线的通信,功能简单-TCP Socket programming, a simple TCP protocol, since the two machines through the wire communication, a simple function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:4814
    • 提供者:Chen Gengqin
  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. 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. visualc-udp-socket

    1下载:
  2. 基于 c# 的socket编程源代码 最终实现了UDP的数据传输-C# for socket-based programming source code eventually the UDP data transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:124964
    • 提供者:maguang
  1. socket

    0下载:
  2. win socket 编程 包括服务端和客户端,界面形势,窗体软件。-win socket programming, including server and client, interface the situation, the form software.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:7095386
    • 提供者:刘茂典
  1. socket

    0下载:
  2. socket,数据的传输,文件的传输,屏幕的截取。-socket, data transfer, file transfer, screen interception.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7743808
    • 提供者:邱世祥
  1. socket

    0下载:
  2. 一个简单的socket服务器,两个独立的线程分别处理输入流和输出流,然后一个简单的线程池处理从输入流中解析出来的iso8583数据包-A simple socket server, two separate threads are processing the input and output streams, then a simple thread pool to parse from the input stream of data packets out of the iso8583
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:3883
    • 提供者:houxiaomeng
  1. Socket

    0下载:
  2. VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7337631
    • 提供者:cuihang
  1. Socket-network-program

    0下载:
  2. 在介绍TCP协议客户端和服务器端进程通信流程及其实现的基础上,以Del 为环境编程语言,讲述了在Windows环境下利用Socket进行网络编程的方法和特点。-Socket TCP Network program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:137686
    • 提供者:李荣晟
  1. Socket-net-program

    0下载:
  2. 介绍TCP/IP协议客户端和服务器端进程通信流程和具体实现的基础上,给出了开发通信应用程序的编程模型和实现要点,并以Delphi为编程语言说明了使用Socket进行网络编程的方法和特点-Socket net program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:287428
    • 提供者:李荣晟
  1. How-in-Delphi-and-VB-Socket-programming-with-heart

    0下载:
  2. 在Delphi和VB中如何采用Socket编程实现心跳程序How in Delphi and VB Socket programming with heart procedures-How in Delphi and VB Socket programming with heart procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:35098
    • 提供者:too1940
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com