-
Red Hat Linux user base, This book is the designated official Red Hat Academy c...
《Red Hat Linux 用户基础》,这本书是红帽学院官方指定教程,但是没有附答案。这个就是那本书的答案(官方的,绝对权威),希望能对学习linux的同学有帮助。- Red Hat Linux user base, This book is the designated official Red Hat Academy curriculum, but not attached to the answer. This is the answer to that book (official, absolute authority), hoping to learn linux to help students.
- 2022-12-15 04:10:03下载
- 积分:1
-
KMPlayer
kmplayer公司
- 2022-02-15 04:06:59下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1
-
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!...
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!-《C++ GUI Qt3 Programming》 Chinese editions of printed books in the source code for all examples, use the qmake tool to compile!
- 2022-05-23 03:28:51下载
- 积分:1
-
unxi下共享内存的使用,提高系统效率
unxi下共享内存的使用,提高系统效率-unxi under the use of shared memory, increase system efficiency
- 2022-03-29 20:53:48下载
- 积分:1
-
TRACE的源代码,在LINUX调试程序要使用的.
TRACE的源代码,在LINUX调试程序要使用的.-TRACE
- 2023-01-09 08:55:03下载
- 积分:1
-
Linux device driver source code examples to introduce the simple driver guide th...
Linux设备驱动例子源代码,介绍简单的驱动程序的编写入门指导-Linux device driver source code examples to introduce the simple driver guide the preparation of entry
- 2022-02-21 05:53:24下载
- 积分:1
-
rtl8187的源码,最新的,从官方网站来的
rtl8187的源码,最新的,从官方网站来的-rtl8187 the source, the latest from the official website of
- 2022-05-14 11:06:37下载
- 积分:1
-
a LINUX operating in the shell and realized the running order, I/O redirection a...
一个在LINUX下运行的shell程序,实现了命令运行,I/O重定向和环境变量处理等功能。-a LINUX operating in the shell and realized the running order, I/O redirection and environmental variables as well.
- 2022-09-16 09:00:03下载
- 积分:1
-
图形操作代码,基于240 * 320液晶和2416
图形操作的代码,基于240*320液晶及2416-Graphic operation code, based on 240* 320 LCD and the 2416
- 2022-05-22 09:15:03下载
- 积分:1