-
embeded websever
embeded websever
- 2022-02-21 03:04:14下载
- 积分:1
-
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。...
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。-between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks.
- 2023-05-31 00:45:03下载
- 积分:1
-
VC++实现收发电子邮件
VC++编程实现收发电子邮件,设置SMTP服务器和POP地址,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2023-08-11 23:15:04下载
- 积分:1
-
QT TCPsocket服务端和客户端
QT编写的TCPsocket程序包括服务端和客户端
服务端和客户端能相互通信
支持十六进制和ASCII接收与发送
- 2022-03-17 21:51:47下载
- 积分:1
-
CWebGrab is a simple class that allows you to quickly and easily download files...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
- 2022-03-18 10:29:55下载
- 积分:1
-
本程序查询网络和显示域名/服务器/工作站结构…
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作
-This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
- 2022-02-14 20:40:32下载
- 积分:1
-
著名的下载软件核心Shareaza
著名的下载软件核心Shareaza-famous core Shareaza download software
- 2022-02-15 21:21:14下载
- 积分:1
-
other open
另外一款开放源码的高质量p2p源码软件,可以帮助大家了解p2p的精髓-other open-source source of high-quality peer-to-peer software, can help us all understand the essence of p2p
- 2022-01-26 20:06:36下载
- 积分:1
-
c++线程池技术深入分析
目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
- 2022-07-23 20:13:06下载
- 积分:1
-
并发服务(三)多路IO模型
多进程,多线程并发模型的缺陷
linux I/O模式:阻塞模式,非阻塞模式,I/O多路复用,信号驱动I/O,异步I/O
select与poll函数
多路I/O并发服务模型
实验提莫
- 2022-02-26 18:58:29下载
- 积分:1