-
Linux管理员手册,大家有兴趣就多看看吧
Linux管理员手册,大家有兴趣就多看看吧-Linux Administrator Manual, we are interested in more to see it! ! ! !
- 2022-03-12 16:10:24下载
- 积分:1
-
Linux_Logo启动图标制做,是很详细的制作过程,我公司里的资料啊!...
Linux_Logo启动图标制做,是很详细的制作过程,我公司里的资料啊!-Icon to do start Linux_Logo system is very detailed production process, I company information ah!
- 2022-09-05 23:10:03下载
- 积分:1
-
的PDF linux0.11的Linux内核源代码和说明。是非常…
linux0.11的源代码和linux内核解释的pdf。非常适合linux初学者,linux0.11的代码量为1万多行,而最新的linux源代码会有几百万行,可能一辈子也没办法全部理解,所以我们要理解linux的精髓。linux0.11版本是我们学习linux的最适合的源代码^_^,配合这位同济大学的教授的注释,真的很不错^_^-linux0.11 the linux kernel source code and explanation of the pdf. Linux is very suitable for beginners, linux0.11 code capacity of more than 10,000 lines, but the latest linux source code there will be millions of lines may have no means to all of life to understand, so we need to understand the essence of linux. linux0.11 version of linux is that we learn the most appropriate source code ^ _ ^, with the Tongji University professor notes, really good ^ _ ^
- 2022-04-08 13:46:33下载
- 积分:1
-
CALL THE PROCEDURE
CALL THE PROCEDURE- CALL THE PROCEDURE
- 2022-02-14 21:39:28下载
- 积分:1
-
往Linux 0.11系统中加入了mount/umount和读写DOS软盘和DOS分区的工具mtools...
往Linux 0.11系统中加入了mount/umount和读写DOS软盘和DOS分区的工具mtools-0.11 Linux system to add a mount/umount read and write DOS floppy disk and DOS partition tool mtools
- 2023-01-16 02:40:04下载
- 积分: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
-
Linux 内核源代码(V!1.0.9)
Linux 内核源代码(V!1.0.9)-Linux kernel source code (V! 1.0.9)
- 2022-09-28 17:00:03下载
- 积分:1
-
华中理工大学98级研究生linux系统分析报告上载
华中理工大学98级研究生linux系统分析报告上载-Huazhong University of Science and 98 postgraduate linux analysis report available
- 2022-12-16 15:50:03下载
- 积分:1
-
linux下DIo驱动,在FC5下测试通过!
linux下DIo驱动,在FC5下测试通过!-DIo under linux drivers in the test under FC5!
- 2022-04-23 15:10:27下载
- 积分:1
-
minix软件源代码
minix软件源代码-Minix source code software
- 2022-08-22 14:31:33下载
- 积分:1