-
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
-
Take photos and videos with your webcam, with fun graphical effects
Cheese cu...
cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。
cheese主页http://www.gnome.org/projects/cheese/-
Take photos and videos with your webcam, with fun graphical effects
Cheese currently requires:
- glib-2.0 >= 2.16.0
- gobject-2.0 >= 2.12.0
- gio-2.0 >= 2.16.0
- gtk+-2.0 >= 2.17.4
- gdk-2.0 >= 2.14.0
- gnome-desktop-2.0 >= 2.26.0
- gconf-2.0 >= 2.16.0
- gstreamer-0.10 >= 0.10.20
- gstreamer-plugins-base-0.10 >= 0.10.20
- gstreamer-plugins-good-0.10 >= 0.10.8
- gnome-vfs-2.0
- dbus-1
- dbus-glib-1
- hal
- cairo
- pango
- librsvg >= 2.18.0
- libebook-1.2 (evolution-data-server)
- postr for Flickr export (optional)
- f-spot for F-Spot export (optional)
- nautilus-sendto for better export mechanism (optional)
- a webcam
- a bra
- 2022-07-21 19:03:00下载
- 积分:1
-
Linux进程源代码分析
Linux进程源代码分析-Linux source code analysis process
- 2022-02-06 00:35:00下载
- 积分:1
-
elinks under lynx is the most important two text browsers, linux in under very p...
elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, elinks也是gentoo安装过程中默认使用的浏览器, 这是elinks源代码-elinks under lynx is the most important two text browsers, linux in under very practical, elinks also gentoo installation process use the default browser, which is the source code elinks
- 2022-07-11 02:56:55下载
- 积分:1
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2023-05-10 18:30:02下载
- 积分:1
-
vim7.2最新源码。Vim 7.2修正了大量bug并更新了运行时文件,最主要的新特性在于加入对脚本浮点数的支持。另外,修正了上一版中发现多个导致崩溃和威胁安全...
vim7.2最新源码。Vim 7.2修正了大量bug并更新了运行时文件,最主要的新特性在于加入对脚本浮点数的支持。另外,修正了上一版中发现多个导致崩溃和威胁安全的问题。-vim7.2 the latest source. Vim 7.2 a large number of bug fixes and updated runtime files, the most important new features to add to the script floating point support. In addition, the amended version of one found on a number of lead to the collapse and the threat of security.
- 2022-03-24 21:02:13下载
- 积分:1
-
使用在PC机上的g729语音压缩及编码程序,对makefile进行修改即可支持在嵌入式linux平台上使用。...
使用在PC机上的g729语音压缩及编码程序,对makefile进行修改即可支持在嵌入式linux平台上使用。
- 2022-08-02 22:24:18下载
- 积分:1
-
1.嵌入式LINUX开发基础知识
2.基础实验
3.MINIGUI程序设计
4.内核实验
5.驱动模块实验
6.无线通讯实验...
1.嵌入式LINUX开发基础知识
2.基础实验
3.MINIGUI程序设计
4.内核实验
5.驱动模块实验
6.无线通讯实验-1. Embedded LINUX development of basic knowledge 2. 3.MINIGUI the basis of experimental programming 4. Core experiment 5. Drive module experiment 6. Wireless communications experiment
- 2022-06-18 09:47:29下载
- 积分:1
-
perl programming language, and a variety of functions within the implementation...
perl编程语言的内部实现以及各种函数库等的代码实现-perl programming language, and a variety of functions within the implementation of code libraries, etc. to achieve
- 2022-02-05 04:51:05下载
- 积分:1
-
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
U...
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
UC/OS―II的结构和特点,改造了UC/OS.II的实时内核,将其移植到UCLINIⅨ作为专
门处理实时进程的的内核(X2内核),从而改良UCLINUX的实时性。-For embedded real-time operating system, conducted in-depth study. On the current UCLINUX enhanced real-time operating systems of different options for a detailed analysis and comparison, presented the advantages and disadvantages of the existing program. Subsequent analysis of UC/OS-II structure and characteristics of the transformation of the UC/OS. II, real-time kernel, be transplanted to UCLINI Ⅸ as to deal specifically with real-time process, the kernel (X2 core), thereby improving UCLINUX in real time.
- 2022-07-11 11:24:58下载
- 积分:1