-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1
-
Ping 是Windows系列自带的一个可执行命令。利用它可以检查网络是否能够连通,用好它可以很好地帮助我们分析判定网络故障。应用格式:Ping IP地址。该命...
Ping 是Windows系列自带的一个可执行命令。利用它可以检查网络是否能够连通,用好它可以很好地帮助我们分析判定网络故障。应用格式:Ping IP地址。该命令还可以加许多参数使用,具体是键入Ping按回车即可看到详细说明。 -ping program
- 2022-12-22 16:05:03下载
- 积分:1
-
csma/cd 模拟 其余的自己看吧
csma/cd 模拟 其余的自己看吧-csma/cd simulate the rest of their own and see
- 2022-04-09 23:13:55下载
- 积分: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
-
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话...
基于udp通信的客户端源代码,可以与基于udp通信的服务器端实现通话-server for udp communication
- 2023-05-11 19:00:04下载
- 积分:1
-
晨曦讨论群组服务器,包括服务端和客户端
晨曦讨论群组服务器,包括服务端和客户端- Dawn discussion group group server, including service end and
customer end
- 2023-07-20 22:25:03下载
- 积分:1
-
This is on the network flow problem, Thank you! Thank you!
这是关于网络流问题的资料,谢谢!
谢谢!-This is on the network flow problem, Thank you! Thank you!
- 2022-02-04 09:56:47下载
- 积分:1
-
关于非自动衡器的国家技术规范,主要包括国标的各类衡器的技术规范,尤其JJG539...
关于非自动衡器的国家技术规范,主要包括国标的各类衡器的技术规范,尤其JJG539-97、JJG648和JJG564,网上比较难得免费下载点-On non-automatic weighing instrument of national technical specifications, including National technical specifications of various scales, in particular JJG539-97, JJG648 and JJG564, relatively rare free download online at
- 2022-09-29 22:55:20下载
- 积分:1
-
二分法求解跟 s=3*x*x*x
二分法求解跟 s=3*x*x*x-2*x*x+1 求解跟-Dichotomy solution with s = 3* x* x* x-2* x* x+1 solution with the
- 2022-11-16 11:10:04下载
- 积分:1
-
实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程...
实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization of critical and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit, work to create threads, threads from work, definitions and setting events using multiple threads completed the synchronization and collaboration.
- 2022-08-16 07:31:26下载
- 积分:1