搜索资源列表

  1. 123333

    0下载:
  2. 本代码是仿QQ界面的即时通讯软件,采用TCP协议,实现了简单的文字传输和文件传输,非常适合初学者参考学习-This program is like QQ instant messaging software interface, using the TCP protocol, very suitable for beginners learning
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:505856
    • 提供者:luhang
  1. FTP

    0下载:
  2. 基于TCP的FTP文件传输程序,基于C/S模式,分为客户端和服务器端-TCP-based FTP file transfer program
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:718848
    • 提供者:tracy
  1. IM-OA

    0下载:
  2. 功能介绍 本系统是.NET开发的基于TCP网络传输的CS系统。 1、IM功能,实现单聊,群聊,抖屏,发送文件 2、OA功能,实现工作流+任务跟踪讨论+文档流转+个别模块与任务模块的结合; 3、技术成绩:①实现TCP自动长度 发送/接收 封装(不用再考虑字节多少),统一解决的网络传输的问题; ②快速创建单据模型(基于VS开发的可视化方便性,封装网络功能后,再封装了 单据字段和界面的款速绑定),使得创建一个普通的网络单
  3. 所属分类:OA系统

    • 发布日期:2024-05-19
    • 文件大小:20083712
    • 提供者:xiaxue
  1. Transfer352

    0下载:
  2. 基于TCP/ip 协议的文件传输。用MFC编写,实现线程中文件传输-Based on TCP/ip protocol file transfer. With MFC, file transfer thread
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:5532672
    • 提供者:陈欢
  1. tcp

    0下载:
  2. 利用Qt开发tcp界面设计,包括客户端和服务器,并实现文件的上传下载,界面显示传输速度,能够高速传输文件。-Qt developers use tcp interface design, including client and server, and uploading and downloading files, the interface displays the transmission speed, high speed fi
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:4074496
    • 提供者:涟漪在线
  1. winsock

    0下载:
  2. 实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Wind
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:56320
    • 提供者:vzyuki
  1. Communication

    0下载:
  2. 基于wifi的Android文件传输小程序,包含了WIFI的搜索、连接、检验等功能,书写比较规范,聊天信息的传输使用UDP协议,文件传输使用TCP协议-The Android-based file transfer wifi applet, the search includes WIFI connection, testing and other functions, writing fairly standard, the tran
  3. 所属分类:android开发

    • 发布日期:2024-05-19
    • 文件大小:723968
    • 提供者:zhang
  1. tcp

    0下载:
  2. 用QT中的tcp传输文件和字符串的例子以及利用QT中的tcp和udp做QQ聊天和发送文件实例-QT with examples of tcp transfer files and strings as well as the use of tcp and udp QT QQ chat and send files to make examples
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:10312704
    • 提供者:赵可
  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. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:联系
  1. server

    0下载:
  2. linux下基于TCP实现文件传输的服务器程序-achieved under linux file transfer server program
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:雨雨
  1. client

    0下载:
  2. linux下基于TCP的实现文件传输的客户端程序-Under Linux based on TCP client program implementation of file transfer
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:米米
  1. Rtsp

    0下载:
  2. RTSP 音视频文件传输协议实例,基于TCP/UDP的带控制层的传输协议。-RTSP audio and video file transfer protocol instances
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:22619136
    • 提供者:费一
  1. QQ

    0下载:
  2. 本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:佟文浩
  1. TCPTalk

    0下载:
  2. TCP聊天程序,监听、建立连接,支持文件传输等功能-TCP chat program, monitoring, establish a connection, support file transfer and other functions
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:71680
    • 提供者:xiayang
  1. CPPfileTcp

    0下载:
  2. c++文件传输 ,有客户端和服务器,采用TCP协议-c++ file transfer, client and server, using the TCP protocol
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:1969152
    • 提供者:chenxi
  1. File_Send

    0下载:
  2. 基于TCP连接可支持互联网外大文件传输。一个服务器一个客户端-Based TCP connection can support large file transfers outside the Internet. A client server
  3. 所属分类:易语言编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:钟有栋
  1. fileT

    0下载:
  2. C语言,文件传输,tcp链接,socket,自己修改服务器路径和ip即可,简单-C,FTP!change the ip and file path by yourself
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:hehuai
  1. client100

    0下载:
  2. linux下基于TCP的实现文件传输的客户端程序-Under Linux based on TCP client program implementation of file transfer
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:esghhrjtonn
  1. gtk

    0下载:
  2. 关于tcp的传输文件和gtk编程的知识,另外还有链表的操作和数据库的操作-about the link of tcp,and konwledge of gtk compleier
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:57344
    • 提供者:
  1. QQ

    0下载:
  2. 实现TCP会话群聊与私聊聊天室功能,文件传输,心跳机制 -QQ project with multithread
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:40960
    • 提供者:shiweiaa
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 32 »

源码中国 www.ymcn.org