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

搜索资源列表

  1. miniftp.rar

    0下载:
  2. 用SOCKET编程实现mini FTP client / Server功能包括简单地上传和下载文件,SOCKET programming with mini FTP client/Server
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2892166
    • 提供者:yhs
  1. WS

    0下载:
  2. 与上一个文件相对应的服务器应用程序,VC++Socket网络编程-VC++ Socket internet programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1933018
    • 提供者:
  1. sockettransfer

    0下载:
  2. socket编程能够实现文件的传输 比如从一个盘复制到另一个盘-socket programming file transfer can be achieved, such as copying from one disk to another disk
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2984
    • 提供者:tom
  1. PBSOCKET

    0下载:
  2. PB实现SOCKET,文件传输等.纯PB,仅供学习!-PB to achieve SOCKET, file transfer and so on. Pure PB, only to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1930391
    • 提供者:三毛
  1. tcp_http

    0下载:
  2. socket 使用,网络下载文件,举例使用清晰,简单使用-socket, network download the file, for example, the use of clear, simple to use
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1198026
    • 提供者:mao
  1. Udp

    0下载:
  2. 基于udp的聊天工具,在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。-UDP-based chat tools,Socket data transfer in TCP/IP network communication environment, a special I/O, it is equivalent to a file descr iptor, has a similar function
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5674781
    • 提供者:辛超
  1. socket

    1下载:
  2. 北京邮电大学 足球俱乐部 企业版 使用的时候记得把文件放到根目录中-Football Club, Beijing University of Posts and Telecommunications, Enterprise Edition server
  3. 所属分类:其他小程序

    • 发布日期:2012-12-24
    • 文件大小:17674
    • 提供者:孙羽萌
  1. Socket-TCP-Echo

    0下载:
  2. TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:16220
    • 提供者:李鹏飞
  1. SendFile

    0下载:
  2. socket 点对点 局域网 文件传输 计算机网络课程设计 通信网原理课程设计-socket point-to-point LAN file transfer computer network curriculum design communication network theory of curriculum design
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:36735
    • 提供者:符开云
  1. 1235215_1277270933Xsoq

    0下载:
  2. socket 文件传输 局域网 课程设计-socket file transfer LAN Course Design
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:75591
    • 提供者:符开云
  1. Code1

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:26268
    • 提供者:张媛媛
  1. CSharp-socket

    0下载:
  2. C#socket资料,是个rar文件,恩,很有用哦-C# socket information
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:862975
    • 提供者:vanish
  1. Socket

    0下载:
  2. 网络聊天室,带有文件传输的功能,注意这是用Qt4写的代码,qt5用户请注意。-Internet liaotianshi
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:52751
    • 提供者:金小伙
  1. 新建文件夹 (3)

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

  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:41984
    • 提供者:零下10度C
  1. version3.0

    0下载:
  2. 利用socket套接字模拟从文件服务器(服务器端)下载文件到本地客户端(本机)。(The socket socket is used to simulate downloading files from the file server (server side) to the local client (native).)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:8904704
    • 提供者:Fyali
  1. IOCPDemo_NET_V1

    1下载:
  2. 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志(Examples include SocketAsyncEventArgs communicati
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3510272
    • 提供者:WHO ARE YOU
  1. colony

    0下载:
  2. 在qt中基于socket编程的聊天室程序,实现了点对点聊天,文件传输等功能(In the chat room program based on socket programming in QT, the functions of point to point chat, file transfer and so on are realized.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:32989184
    • 提供者:DonnieZeo
  1. ESBasic

    0下载:
  2. ESBasic覆盖的内容包括:对象管理、插件、网络(Socket)、多线程、Emit与AOP、及相关助手类和基础类型。后面的博文会一一介绍ESBasic中每个重要类的缘起、适用场合、设计思想与实现、使用时的注意事项、扩展(ESBasic covers object management, plug-ins, networking (Socket), multithreading, Emit and AOP, and related helper classes and basic types.
  3. 所属分类:其他

    • 发布日期:2019-09-18
    • 文件大小:1417216
    • 提供者:EsMB
  1. 未命名文件夹

    0下载:
  2. 主要是一些TCP、UDP的网络编程,学习Linux的可以尝试(Kalman filter is used to obtain more stable signals from random signals, which are generally used in aerial vehicles.)
  3. 所属分类:其他

    • 发布日期:2019-10-14
    • 文件大小:2048
    • 提供者:飞驰
« 12 »
搜珍网 www.dssz.com