-
linuxtool文件,非常详细的源代码,在其他网络上多次下载
linuxtool文件,非常详细的源代码,在其他网络上多次下载-linuxtool document, in great detail the source code, the other networks repeatedly Download
- 2023-06-14 05:00:02下载
- 积分:1
-
这本书是为网络管理我提供一个单一的参考。
This book was written to provide a single reference for network administration in a Linux environment.
Beginners and experienced users alike should find the information they need to cover nearly all important
administration activities required to manage a Linux network configuration.
- 2023-07-25 07:20:03下载
- 积分:1
-
linux下基于i2c总线的一款gpio驱动
linux下基于i2c总线的一款gpio驱动-a driver for gpio which is based i2c bus
- 2022-02-13 13:51:18下载
- 积分:1
-
GNUAssembler的说明
GNUAssembler的说明-GNUAssembler explanation
- 2023-05-17 09:35:03下载
- 积分:1
-
beginninglinuxprogramming例
BeginningLinuxProgramming example4
- 2022-02-04 05:49:50下载
- 积分:1
-
在linux平台下学习so文件而编写的例子。
在linux平台下学习so文件而编写的例子。-In linux platform to learn so documents prepared examples.
- 2023-05-07 22:20:02下载
- 积分:1
-
系统。他致力于发展为恋人!
unix.v6.v7.源码,献给开发系统的爱好者!-unix.v6.v7. FOSS, dedicated to the development of lovers!
- 2022-07-05 13:13:30下载
- 积分:1
-
linux环境下多线程编程的例子
linux环境下多线程编程的例子-multithreaded programming examples
- 2022-03-20 16:45:57下载
- 积分:1
-
斑点检测。采用XScale(setip功能)
Blob autotest. Used on xscale (setip function)
- 2023-04-06 08:05:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1