-
atmel芯片的LINUX补丁,适用于2.6.21内核
atmel芯片的LINUX补丁,适用于2.6.21内核-atmel chip LINUX patch for 2.6.21 kernel
- 2022-01-21 18:54:41下载
- 积分:1
-
有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试...
有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试-the deocde code, including endore and decore two parts, and provide the corresponding test tools
- 2022-01-23 11:09:41下载
- 积分:1
-
linux下桥接软件源码
linux下桥接软件源码-linux-source software under the bridge
- 2022-03-06 23:59:09下载
- 积分:1
-
Linux高级编程(英文版),推荐
Linux高级编程(英文版),推荐-Linux Advanced Programming (English), Recommended
- 2022-03-13 16:26:40下载
- 积分:1
-
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
-
宽度= 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
-
wm8976 linux2.6.26 ALSA 音频驱动
wm8976 linux2.6.26 ALSA 音频驱动-wm8976 linux2.6.26 ALSA video driver
- 2023-01-27 23:00:03下载
- 积分:1
-
用C语言在Linux操作系统的USB模块
usb modual with c at Linux operation system-usb modual with c at Linux operation system
- 2022-03-05 11:32:46下载
- 积分:1
-
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教...
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教-meun
- 2023-02-20 05:15:03下载
- 积分:1
-
About:
Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package...
About:
Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface.
Release focus: Minor bugfixes
Changes:
Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option -x|--expand has been removed. Several bugs have been fixed in paco, gpaco, and rpm2paco.
Author:
David Rosal-About:
Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface.
Rel
- 2022-01-31 22:36:41下载
- 积分:1