-
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
-
QT编程的资料, QT编程的资料
QT编程的资料, QT编程的资料-QT programming information, QT programming information, QT programming information
- 2023-01-14 14:15:04下载
- 积分:1
-
linux驱动的入门教材啦,很好用,非常适合各位想进入该领域的同志啦.加油看吧...
linux驱动的入门教材啦,很好用,非常适合各位想进入该领域的同志啦.加油看吧-entry materials-- that is useful, very appropriate for you to enter the field of Comrade it. Refueling CMTech
- 2022-05-21 03:14:55下载
- 积分:1
-
怎么样学好Qt?请看QtProgramming Books完整目录
怎么样学好Qt?请看QtProgramming Books完整目录-Like how to learn Qt? See a complete list of QtProgramming Books
- 2022-03-13 14:17:39下载
- 积分:1
-
GDB调试手册,嵌入初学者必备,可收藏作为参考
GDB调试手册,嵌入初学者必备,可收藏作为参考-Handbook for GDB debugging process. It s very usful for beginner who works on embeded system. You can keep it as a reference book.
- 2022-03-02 08:05:43下载
- 积分:1
-
UNIX平台下的经典telnetd代码。
经典的unix下telnetd代码-The classic telnetd code under the paltform of unix.
- 2022-04-06 15:59:45下载
- 积分:1
-
java socket服务器端程序样例
java socket服务器端程序样例-socket server Example
- 2022-03-19 16:27:17下载
- 积分:1
-
agent2d
RoboCup agent队 2D仿真 源代码-agent2d-2.0.1
- 2022-10-30 05:00:02下载
- 积分:1
-
This is a S3C2440 based on the VGA driver, which is fc.c driver, fc_test.c is th...
这是一个基于S3C2440 的VGA 驱动程序, 其中fc.c 是驱动程序,fc_test.c 是测试代码.
这是一个在LINUX frame buffer基础上利用
DMA 实现的高效驱动, 绝对原创!-This is a S3C2440 based on the VGA driver, which is fc.c driver, fc_test.c is the test code. This is a LINUX frame buffer based on the use of DMA to achieve high-performance drive, an absolute original!
- 2023-07-31 23:35:02下载
- 积分:1
-
picocom Linux的串口调试工具,如小型计算机。由自己对…
picocom 是一款linux下的串口调试工具,很想minicom,比minicom精巧的多,编译好后,
我输入 picocom -b 115200 /dev/ttyS0 就可以调试我的arm板了-picocom A linux is the serial debugging tools, like minicom. minicom sophisticated than many good compiler, I enter picocom- 115200 b/dev/ttyS0 I can debug the arm of the plate
- 2022-05-23 08:53:40下载
- 积分:1