-
linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间...
linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
- 2022-04-18 05:23:32下载
- 积分:1
-
linux c 的函数使用大全,所有的函数都有
linux c 的函数使用大全,所有的函数都有-the function uses Daquan, all have a function
- 2022-03-23 02:38:16下载
- 积分:1
-
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。...
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。-It can be used to look through directory ,equal to find .It is a good example to pratice embed function and call faunction.
- 2022-07-17 02:32:21下载
- 积分:1
-
Unix 第 6 版的 sh 手册和源码,感兴趣请参考`The UNIX Time
Unix 第 6 版的 sh 手册和源码,感兴趣请参考`The UNIX Time-Sharing System , CACM, July, 1974,它给出 Shell 操作的理论。 chdir (I), login (I), wait (I), shift (I) -Unix version 6 of sh manuals and source code, please refer interested The Unix Time-Sharing System, CACM, July, 1974, it is Shell operation theory. Chdir (I), login (I), the wait (I), shift (I)
- 2022-06-26 23:46:46下载
- 积分:1
-
网络数据管理协议的开发
网络数据管理协议的开发-network data management protocol development
- 2023-05-15 06:05:03下载
- 积分:1
-
source, standards c force
源码,标准c++用力-source, standards c force
- 2022-08-08 01:09:06下载
- 积分:1
-
UNIX的字体在研究
UNIX下字体研究-UNIX fonts under study
- 2022-07-15 18:25:37下载
- 积分:1
-
一个linux下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本...
一个linux下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本-Characters under a linux device driver for the preparation of example is their reference to a modified version of relevant information
- 2022-07-05 12:21:26下载
- 积分:1
-
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而...
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读―读允许,即可以有一个或多个读者在读。
-readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) write-write mutex, and that is not written there were two parallel write. 2) read-write exclusive, and that is not also a thread reading, and writing in another thread. 3) Reading-time permitting, there may be one or more readers in Reading.
- 2022-05-20 17:11:31下载
- 积分:1
-
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递...
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。
-On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchange, loop start and loop merging and so on, and cache consistency to solve the shared variables to bring the load to find the linear recurrence (Linear Recurrence), and how to block updates to improve the efficiency of the matrix.
- 2023-04-03 06:20:05下载
- 积分:1