-
用于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
-
linux
linux示例4
- 2022-02-07 18:28:23下载
- 积分:1
-
A Shaoxie s3c44b0 and s3c2410 tools
一款烧写s3c44b0和s3c2410的工具-A Shaoxie s3c44b0 and s3c2410 tools
- 2022-10-20 19:40:03下载
- 积分:1
-
linux 学习的课件,有源码分析,PPT文档,
linux 学习的课件,有源码分析,PPT文档,-linux learning courseware, has source code analysis, PPT documents,
- 2022-08-19 04:48:07下载
- 积分:1
-
《深入理解linux内核》第二版英文chm版
《深入理解linux内核》第二版英文chm版- In-depth understanding of linux kernel, the second edition of the English edition chm
- 2022-03-07 03:45:54下载
- 积分:1
-
linux下排序的源代码,很好的,可以省了很多精力去写排序的代码,直接就可以用...
linux下排序的源代码,很好的,可以省了很多精力去写排序的代码,直接就可以用-linux source code under the sort, very good, and can save a lot of energy to write sort of code can be used directly on
- 2022-08-19 11:47:15下载
- 积分:1
-
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使...
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使用PCX文件作为日志和签名文件,可以用ASCII文本覆盖。-ASCII document will be converted into fax (tiff) format file from the command line procedures. It might Hylafax (Linux) and bgfax (DOS/Windows) to work together. PCX use it as a log file and signature files, you can use ASCII text coverage.
- 2023-01-27 02:10:04下载
- 积分:1
-
it is a source code for ford fulkerson algorithm
it is a source code for ford fulkerson algorithm
- 2022-04-15 00:49:06下载
- 积分:1
-
linux线程编程
linux线程编程-linux multi-thread programming
- 2023-08-29 16:25: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