-
UNIX 界面程序
UNIX 界面程序-UNIX contact surface procedure
- 2022-01-25 22:21:40下载
- 积分: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
-
这是我刚下来的,比较的好用,你可以试一试啊
这是我刚下来的,比较的好用,你可以试一试啊-This is my first down, the more convenient, you can try ah
- 2022-02-03 15:32:42下载
- 积分:1
-
Linux 设计源代码,包括很多测试程序,如简单的hello等等!
Linux 设计源代码,包括很多测试程序,如简单的hello等等!-Linux hello test
- 2022-03-15 22:01:49下载
- 积分:1
-
qtmake 文件的代码,生成Makefile文件用
qtmake 文件的代码,生成Makefile文件用
-qtmake document code, documents generated Makefile
- 2022-05-13 21:31:35下载
- 积分:1
-
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。...
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。
这里我们需要用到unix中的find等命令来查找当前目录下的C和C++文件,然后再将它们送给lint程序处理,所以得使用到UnxUtils.zip.-VC projects usually contain a number of C or C++ Paper, it is sometimes necessary at the same time in this series of documents lint checks, we can configure a pclint_project to achieve the objectives. Here we need to use the unix command to find, such as search the current directory under the C and C++ Document and then process them to the lint, so use UnxUtils.zip.
- 2022-05-20 21:14:35下载
- 积分:1
-
UNIX的字体在研究
UNIX下字体研究-UNIX fonts under study
- 2022-07-15 18:25:37下载
- 积分:1
-
linux下的sdcard目标程序!
sdcard模块!
linux下的sdcard目标程序!
sdcard模块!-Linux sdcard
- 2022-10-15 02:55:04下载
- 积分:1
-
先进的编程在
linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
- 2022-07-25 12:36:21下载
- 积分:1
-
关于Linux 下的网络内核驱动开发的详细介绍,了角Linux网络驱动的良好教程...
关于Linux 下的网络内核驱动开发的详细介绍,了角Linux网络驱动的良好教程 -On the Linux kernel under the Network-driven development of a detailed introduction, the angle of a good Linux Network Driver Guide
- 2022-07-25 06:20:00下载
- 积分:1