-
uClinux源代码中Make文件完全解析
uClinux源代码中Make文件完全解析-uClinux source code Make paper is completely resolved
- 2022-01-30 20:44:19下载
- 积分:1
-
它是为独立的平台执行的刻录功能,它支持的光盘+ / +…
用于独立平台执行DVD刻录功能,支持DVD+R/+RW光盘。
- 2022-01-26 05:29:18下载
- 积分:1
-
用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz
用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz-for grub in a plane screen. Amend/boot/grub/grub.conf sp lashimage = (hd0, a)/boot/grub/m.xpm.gz
- 2022-01-26 07:37:10下载
- 积分:1
-
huaheng development board s3c2410 button interrupt handling example
华恒开发板s3c2410 按钮中断处理示例-huaheng development board s3c2410 button interrupt handling example
- 2022-11-24 22:15:03下载
- 积分:1
-
Moto A1200 kernel SRC
Moto A1200 kernel SRC
- 2022-01-26 05:21:13下载
- 积分: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
-
很好的unix教程,从简单到复杂,原理明了,还有许多例子,无论对于初学者还是精通者都是很好的一部教程...
很好的unix教程,从简单到复杂,原理明了,还有许多例子,无论对于初学者还是精通者都是很好的一部教程-Good unix tutorial, from the simple to the complex, the principle to understand, there are many examples, both for the beginner or are proficient in a very good tutorial
- 2022-07-25 05:26:33下载
- 积分:1
-
source sip, sip proxy server on the use of Osip Library
sip的源码,关于sip 代理服务器的,使用Osip库-source sip, sip proxy server on the use of Osip Library
- 2022-06-21 09:06:05下载
- 积分:1
-
一个自动生成makefile的工具,对于小型linux的工程,这个工具很好!...
一个自动生成makefile的工具,对于小型linux的工程,这个工具很好!-An automatic makefile generation tool, for small linux project, this tool is very good!
- 2022-03-15 23:59:20下载
- 积分:1
-
一个在uninx/linux系统下制作动态库的源码,例子,比较好用
一个在uninx/linux系统下制作动态库的源码,例子,比较好用-A uninx/linux System Create a dynamic library source, for example, compare the ease of use
- 2023-04-10 08:15:02下载
- 积分:1