-
DOS文件格式转化为UNIX文件格式的C程序
DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
- 2022-09-18 14:45:03下载
- 积分:1
-
S3C44B0 I2C的uCLINUX的驱动程序(铁电存储器FM24系列,若针对AT24系列只需在写操作中增加延时即可),本驱动士原创且经过测试。...
S3C44B0 I2C的uCLINUX的驱动程序(铁电存储器FM24系列,若针对AT24系列只需在写操作中增加延时即可),本驱动士原创且经过测试。-S3C44B0 I2C uCLINUX of the Driver (ferroelectric memory YPCC series against AT24 Series if only in write operation can be increased latency), the original drive with which the test.
- 2023-04-25 00:15:03下载
- 积分:1
-
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便
在SCO UNIX制定界面程序 可根据文件配制菜单,而不必修改源程序,非常方便- Formulation contact surface procedure may act according to the
document configuration menu in SCO the UNIX, but does not need to
revise the source program, extremely facilitates
- 2022-02-02 07:30:16下载
- 积分:1
-
grub4dos
grub4dos-0.4.4-2008- 08-src.zip,最新版的grub4dos软件源码,可以在windows下启动linux,喜欢玩多系统启动的朋友搞启动开发有福了-grub4dos-0.4.4-2008-08-src.zip, the latest version of grub4dos source software, you can activate windows under linux, love to play more than a friend to boot the system to start engaging in the development of blessed
- 2022-05-13 06:42:01下载
- 积分:1
-
Linux of Chinese character input method
Linux下的中文输入法-Linux of Chinese character input method
- 2023-01-31 23:55:04下载
- 积分:1
-
linux0。11完全注释
linux0。11完全注释-linux0. Fully 11 Notes
- 2023-02-21 15:20:04下载
- 积分:1
-
linux下服务器端代码 他是面向连接的
linux下服务器端代码 他是面向连接的-under linux server-side code he is the connection-oriented
- 2022-04-16 09:58:28下载
- 积分:1
-
本代码文件是S3C44B0X板的测试程序,包括汇编初始化文件和C语言测试代码。...
本代码文件是S3C44B0X板的测试程序,包括汇编初始化文件和C语言测试代码。-The code file is S3C44B0X plate test procedures, including the compilation of documents and C language to initialize test code.
- 2022-07-09 09:07:12下载
- 积分:1
-
基于linux squid的web管理界面源码,基于开源精神可以开放学习.
基于linux squid的web管理界面源码,基于开源精神可以开放学习.-linux java squid
- 2022-05-18 15:45:59下载
- 积分: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