-
MIB browser for network management queries each host object
MIB 浏览器 用于网络管理 查询各个主机的对象-MIB browser for network management queries each host object
- 2022-07-18 20:31:03下载
- 积分:1
-
线程池,和socket的绑定及数据处理的 入门结构
线程池,和socket的绑定及数据处理的 入门结构-thread pool, and the socket and data bundled with the portal structure
- 2022-01-22 00:50:15下载
- 积分: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
-
c++builder 电子邮件编程
c++builder 电子邮件编程-c builder e-mail program
- 2022-04-24 15:52:10下载
- 积分:1
-
The use of multi
运用多线程的C/S模型
所用到的同步机制,值得学习-The use of multi-threaded C/S model synchronization mechanism used, it is worth learning
- 2022-01-25 15:08:38下载
- 积分:1
-
超简单聊天室,可以发表情语言,很像论坛里面的界面
超简单聊天室,可以发表情语言,很像论坛里面的界面-super-simple chat rooms, language can express feelings, which mimic the interface Forum
- 2023-08-18 04:55:03下载
- 积分:1
-
此同学录系统为各在校计算机专业学生课程设计所准备
此同学录系统为各在校计算机专业学生课程设计所准备-this college system for the computers in the school curriculum design students prepared
- 2022-07-04 02:21:27下载
- 积分:1
-
简易电子白板的实现,可以帮助对实现白板的朋友有所帮助
简易电子白板的实现,可以帮助对实现白板的朋友有所帮助-Simple Whiteboard realize, can help to realize whiteboard friends help
- 2023-06-29 15:15:03下载
- 积分:1
-
局域网内文件传输,采用VC编程,实现点对点的文件传输
局域网内文件传输,采用VC编程,实现点对点的文件传输-LAN file transfer, using VC programming, to achieve peer-to-peer file transfer
- 2022-02-12 06:22:10下载
- 积分:1
-
采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类client...
采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。-using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of software succession to the service changer serversocket and clientsocket changer. Due to the services changer and changer call in a project to achieve, so a procedure can be as server can be used as the client. Code by adding a basic error-handling capabilities.
- 2022-03-04 06:54:14下载
- 积分:1