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

搜索资源列表

  1. chengxu

    0下载:
  2. 利用TCP Socket实现PC机与嵌入式开发板的通讯,从客户端传送图像文件给服务器端。-TCP Socket PC and embedded development board communication, sent the image files from the client to the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-05
    • 文件大小:2085
    • 提供者:qiucuilian
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:9492
    • 提供者:李德林
  1. sendfiles

    0下载:
  2. c++ socket 实现文件实时传输 vs2005环境下-c++ socket file real-time transmission vs2005 environment
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-12-09
    • 文件大小:365419
    • 提供者:李铭航
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:File Operate

    • 发布日期:2017-11-25
    • 文件大小:10276
    • 提供者:吴刚
  1. upload-file

    0下载:
  2. 利用android和socket来上传文件,完成图片和附加信息(标题,大小,类型)的上传。-failed to translate
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:263633
    • 提供者:gongjie
  1. httplib

    0下载:
  2. 一个关于http socket 的lib,在程序里面加载它,可下载网页上的文件,只适用于windows。-A lib about use http socket to download a file in http web. You must use in windows system.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:17947
    • 提供者:蔡广文
  1. txtd.tar

    0下载:
  2. 一个基于c 的windwos线程的管理的一个框架。主要包括读写配置文件、读写日志函数、加载DLL文件、异步非阻塞Socket网络通信、进程监控-C the Windwos thread of management based on a framework. Mainly including read and write configuration files, read and write the log function to load the DLL file, asynchronous n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:564392
    • 提供者:单鹏飞
  1. pictureTest

    0下载:
  2. MFC socket实现图片 传送,可单个图片传送也可文件夹传送-MFC socket achieve picture send pictures, send pictures can also be a single folder transfer
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:2068588
    • 提供者:吴健霆
  1. lib

    0下载:
  2. 一些常见的网络编程socket的error文件以及一些常见的lib库函数,-Some common network programming socket of the error file as well as some common lib library functions,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-01
    • 文件大小:3210
    • 提供者:李涛
  1. HTTP_PUT_socket

    0下载:
  2. 通过Socket把封装好的XML数据发送给MySQL,文件为自己用C写了HTTP的PUT方法-The package good through Socket XML data sent to MySQL, files for their own use C wrote the HTTP PUT method
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1200
    • 提供者:shikai
  1. TransferServer

    0下载:
  2. 基于套接字的P2P文件收发器,实现网络文件的点对点收发-Socket-based P2P file transceiver, transceiver peer network file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:1893399
    • 提供者:江淹
  1. 用CS结构求解矩阵乘法问题

    1下载:
  2. 用C/S结构求解矩阵乘法问题。假定有多台电脑互联网中并使用TCP/IP进行通信。我们要使用一个客户和几个服务器求解N×N的矩阵乘法问题。客户通过srvcfg.txt文件所获取所有的服务器程序必要的信息,如服务器的个数,IP地址或主机名。例如,一个“srvcfg.txt”文件的内容为: 3 149.150.167.123 149.150.162.182 149.150.169.250 表示有3个服务器及相应的IP地址。 然后,建立于所有服务的Socket连接和I/O流。客户从c
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-05-31
    • 文件大小:2117
    • 提供者:bycer@115
  1. file_client

    0下载:
  2. linux下终端实现服务器端和客户端文件传输的客户端程序,用linux下的网络socket编程实现-achieved under linux terminal server and client file transfer client program, using linux network socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:1567
    • 提供者:qwm
  1. winsock

    0下载:
  2. 网络编程-socket多线程文件传输,vc++写的客户端服务器程序都有-Network programming-socket multi-threaded file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:
    • 文件大小:540654
    • 提供者:pjh
  1. aaaaa

    0下载:
  2. linux用socket实现简单udp通信,本文件为有接收和发送两端,C.c为发送端,S.c为接收端。S.c接收后直接返回原内容给C。-linux socket achieve simple udp communications, this document is to receive and transmit ends, Cc is the sender, Sc is the receiver. Sc after receiving the returned original content
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:2676
    • 提供者:未名
  1. FileSocketServer

    0下载:
  2. C#window socket编程,文件传输,C#window socket编程,文件传输-C# window socket programming, file transfer, C# window socket programming, file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-20
    • 文件大小:164302
    • 提供者:lixixiao
  1. HTTPDownloadFileMe_1.1.1

    0下载:
  2. linux 下通过socket编程实现http协议下载文件-linux socket programming through the http protocol to download files
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:29081
    • 提供者:聂冰
  1. TCP_send

    0下载:
  2. 一个简单的网络一对一的文件传输源代码实例 用socket的tcp传输 -a simple programs about sending file and recving file between two PE
  3. 所属分类:File Operate

    • 发布日期:2017-11-10
    • 文件大小:2718356
    • 提供者:陈大光
  1. Chatme

    0下载:
  2. 局域网下传输文件的程序,对socket学习、windows界面的学习有所帮助-Under LAN file transfer procedures, socket learning, windows interface learning help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-27
    • 文件大小:239545
    • 提供者:李冰
  1. tcpClient_1

    0下载:
  2. linux tcp客户端设计。有协议、socket、以及文件操作才封装。c-erery one is no1;
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:7177
    • 提供者:chenzhu
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com