登录
首页 » Windows Socket编程 » windows环境下Socket网络编程,ftp程序源代码6

windows环境下Socket网络编程,ftp程序源代码6

于 2022-08-25 发布 文件大小:25.18 kB
0 71
下载积分: 2 下载次数: 1

代码说明:

windows环境下Socket网络编程,ftp程序源代码6-windows environment Socket Network Programming, ftp source code 6

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A complete example of port procedures, including the server and the client, you...
    一个完成端口程序的例子,包含服务器和客户端,可以多个客户端同时登陆,类似网络棋牌类游戏。-A complete example of port procedures, including the server and the client, you can visit multiple clients at the same time, similar to the network Card games.
    2023-05-16 09:50:04下载
    积分:1
  • the ping program of the basic functions of privileges, and the use of the ip pac...
    本ping程序实现了ping.exe的基本功能,并且使用了ip报文中记录路由的字段,实现了路由记录功能,并附详细的说明文档。-the ping program of the basic functions of privileges, and the use of the ip packet routing record fields, achieving record routing function, together with detailed documentation.
    2022-01-26 01:55:16下载
    积分:1
  • 聊天器 通过Socket,应用单线传递参数,实现局域网聊天功能,...
    聊天器 通过Socket编程,应用单线程传递参数,实现局域网聊天功能,-Socket programming device through the chat, application single-threaded pass parameters to achieve LAN chat,
    2022-06-20 00:23:39下载
    积分:1
  • 最近两年出版的一本网络书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。...
    最近两年出版的一本网络编程书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。-Published in the past two years, a network programming book source, many of which are very useful code, including the IOCP, P2P, etc., strongly recommend, is also a good Visual C++ Learning code.
    2022-01-22 10:56:04下载
    积分:1
  • 点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户...
    点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户的网吧游戏更新系统 / 教育视频BT下载系统中应用. 点量BT源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB等语言和各常用开发环境调用,让您完全像调用系统API一样的调用 -BT point volume was developed to allow users without concern for and understanding of BT specific implementation details, just to write dozens of lines and even a few lines of code, they can realize a fully functional and powerful application software BT. BT has been present at the volume of customers in the Internet cafe to update the game system/education video download BT System. Point the volume of efficient use of BT source c++ Coding, provides a standard dynamic-link library (DLL), available C/C++, Delphi, C#, Java, VB and other language and the common development environment called, allows you to completely the same as calling the system call API
    2022-03-12 11:48:48下载
    积分:1
  • 点对点视频聊天序,修改可以作为相关开发的参考
    点对点视频聊天程序,修改可以作为相关开发的参考-point-to-point video chat procedures can be revised as the development of the relevant reference
    2022-03-02 09:06:37下载
    积分:1
  • 一个能浏览进,杀死进,以及结束进序。能够从当前位置退出进。...
    一个能浏览进程,杀死进程,以及结束进程的程序。能够从当前位置退出进程。-Browse a process, kill process, as well as the end of the process procedures. Able to withdraw from the process from its current location.
    2022-07-21 21:44:56下载
    积分:1
  • 1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。 对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。 -1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
    2022-03-03 08:55:18下载
    积分:1
  • 网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)...
    网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)-ctrol (client)sorce code for extend the access to the network server database management software
    2022-07-16 23:31:33下载
    积分:1
  • messaging software using Visual B prepared.
    串口短信收发软件,使用Visual B编写。-messaging software using Visual B prepared.
    2022-02-22 11:15:49下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载