-
The new version supports up to 243 kinds of games, a lot of hope that everyone c...
新版本支持了多达243种游戏,希望大家多多关注linux,我今后争取长年供源并提供最新的版本给各位linux用户-The new version supports up to 243 kinds of games, a lot of hope that everyone concerned about the linux, I will fight for many years and provide the source for the latest version to all linux users
- 2022-08-07 13:14:19下载
- 积分:1
-
linux下的声音播放编程应用程序
linux下的声音播放编程应用程序-the voice broadcast programming applications
- 2022-06-01 16:20:09下载
- 积分:1
-
这个是和linux设备驱动第3版配合使用源码,在书里使用的例子源码...
这个是和linux设备驱动第3版配合使用源码,在书里使用的例子源码-This is a linux device drivers 3rd edition with the use of source, in the book example of the use of source
- 2023-03-10 14:05:04下载
- 积分:1
-
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现-sip proxy server achieved under linux programming, based on the proxy server osip2 achieve
- 2022-05-24 01:54:08下载
- 积分:1
-
pxa255用的并口烧写jtag口的源代码。可以修改为其他的cpu等下载工具...
pxa255用的并口烧写jtag口的源代码。可以修改为其他的cpu等下载工具-PXA255 the parallel port JTAG burning mouth of the source code. Can it be amended as other download tools such as cpu
- 2023-01-10 00:10:04下载
- 积分:1
-
Oracle导出数据文件(Exp/imp)修改程序,可以解决在不同的Oracle版本,不同的字符集环境下无法导入导出的问题...
Oracle导出数据文件(Exp/imp)修改程序,可以解决在不同的Oracle版本,不同的字符集环境下无法导入导出的问题-derived Oracle data files (Exp/imp) modify the program can be solved in different Oracle versions, different character sets impossible conditions for import and export issues
- 2023-05-20 19:00:02下载
- 积分:1
-
ecos系统的体系及代码分析闻档,非常不错,值得一看。
ecos系统的体系及代码分析闻档,非常不错,值得一看。-ecos systems file system and code analysis smell very good, worth a visit.
- 2023-03-05 18:30:04下载
- 积分:1
-
davinci linux drivers
davinci linux drivers
- 2022-01-24 17:19:56下载
- 积分:1
-
at91sam926x 系列 linux
at91sam926x 系列 linux-2.6.27 扩展补丁-at91sam926x series expansion patch for linux-2.6.27
- 2022-10-29 17:05:03下载
- 积分: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