登录
首页 » Windows Socket编程 » 此代码由asp300.com收集整理。 asp300

此代码由asp300.com收集整理。 asp300

于 2022-04-01 发布 文件大小:859.61 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

此代码由asp300.com收集整理。 asp300 -- 专业化的asp代码交流基地。-this code by asp300.com collected. Asp300-- professional exchanges asp code base.

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

发表评论

0 个回复

  • CRC校验VB源码,直接可以使用,有注释
    CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
    2022-05-25 09:27:34下载
    积分:1
  • WINSOCK服务器端示例序说明 该序是基于对话框的,是采用一对多的方式进行连接的。 整个序主要由CServerDlg,CServerApp,CLis...
    WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开连接是由消息来触发的,是通过调用基类CSocket中的虚函数重载来处理的。 注:详细的过程,在程序代码中均有注释!-Winsock server sample program note that the procedure was based on dialog programming, using one-to-many is the way to connect. The entire process by CServerDlg, CServerApp, CListenSocket, constitute the CClientSocket. (All categories on the note in code) The following outlines procedures have : main program called CListenSocket category to the target of the listening socket, when the call request is received when the main program functions to the corresponding connections, socket into the queue. Socket for the reception of data and disconnected from the news to trigger, by calling the base class CSocket the virtual function to handle the heavy load. Note : Details of the procedure code have Notes!
    2022-01-26 07:55:19下载
    积分:1
  • telnet反向连接
    反向Telnet,反向连接 2008年以前用Delphi 7 写的小工具 当时在矿山使用 了我们开发的系统软件,没有宽带,使用GPRS无线数据上传 当时是为了维护方便,写了这个小工具! 分服务器端(主控端——swServer.dpr)和客户端(被控端——swClient2.dpr,安装在矿山电脑上), 公司有ADSL,但IP地址是动态的, 主控端启动后会在公司的网站(使用万网的主机)上登记IP,被控端启动后自动从公司网站获取IP, 然后主动连接主控端,主控端可以输入任何有效命令(包括DOS命令,或任何DOS程序),被控端接受 到指令后进行执行,并将执行结果返回主控端。
    2022-08-23 04:09:14下载
    积分:1
  • Windows+TDI过滤驱动开发,非常好的代码,欢迎下载
    Windows+TDI过滤驱动开发,非常好的代码,欢迎下载-Windows+ TDI filter driver development
    2022-06-27 12:39:09下载
    积分:1
  • The code of LAN Multicast Communication, a multicast group by adding features fr...
    本代码时对局域网中多播通信的实现,有加入多播组功能,退出多播组功能,多播显示发送接收消息等。-The code of LAN Multicast Communication, a multicast group by adding features from the multicast group function, multicast, etc. show the send receive messages.
    2022-03-25 03:23:50下载
    积分:1
  • 序功能:   提出了通过先将文档输出到文件打印机形成包含控制代码的打印文档,再通过网络将打印文档传输到多台同型号的打印机进行输出的方法实现各种软件的多点打...
    程序功能:   提出了通过先将文档输出到文件打印机形成包含控制代码的打印文档,再通过网络将打印文档传输到多台同型号的打印机进行输出的方法实现各种软件的多点打印的解题思路,并提供了用VB具体实现的方法。 -procedures functions : through the first document output to a file containing the printer control code to form a print documents, through the network will print a document transmission of multiple models of the printer output for the realization of the software in multiple locations Print The problem-solving ideas, and provide a means for achieving specific VB method.
    2022-08-15 17:08:04下载
    积分:1
  • 网络的相关知识,网络序的写,Socket是连接应用序与网络驱动序的桥梁,Socket在应用序中创建,通过bind与驱动序建立关系。此后,应用序送给...
    网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
    2022-02-07 17:35:59下载
    积分:1
  • 用 MFC 简单的 TCP 客户端
    我是创建简单的 TCP/IP 客户端程序进行通信单片机系统板 (它的服务器角色)。并且最后,客户端应用程序想要通过网络获取多个服务器的信息。我是一步一步走,存档的 !
    2022-11-26 23:45:10下载
    积分:1
  • 采用socket实现的一个双方发送信息的聊天室
    采用socket编程实现的一个双方发送信息的聊天室程序-Use socket programming to send information on the two sides of a chat room program
    2023-07-14 08:15:03下载
    积分:1
  • 使用IO完成端口模型的简单聊天服务器示例,客户端请在本站下载ChatClientNew.rar...
    使用IO完成端口模型的简单聊天服务器示例,客户端请在本站下载ChatClientNew.rar-use IO ports to complete a simple model Chat server example, the client requests the site download ChatClientNew.rar
    2022-08-13 13:59:19下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载