-
linux的简单安装
linux的简单安装-simple installation
- 2022-08-23 04:49:06下载
- 积分:1
-
The Unix 5 code
本源代码是Unix System V的版本,作者详细通俗的叙述非常有益于我们初学者-The Unix 5 code
- 2022-06-16 09:46:15下载
- 积分:1
-
linux 指令大全,详细解释了常用的指令的使用权限、方式、参数等。...
linux 指令大全,详细解释了常用的指令的使用权限、方式、参数等。-Encyclopedia of linux commands, explained in detail the use of commonly used commands permissions, methods, parameters and so on.
- 2022-07-08 07:28:56下载
- 积分:1
-
使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码...
使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码-Kernel compile using the method of adding a paper copy of the system call, compressed package has specific kernel compile as well as steps to increase the system calls as well as the source code
- 2022-03-18 16:00:15下载
- 积分:1
-
快速内存读写算法
快速内存读写算法-Fast Algorithm for memory read and write
- 2022-02-02 10:36:17下载
- 积分:1
-
hfa3841,hfa3842无线局域网Linux驱动源代码
这是基于hfa3841、hfa3842的无线网卡linux驱动程序源代码-hfa3841, hfa3842 wireless LAN linux driver source code
- 2022-06-02 12:37:52下载
- 积分:1
-
Bluetooth under linux
linux下的蓝牙
- 2023-08-08 04:10:03下载
- 积分:1
-
详细讲解 Linux系统文件格式转换实用技巧
详细讲解 Linux系统文件格式转换实用技巧-Elaborate on Linux system file format conversion and practical skills
- 2023-03-11 16:30:04下载
- 积分:1
-
Linux的nfsd存在溢出漏洞允许入侵者远程获取root
Linux的nfsd存在溢出漏洞允许入侵者远程获取root -Linux nfsd overflow vulnerability exists to allow remote access to the invaders root
- 2022-07-25 00:52:00下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1