-
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
-
《Unix网络编程》的源代码的bcast部分
《Unix网络编程》的源代码的bcast部分-"Unix Network Programming," the source part of the Bcast
- 2022-05-30 08:17:33下载
- 积分:1
-
Linux客户登录客户端Drcom共有两个程序,一个绿色版…
Linux下Drcom客户登录端;
一共两个程序,一个“绿色版本”,无需在内核中加载模块; 一个安全版本,提供校验、加密机制,提供监听网络在线机制。-Linux, Drcom customer login client a total of two procedures, a green version , no need to load the kernel module a secure version, to provide verification, encryption mechanisms to provide mechanisms for monitoring network online.
- 2022-03-17 17:51:48下载
- 积分:1
-
linux下的视频播放器,采用线程与SDL实现视频的解码播放
linux下的视频播放器,采用线程与SDL实现视频的解码播放-linux under the video player, using threads with the SDL video broadcast decoder
- 2022-02-21 13:00:15下载
- 积分:1
-
Image Compression Decompression FOSS
图像压缩解压的源码-Image Compression Decompression FOSS
- 2022-05-17 05:59:39下载
- 积分:1
-
实现内存数据库的源代码
实现内存数据库的源代码-achieve memory database source code
- 2022-04-01 05:35:49下载
- 积分:1
-
The_Linux_Kernel_API
Linux 内核API函数
The_Linux_Kernel_API
Linux 内核API函数-The_Linux_Kernel_API
- 2022-05-31 05:13:30下载
- 积分:1
-
pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!...
pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!-pxa270 next LED control function implementation using mmap functions operate directly on the user level of specific IO port to control the LED, recommended!
- 2022-02-13 18:45:06下载
- 积分:1
-
QT4 classic tutorial, very useful for learning qt, U.S. support for what
Qt4 的经典教程,对学习qt非常有用,大家支持一下-QT4 classic tutorial, very useful for learning qt, U.S. support for what
- 2022-03-26 10:48:37下载
- 积分:1
-
独立设备驱动程序规范。
linux stand alone device driver specification.
- 2022-01-27 23:27:05下载
- 积分:1