-
由于这是本人近一年前初学vb时的作品,所以比较幼稚,适合初学者使用和练习。祝大家国庆快乐,合家欢乐,发财发财再发财...
由于这是本人近一年前初学vb时的作品,所以比较幼稚,适合初学者使用和练习。祝大家国庆快乐,合家欢乐,发财发财再发财-because this my almost a year ago when a vb the works, more naive, for beginners to use and practice. I wish you all a happy National Day, and family happiness, fortune fortune to get rich again
- 2022-03-22 05:50:34下载
- 积分:1
-
linux programming simple example, covering file I/O, multi
linux编程的简单例子,涵盖文件I/O,多线程,多进程,socket等入门经典-linux programming simple example, covering file I/O, multi-threaded, multi-process, socket, such as Introduction to Classical
- 2022-08-15 23:22:21下载
- 积分:1
-
beginninglinuxprogramming example10
BeginningLinuxProgramming example10
- 2022-01-28 04:56:16下载
- 积分:1
-
客户端源e_mail
linux下的E_MAIL客户端源码-the client source E_MAIL
- 2022-07-13 15:26:53下载
- 积分:1
-
linux 1000常见问题集,适合初级人员。
linux 1000常见问题集,适合初级人员。-linux 1000 Frequently Asked Questions for junior staff.
- 2022-05-24 20:03:05下载
- 积分:1
-
UNIX环境高级编程。使用LINUX或者UNIX的朋友不可错过。讲解了很多基础知识,全面。...
UNIX环境高级编程。使用LINUX或者UNIX的朋友不可错过。讲解了很多基础知识,全面。-UNIX high-level programming environment. LINUX or UNIX using friends can not afford to miss. Explain a lot of basic knowledge and comprehensive.
- 2022-01-21 17:45:35下载
- 积分:1
-
Motif 2.1
Motif 2.1 - Programmer s Reference, Volume 2-Motif 2.1- Programmer s Reference, Volume 2
- 2022-10-26 07:55:03下载
- 积分: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
-
linux 内核调试.rar
linux 内核调试.rar
linux 内核调试.rar
linux 内核调试.rar-linux kernel debugger. rar linux kernel debugger. rar
- 2023-06-16 07:15:04下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1