搜索结果
找到约 9 项符合
xlib 的查询结果
Linux/Unix编程 Nxlib,一个模拟xlib的程序。使用microwindows的库来运行需要xlib支持的程序。
Nxlib,一个模拟xlib的程序。使用microwindows的库来运行需要xlib支持的程序。
书籍源码 This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS server. For Xlib programs th
This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS
server. For Xlib programs that use KeyPress events you should either
(1) set the FocusLenience resource to `True , or (2) specifically notify
the window manager that you want to receive KeyPress/KeyRelease events
(but only in pro ...
其他书籍 graphic programming using xlib
graphic programming using xlib
汇编语言 XLIB 2.0版 32位应用程序开发 ASM/C语言的DOS 扩展库
XLIB 2.0版 32位应用程序开发 ASM/C语言的DOS 扩展库
Linux/Unix编程 用于nano-x的xlib
用于nano-x的xlib,可以让一些X11程序不经修改地运行于nano-x之上。
其他书籍 Volume One: Xlib Programming Manual for Version 11 of the X Window System.
Volume One: Xlib Programming Manual
for Version 11 of the X Window System.
软件设计/软件工程 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来
按照官方的说法:Cairo is a vector graphics library with cross-device output support.
翻译过来,就是cairo是一个支持多种输出的向量图形库。
具体解释一下,也就是说,cairo是种画图的工具库,他可以向多种设备上画图,比如:
cairo可以输出到png,可以输出到pdf,可以输出到ps,可以输出到xlib,可以输出到XCB,可 ...
网络 《Linux程序设计权威指南》源代码
《Linux程序设计权威指南》源代码,包含:
awk
copyright
curses
cvs
debug
framebuffer
gnome
gnutools
gtk
i18n
kde
manual
motif
network
newt
qt
regexp
rpm
shell
style
svgalib
system
thread
xlib
ya
技术资料 基于嵌入式Linux的Qt图形程序实战开发(Qt4)
嵌入式Linux发行版上的Qt属于Qt的Embedded Linux分支平台(本文简称为Qt/E)。Qt/E在原始Qt的基础上,做了许多出色的调整以适合嵌入式环境。同桌面版的Qt/X11相比,嵌入式的Qt/E很节省内存,因为它不需要X server或是Xlib库,它在底层摒弃了Xlib,采用Framebuffer(帧缓冲)作为底层图形接口。Qt/E的应用程序可以直接写内核 ...