-
Blue
Blue-small-1.2.tar.bz2.rar
- 2022-01-30 15:06:32下载
- 积分:1
-
BonkEnc is a CD ripper and audio encoder for various formats. It can produce MP3
BonkEnc is a CD ripper and audio encoder for various formats. It can produce MP3, Ogg Vorbis, BONK, AAC and VQF files. BonkEnc supports freedb (CDDB), CD-Text and ID3 tags and is available is several languages
- 2023-02-17 12:10:04下载
- 积分:1
-
基于uclinux和ucos2的fs(文件系统)驱动原理及代码汇总
基于uclinux和ucos2的fs(文件系统)驱动原理及代码汇总-Uclinux and ucos2 based on the fs (file system) and code-driven aggregation principle
- 2022-08-24 03:08:38下载
- 积分:1
-
Glibc 2.3.2源代码(解压后有100多M),相当珍贵的Linux资料
Glibc 2.3.2源代码(解压后有100多M),相当珍贵的Linux资料-Glibc offers 2.3.2 source code (decompression after more than 100 M), very valuable information on Linux
- 2022-07-12 04:24:18下载
- 积分:1
-
非常好用的tcp/udp封装
非常好用的tcp/udp封装-very user-friendly tcp/udp Packaging
- 2022-06-20 04:29:44下载
- 积分:1
-
小型web服务器,linux下的c程序实现,简洁高效。适合网络编程学习。...
小型web服务器,linux下的c程序实现,简洁高效。适合网络编程学习。-web server.
- 2022-03-06 22:28:09下载
- 积分:1
-
正则表达式库,是实现正则表达式的官司方源代码。
正则表达式库,是实现正则表达式的官司方源代码。-Regular expression library, regular expressions to achieve the lawsuit Fangyuan code.Regular Expression Library.
- 2023-01-20 09:50:04下载
- 积分:1
-
在Linux/Unix环境下发包测试性能的工具,功能非常强大
在Linux/Unix环境下发包测试性能的工具,功能非常强大-in Linux/Unix environments contract performance testing tool, which is very strong
- 2022-03-15 23:10:13下载
- 积分:1
-
kshell脚本程序,实现通过脚本生成伪随机密码,密码表的文件在script文件夹中,具体的配置请阅读脚本程序中的注释。如果在Linux环境中无法运行,请在脚本...
kshell脚本程序,实现通过脚本生成伪随机密码,密码表的文件在script文件夹中,具体的配置请阅读脚本程序中的注释。如果在Linux环境中无法运行,请在脚本中配置路径的变量,并注意安装KSH。-kshell scripts to achieve through the script to generate pseudo-random password, password list files in the script folder, the specific configuration please read the script in the comments. If you can not run in the Linux environment, please configure the path in the script variables, and pay attention to install KSH.
- 2022-05-27 08:27:48下载
- 积分: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