搜索:XLIB
找到约 10 项符合「XLIB」的查询结果
结果 10
https://www.eeworm.com/dl/542/278462.html
其他书籍
graphic programming using xlib
graphic programming using xlib
https://www.eeworm.com/dl/619/296067.html
Linux/Unix编程
用于nano-x的xlib
用于nano-x的xlib,可以让一些X11程序不经修改地运行于nano-x之上。
https://www.eeworm.com/dl/619/199841.html
Linux/Unix编程
Nxlib,一个模拟xlib的程序。使用microwindows的库来运行需要xlib支持的程序。
Nxlib,一个模拟xlib的程序。使用microwindows的库来运行需要xlib支持的程序。
https://www.eeworm.com/dl/542/314059.html
其他书籍
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.
https://www.eeworm.com/dl/644/286275.html
汇编语言
XLIB 2.0版 32位应用程序开发 ASM/C语言的DOS 扩展库
XLIB 2.0版 32位应用程序开发 ASM/C语言的DOS 扩展库
https://www.eeworm.com/dl/532/277285.html
书籍源码
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 eve ...
https://www.eeworm.com/dl/833150.html
技术资料
基于嵌入式Linux的Qt图形程序实战开发(Qt4)
嵌入式Linux发行版上的Qt属于Qt的Embedded Linux分支平台(本文简称为Qt/E)。Qt/E在原始Qt的基础上,做了许多出色的调整以适合嵌入式环境。同桌面版的Qt/X11相比,嵌入式的Qt/E很节省内存,因为它不需要X server或是Xlib库,它在底层摒弃了Xlib,采用Framebuffer(帧缓冲)作为底层图形接口。Qt/E的应 ...
https://www.eeworm.com/dl/635/243634.html
网络
《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
https://www.eeworm.com/dl/617/372268.html
压缩解压
这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices
这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用:
首先需要进行声明:
...
using System.Runtime.InteropServices
public class win32{
[DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")]
public static extern int capInitCamera()
} ...
https://www.eeworm.com/dl/684/184769.html
软件设计/软件工程
按照官方的说法: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 ...