登录
首页 » Windows Socket编程 » VB中基于TCPIP协议的点对点文件传输源代码,了解网络传输协议...

VB中基于TCPIP协议的点对点文件传输源代码,了解网络传输协议...

于 2022-05-28 发布 文件大小:14.34 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

VB中基于TCPIP协议的点对点文件传输源代码,了解网络传输协议-VB-point based on TCPIP protocol file transfer the source code to understand the network transport protocol

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

发表评论

0 个回复

  • CRC16校验VC++序是通讯数据校验的必需之
    CRC16校验VC++程序是通讯数据校验的必需之程序-CYXLIC REDUNDANCY CHECK VC data communications procedures is the necessary calibration procedure
    2022-01-30 12:20:44下载
    积分:1
  • ping 的测试,可返回地址,数据包大小,及时间
    ping 的测试,可返回地址,数据包大小,及时间-ping test, and they can return to the address, packet size, and time
    2022-03-25 05:49:45下载
    积分:1
  • tcpip端口监视portman
    tcpip端口监视portman-TCPIP port surveillance portman
    2022-03-23 06:49:32下载
    积分:1
  • 旋木留言本 V1.4.rar 1 增加记录IP功能 2 防止提交留言时刷新和从外部提交留言 3 可自定义最大留言字数 4 管理留言时可自动刷新页面,大大方便管理...
    旋木留言本 V1.4.rar 1 增加记录IP功能 2 防止提交留言时刷新和从外部提交留言 3 可自定义最大留言字数 4 管理留言时可自动刷新页面,大大方便管理 5 在搜索结果内突出显示关键字 6 增强了安全性-Turnery V1.4.rar a message of the record increase in IP functions to prevent the two messages at set and from the outside can submit messages from the three largest definition of the word four voice messages can be managed automatically update pages, greatly facilitate the management of five in the search results within six highlighted keyword enhanced security
    2022-03-26 07:52:36下载
    积分:1
  • This document is for the use of network programming, which there are many exampl...
    本文件是供网络编程使用,里面还有许多实例。供初学者使用-This document is for the use of network programming, which there are many examples. For beginners to use
    2023-08-14 03:15:03下载
    积分:1
  • VC source
    VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip   一个可以重命名workspace的程序。 simplecomserver_src.zip   演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip   用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToPDF_src.zip sampleimage.zip   将tiff转换成PDF的源程序。 SimpleWordPad.zip   简单字处理程序。 Gamma_Manager_src.zip Gamma_Manager_demo.zip   调节灰度的滑动条的类。 smpplib.zip   一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。 ColorFont_src.zip   使用CColorDialog类轻松改变对话框背景颜色和字体。 benBro107.zip benbro.zip   一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。 PictureZoom_src.zip PictureZoom_demo.zip    一个C++ OCX控件可以在你应用程序的窗口上绘制图片。 -VC source-------------------------------------------- dswRename_src.zip a workspace can rename the procedure. Simplecomserver_src.zip demonstration of how to create a COM. ConsolePipe_src.zip consolePipe_demo.zip use graphical interface loading procedures and receiving procedures console
    2022-02-26 21:41:37下载
    积分:1
  • RNXRemoteService latest 235 version. Prepared by VB6, LAN and WAN remote control...
    RNXRemoteService最新235版。由VB6编写,可以实现局域网及广域网的远端控制,内带原码,可生成客户端或控制端。-RNXRemoteService latest 235 version. Prepared by VB6, LAN and WAN remote control, which brought the original code, the client can generate or control terminal.
    2022-03-19 17:04:15下载
    积分:1
  • Windows SMTP沉
    Windows SMTP Sink
    2023-05-13 07:25:03下载
    积分:1
  • 这个是入门学些asp博客的好案例.有兴趣学习asp的朋友,这个是不错的选择,下载慢慢研究吧.不过别用来商业用途.仅供学习用途...
    这个是入门学些asp博客的好案例.有兴趣学习asp的朋友,这个是不错的选择,下载慢慢研究吧.不过别用来商业用途.仅供学习用途-Asp This is the blog entry to learn something good case. Are interested in learning asp friends, this is a good choice, download the study gradually bar. But do not be used for commercial purposes. Learning purposes only
    2022-03-20 10:51:22下载
    积分:1
  • under the Windows network server program development, no doubt, Winsock complete...
    在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded program
    2023-07-22 22:20:02下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载