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

搜索资源列表

  1. 8972_SendFile

    0下载:
  2. 使用C编写的socket发送文件的程序.包括客户端和服务端.-C socket prepared by the procedure of this document. Including the client and server.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:117443
    • 提供者:梅恒
  1. p2p(socket)

    1下载:
  2. 用C#Socket实现点对点的文件传输,利用4个类的建立来实现-C# Socket point-to-point file transfer, using four categories to achieve the establishment
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5590
    • 提供者:张少先
  1. c++

    0下载:
  2. socket通讯 文件传输转载
  3. 所属分类:网络编程

    • 发布日期:2014-01-16
    • 文件大小:1973009
    • 提供者:wujh
  1. Socket

    0下载:
  2. 在C++中使用socket实现文件传输,有服务端与客户端, TCP模式
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:163392
    • 提供者:keimer
  1. 文件接收发送

    0下载:
  2. C#关于socket的文件接收发送
  3. 所属分类:C#编程

    • 发布日期:2009-11-07
    • 文件大小:68673
    • 提供者:snack1
  1. 非常成熟的 HTTP 文件上传类,方便简单

    0下载:
  2. 非常成熟的C++类,实用方便简单 本类一个类独立传输一个块或文件 经过大量的使用, YHttpUpLoad tt; tt.upload(pLocalFileName, TCHAR* pAspURL,TCHAR* subdata,TCHAR* backTxt=NULL,int backS=0);
  3. 所属分类:网络编程

  1. Detailed-notes-C-P-P-in-depth

    0下载:
  2. C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Les
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:492715
    • 提供者:
  1. Socket

    0下载:
  2. C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:85416
    • 提供者:卢立国
  1. WCFTranFile2

    0下载:
  2. C#大文件传输之SOCKET同步、异步、WCF同步、异步-C# SOCKET large file transfer of synchronous, asynchronous, WCF synchronous, asynchronous
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:225573
    • 提供者:Isaac
  1. Socket

    1下载:
  2. 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
  3. 所属分类:Communication

    • 发布日期:2015-03-04
    • 文件大小:277504
    • 提供者:cxt
  1. SocketSendFile

    0下载:
  2. 一个.net下用socket传送文件的例子,C#开发-1. Net transfer files using socket example, C# Development
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:33343
    • 提供者:fsea
  1. netmsg

    0下载:
  2. 1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:248698
    • 提供者:肖武华
  1. Socket

    0下载:
  2. 用C++实现客户端与服务器通信.可以实现文件传输.语言通信-C++ implementation with client and server communication. Can achieve file transfer. Language Communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1125
    • 提供者:曾玉富
  1. socket

    0下载:
  2. 一个简单的局域网通信软件,可以实现两个人之间的文本通信以及文件传输-A simple local area network communication software, you can achieve both the text of communication between people, as well as file transfer
  3. 所属分类:Communication

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

    0下载:
  2. C#写的socket服务,可以在客户端向服务端发送消息或文件。-C# to write the socket service can be of service on the client side to send a message or document.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:85130
    • 提供者:熊琦
  1. socket

    0下载:
  2. 自己用C做的非阻塞多线程socket文件传输程序,由于时间紧存在一定的问题,但对于socket入门者可以学习到一定东西的-Own use C to do non-blocking multi-threaded socket file transfer process, due to tight schedule, there are some problems, but beginners can learn the socket to a certain thing
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:2445985
    • 提供者:杨勇
  1. socket-telecommunication

    0下载:
  2. 双机之间的通信,有具体文档及c++文件实现-The communication between the two-plane, the specific document and c++ of documents to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1999674
    • 提供者:
  1. C

    0下载:
  2. C语言 HTTP协议下载文件,实现断点续传,socket通讯,目前只支持ip和port方式连接,有兴趣的读者可完善域名方式。 -C language HTTP protocol to download files, to achieve HTTP, socket communication, currently only supports ip and port connected, interested readers may improve its domain name. 
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:45357
    • 提供者:sam
  1. socket

    0下载:
  2. 在C++中使用socket实现文件传输,有服务端与客户端-In the C++ Realize the use of socket file transfer, has client and client
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:151801
    • 提供者:zhch21
  1. 新建文件夹 (3)

    0下载:
  2. 基于socket通信,实现的简易聊天应用(Simple socket chat application)
  3. 所属分类:其他

« 12 3 4 »
搜珍网 www.dssz.com