-
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平台下minigui的移植
介绍了linux平台下minigui的移植-Introduced under the linux platform minigui transplant
- 2022-01-25 15:22:30下载
- 积分:1
-
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. W
- 2022-11-16 15:05:04下载
- 积分:1
-
手机kjava程序的服务器端程序。
手机kjava程序的服务器端程序。-phone kjava process server procedures.
- 2022-02-15 12:50:21下载
- 积分:1
-
简单的一个日志系统
简单的一个日志系统- A simple diary system
- 2022-12-09 03:35:02下载
- 积分:1
-
包含目录文件及键树模板类的库文件,可以直接调用,采用优化的算化...
包含目录文件及键树模板类的库文件,可以直接调用,采用优化的算化-contains Contents documents tree template and key category of the library can be called directly, using numerical optimization of
- 2022-08-08 00:24:41下载
- 积分:1
-
unix下c语言实现tcp连接函数库
unix下c语言实现tcp连接函数库-unix under tcp connections c language library
- 2022-08-08 10:40:43下载
- 积分:1
-
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步...
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realization of supplementary variables integrity, Using these synchronization mechanism based tool for achieving several categories. Experiment three parts : achieving lock mechanism and variable conditions, Using these experimental synchronization mechanism as a bidirectional orderly objectlist revise the security thread; the realization of a security thread table structure; the realization of a limited size of the buffer zone (for details, please see nachos- labs.pdf).
- 2022-02-05 05:46:07下载
- 积分:1
-
FIC8120 方案 FAMulti_RDI
FIC8120 方案 FAMulti_RDI-FIC8120 program FAMulti_RDI
- 2022-04-16 12:41:55下载
- 积分:1
-
Intel提供的在PCA(例如Sitsang开发板)使用IPP4.0库的MPEG
Intel提供的在PCA(例如Sitsang开发板)使用IPP4.0库的MPEG-4编码源程序-provided by the Intel PCA (eg Sitsang Evaluation Board development board) using IPP4.0 for MPEG-4 encoder source
- 2023-01-27 22:40:03下载
- 积分:1