-
实现基于SOCKET的网络聊天室功能,适合初学者对网络编程的学习...
实现基于SOCKET的网络聊天室功能,适合初学者对网络编程的学习-SOCKET network-based chat room features, suitable for beginners to learn programming on the network
- 2022-05-30 11:46:12下载
- 积分:1
-
获得指定网卡序号的Mac地址,C语言函数代码
获得指定网卡序号的Mac地址,C语言函数代码-Access to the designated card serial number of the Mac address, C language function code
- 2022-04-10 00:17:23下载
- 积分:1
-
基于snmp的网管程序,使用windows API
基于snmp的网管程序,使用windows API-snmp based network management, the use of windows API
- 2022-02-28 17:01:02下载
- 积分:1
-
Source code for LAN monitoring, for development of this area has some reference...
用于局域网监控的源程序,对于这方面开发有一定的参考价值。-Source code for LAN monitoring, for development of this area has some reference value.
- 2022-02-10 15:49:57下载
- 积分:1
-
基于 PHP+MySQL 的网站 BT 发布全套系统,它包括了 BT 服务端的 Tracker 程序和列表发布 Web 界面...
基于 PHP+MySQL 的网站 BT 发布全套系统,它包括了 BT 服务端的 Tracker 程序和列表发布 Web 界面-the BT website released a complete system, which includes BT services side of the Tracker and tabulation procedures issued Web interface
- 2023-05-29 05:30:03下载
- 积分:1
-
delphi中用消息循环抓取网页文本,有源码,可以进行2次开发
delphi中用消息循环抓取网页文本,有源码,可以进行2次开发-news cycle using text crawls website, source code can be developed for 2nd
- 2022-02-06 00:15:25下载
- 积分:1
-
描述了德比,好的
derby description, good document
- 2022-06-01 07:04:41下载
- 积分: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
-
从Internet网络中获取一个服务器的IP地址、机器名称、子网掩码、DNS配置等信息。...
从Internet网络中获取一个服务器的IP地址、机器名称、子网掩码、DNS配置等信息。-from Internet access to a network server"s IP address, machine name, subnet mask, DNS configuration information.
- 2022-04-28 14:46:51下载
- 积分: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