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

搜索资源列表

  1. 5189692

    0下载:
  2. Socket异步通信示程序代码下载.非常直观,非常简单,好学习
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:263211
    • 提供者:肖尚德
  1. FTP_linux

    0下载:
  2. 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5201905
    • 提供者:
  1. ftp

    2下载:
  2. 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the follo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-01-05
    • 文件大小:76903
    • 提供者:fukker
  1. testhttp直接用socket实现HTTP协议(下载专用

    0下载:
  2. 直接用socket实现HTTP协议-direct socket achieve HTTP protocol
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:53648
    • 提供者:
  1. asdf_socketftp

    0下载:
  2. linux环境下面ftp客户端和服务器端。使用套接字完成ftp的上传和下载文件。-linux environment for the following ftp client and server. Completion of the use of socket ftp upload and download files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1287
    • 提供者:郭伟
  1. download

    0下载:
  2. 在linux环境下利用socket实现ftp的文件下载-using socket to realise the download function in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3560
    • 提供者:jing
  1. FTPService

    0下载:
  2. ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:293280
    • 提供者:
  1. FTP_SERVER_SRC

    0下载:
  2. 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:34735
    • 提供者:杜峰
  1. linux_ping

    0下载:
  2. linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10346
    • 提供者:yr
  1. socket

    1下载:
  2. 这个猜数字游戏的代码和程序,有客户端和发送端,程序是c语言程序,有需要的可以下载-The number guessing game code and procedures, client and send the client, the program is the c language program can be downloaded in need
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:20258
    • 提供者:小李
  1. mtk_socket

    0下载:
  2. 在MTK上实现socket下载 代码精简,注释详细。-Socket in the MTK to download the code to achieve streamlined and detailed comments.
  3. 所属分类:Network Security

    • 发布日期:2017-04-06
    • 文件大小:6356
    • 提供者:huoqianjin
  1. wenjianchuanshu

    0下载:
  2. 在Linux环境下实现的文件传输程序.socket连接服务器,实现上传和下载文件,传输文件时有进度条.-In the Linux environment to achieve the file transfer program. socket connection to the server, to upload and download files, transfer files with progress bar.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5326
    • 提供者:gwnaqrep
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. TCP

    0下载:
  2. TCP视频点播系统,基于网络套接字 。可以远距离下载本地电影并能播放-The TCP video-on-demand system, based on the network socket. Can remotely download local film and can play
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:8189731
    • 提供者:changbiun
  1. VODDev

    0下载:
  2. 使用MFC实现一个流媒体点播系统,实现多媒体数据的上传、查看、下载和播放等功能。系统分为客户端部分和服务器部分,采用了组件、socket编程等技术。-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:1734422
    • 提供者:gonglingjun
  1. IOT_Bing

    0下载:
  2. linux 下socket编程,下载直接可用,路径要改下,编译连接就可以(Linux under socket programming, download directly available, the path to be changed, the compiler can connect)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:26673152
    • 提供者:assss
  1. pzbtq7

    0下载:
  2. 用的C语言socket实现的文件下载,服务器多线程,客户端有命令参数控制()
  3. 所属分类:系统编程

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:Coeoy
搜珍网 www.dssz.com