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

搜索资源列表

  1. ftp-socket

    1下载:
  2. 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4.46kb
    • 提供者:李亚林
  1. socket.tar.gz

    0下载:
  2. socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。,socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows en
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:3.65kb
    • 提供者:孙涛
  1. socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序

    1下载:
  2. linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
  3. 所属分类:编程文档

    • 发布日期:2016-12-25
    • 文件大小:819kb
    • 提供者:王亚磊
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3.76mb
    • 提供者:xc
  1. fileTransServer

    1下载:
  2. linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:727.64kb
    • 提供者:Boycott
  1. qq

    0下载:
  2. qq聊天工具socket文件传输源码,linux网络编程,源代码在压缩包里面-qq chat socket file transfer source, linux network programming, source code inside the archive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:4.05kb
    • 提供者:liuyuanqing
  1. demo

    0下载:
  2. 在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:43.19kb
    • 提供者:yulei
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1.34mb
    • 提供者:陈威
  1. brt

    0下载:
  2. Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式! -Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:15.32kb
    • 提供者:superhn
  1. socket_programing_file_transfer

    0下载:
  2. socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the fil
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1.59kb
    • 提供者:lk
  1. socket

    0下载:
  2. 本段程序实现了linux下的socket文件传输,已验证通过。enjoy-Procedure to achieve this paragraph under the socket of the linux file transfer has been verified by. enjoy
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:2.16kb
    • 提供者:tongjianwen
  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
    • 文件大小:49.28kb
    • 提供者:沧海一笑
  1. Linux-Network-Programming

    0下载:
  2. 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-09-20
    • 文件大小:1.65mb
    • 提供者:chinq
  1. Beginning.Linux.Programming4th_EN

    0下载:
  2. Linux程序设计 : 第4版(最负盛名的Linux程序设计图书) 时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。 本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:3.94mb
    • 提供者:gh
  1. file_trans

    0下载:
  2. Linux Socket下文件传输Demo-Linux Socket file transfer Demo
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:140.53kb
    • 提供者:SinfulMan
  1. linux-socket-file-transfer

    0下载:
  2. linux系统下PC机与PC机、pc机与ARM板之间的网络文件传输代码,基于socket。-linux system, network file transfers between the PC and the PC, pc machine with ARM board code, based on the socket.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:13.91kb
    • 提供者:周安
  1. tcp-socket-file-transfer

    0下载:
  2. socket编程 实现文件传输 linux环境 网络编程-socket programming linux environment network programming file transfer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:843byte
    • 提供者:泮金星
  1. tcp-socket-file-transfer

    0下载:
  2. socket编程 实现文件传输 linux环境 网络编程-socket programming linux environment network programming file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:887byte
    • 提供者:Inrespon
  1. linux-C-server-socket

    0下载:
  2. linux下unixdomain和internetdomain的tcp的文件传输服务器和主机程序-Under unixdomain and internetdomain of linux tcp file transfer server and the host program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:3.48kb
    • 提供者:联系
  1. LINUX

    0下载:
  2. linux下基于socket的文件传输程序,分为客户端和服务器,客户端可以上传下载查看服务器内容,服务器可以执行删除重命名-Based on the socket file transfer program under Linux, divided into client and server, the client can upload download for server content, the server can perform delete rename
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:276.39kb
    • 提供者:梁伟
« 12 3 4 5 »
搜珍网 www.dssz.com