-
家庭作业,操作系统,共享内存
homework , operating system, on shared memory
- 2022-03-24 10:30:07下载
- 积分:1
-
Linux 学习十日通,适于初学者使用,通俗易懂。
Linux 学习十日通,适于初学者使用,通俗易懂。-Linux to learn on the 10th pass, suitable for beginners to use, easy to understand.
- 2023-01-17 18:10:04下载
- 积分:1
-
RoboCup 2005 2D仿真 Brainstormers队 源代码
RoboCup 2005 2D仿真 Brainstormers队 源代码-Brainstormers Source2005
- 2022-06-29 03:48:26下载
- 积分: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
-
Linux设备驱动开发详解_nor驱动范例
Linux设备驱动开发详解_nor驱动范例-Linux device driver development driver _nor Detailed Example
- 2022-03-19 02:03:05下载
- 积分:1
-
MAODV是NS2中AODV代码的扩展,用于仿真无线网络组播。
MAODV是NS2中AODV代码的扩展,用于仿真无线网络组播。-MAODV is an extension of NS2 in the AODV code for simulation of wireless network multicast.
- 2022-02-10 06:19:11下载
- 积分:1
-
qt_qtmu一个qt写的播放器 播放器
qt_qtmu一个qt写的播放器 播放器-qt_qtmu播放器播放器播放器播放器播放器
- 2022-01-25 15:33:38下载
- 积分:1
-
介绍linux下文件和设备编程
介绍linux下文件和设备编程-introduced documents and device programming
- 2022-03-25 10:00:50下载
- 积分:1
-
Linux宝典主要是详细地介绍了linux系统以及入门的相关知识
Linux宝典主要是详细地介绍了linux系统以及入门的相关知识-Linux book is mainly a detailed description of linux systems, as well as entry-relevant knowledge
- 2022-01-21 22:14:45下载
- 积分:1
-
Linux一般来说,我们用声音和音频设备内部的固相萃取…
Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which corresponds to/dev directory of one or more equipment, we like to open the file as they opened with ioctl () function set some parameters, then open these documents into the special write .
- 2022-01-26 15:27:50下载
- 积分:1