-
网络与麻将游戏的单一来源
一个网络和单机的麻将游戏源码-network and a single source of mahjong game
- 2022-08-08 02:17:06下载
- 积分:1
-
SANCHO,最好的MLDONKEY客户端,LINUX下载盒子必备
SANCHO,最好的MLDONKEY客户端,LINUX下载盒子必备-SANCHO, the best MLDONKEY client, LINUX download box must
- 2022-01-28 07:22:51下载
- 积分:1
-
linux program code complete source code. there is lots of good example, useful t...
< linux_c程序设计代码大全〉〉源码,书中例子很好,LINUX编程不可多得的好东西-linux program code complete source code. there is lots of good example, useful to linux programmer.
- 2022-01-31 00:58:13下载
- 积分:1
-
修改grub启动时的背景图片
修改grub启动时的背景图片-changes grub start the background image
- 2023-03-21 21:30:04下载
- 积分:1
-
ARM应用系统开发详解──基于S3C4510B的系统设计
ARM应用系统开发详解──基于S3C4510B的系统设计-ARM Application Development ─ ─ Detailed system design based on S3C4510B
- 2023-06-24 03:45:03下载
- 积分:1
-
学习课件,有源代码分析,学习内容重的一个…
linux 的学习课件,有源代码分析,linux学习内容重难点讲解。-linux learning courseware, active code analysis, linux learning content heavy and difficult to explain.
- 2023-08-08 14:30:09下载
- 积分:1
-
qt4下做的程序启动画面,功能是在程序启动之前显示一个图片用以对缓慢的启动过程进行掩饰...
qt4下做的程序启动画面,功能是在程序启动之前显示一个图片用以对缓慢的启动过程进行掩饰-qt4 proceedings under the picture to do, features in the proceedings before the show a picture of a slow start to the process to cover up
- 2022-06-21 03:52:10下载
- 积分:1
-
Linux下telnet客户端的C++代码实现。初学者学习Telnet协议…
Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。-Linux telnet client of C code to achieve. For beginners telnet agreement learning tools and simple telnet prepared. Windows environment from the online code transplantation, directly through make computer.
- 2022-03-10 16:20:01下载
- 积分:1
-
Peacetime learning linux command summary, and some are also some notes
平时学习linux总结的命令,有些是源码还有些札记心得-Peacetime learning linux command summary, and some are also some notes-source experience
- 2022-03-29 12:38:24下载
- 积分: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