-
供初学者参考源浏览器
供MFC初学者参考的浏览器源码-for beginners reference source browser
- 2023-01-28 20:40:03下载
- 积分:1
-
socket.IO-objc-master.zip
socket.IO-objc seems more complete and has a better documentation, but I"d also like to know which advantages does AZSocketIO provide to consider if these advantages are important enough for my project to choose one or the other.
- 2023-02-15 08:45:04下载
- 积分:1
-
ASP原码,超级推荐,好好学习,天天向上
ASP原码,超级推荐,好好学习,天天向上-Original ASP code, super recommended, study hard, Every day up
- 2022-04-07 21:00:25下载
- 积分:1
-
WiMAX, or the IEEE 802.16 standard for broadband wireless access, is increasingl...
WiMAX, or the IEEE 802.16 standard for broadband wireless access, is increasingly gaining in popularity as
a technology with significant market potential. This paper first provides an overview of the existing and
developing 802.16 standards and their key differences/applications. The PHY and MAC layers of a typical
WiMAX base station are then described. The associated implementation challenges faced by WiMAX
infrastructure developers, including performance/cost/flexibility trade-offs in the choice of silicon, are
clearly outlined. The paper then describes how FPGA-based system implementation can address these
challenges including the “accelerated time-to-market” requirement which is considered a key enabler for
early success in this market. As an example design, the physical layer implementation of the 802.16d
standard with Altera FPGAs and intellectual property (IP) is proposed.
- 2023-04-25 10:35:04下载
- 积分:1
-
线程安全环形缓冲区类
线程安全环形缓冲区类,适用于多线程socket通信模块复用,含测试用例,缓冲区类由读指针、写指针及互斥体控制缓冲区的读写操作。提供了缓冲区空、满、读、写、已使用及空闲空间、等待缓冲区空唤醒、等待缓冲区满唤醒等操作接口方法
- 2022-08-14 18:04:34下载
- 积分:1
-
used in Windows WinSock API examples of development
在Windows下用WinSock API开发的示例-used in Windows WinSock API examples of development
- 2022-03-06 18:49:29下载
- 积分:1
-
网页上mail组件
网页上mail组件 -website mail components
- 2022-04-07 03:54:42下载
- 积分:1
-
Windows 客户端的 c + + SOCKT
这是由于Windows客户端套接字。使用非常简单。这个项目是一个DLL项目。你传承了客户端同步,并使用INetHandle点创建客户端套接字,那么你就可以接收和发送邮件服务器。
- 2022-12-09 23:20:03下载
- 积分:1
-
网络资源枚举VC源码,可枚举包括网格打印机域等非计算机网络资源....
网络资源枚举VC源码,可枚举包括网格打印机域等非计算机网络资源.-network resources except VC source, except to include grid printers Domain and other non-computer network resources.
- 2023-07-11 20:05:04下载
- 积分:1
-
LINUX下c++SOCKET编程
Socket是进程通讯的一种方式,即调
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器(Client/Server, C/S)模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。客户/服务器模式的建立基于以下两点:
(1)首先,建立网络的起因是网络中软硬件资源、运算能力和信息不均等,需要共享,从而造就拥有众多资源的主机提供服务,资源较少的客户请求服务这一非对等作用。
(2)其次,网间进程通信完全是异步的,相互通信的进程间既不存在父子关系,又不共享内存缓冲区,因此需要一种机制为希望通信的进程间建立联系,为二者的数据交换提供同步,这就是基于客户/服务器模式的TCP/IP。
用这个网络库的一些API函数实现分布在不同主机的相关进程之间的数据交换。
- 2023-07-03 05:55:03下载
- 积分:1