-
linux 0.11 内核注释,作者写的非常详尽深刻,是学习操作系统不可或缺的一本书,介绍了内核代码组织结构与相互之间的关系,还说明了编译内核的方法...
linux 0.11 内核注释,作者写的非常详尽深刻,是学习操作系统不可或缺的一本书,介绍了内核代码组织结构与相互之间的关系,还说明了编译内核的方法-linux 0.11 kernel notes, the authors write very detailed and profound, is to learn the operating system an indispensable book on the organizational structure of the kernel code and the mutual relations, but also describes the method of compiling the kernel, etc.
- 2022-06-26 07:44:36下载
- 积分:1
-
KDE 2 bible.rar QT编程。
kde 2 qt programming bible.rar.
Qt development enviroinment-kde 2 qt programming bible.rar.
Qt development enviroinment
- 2022-09-29 03:45:05下载
- 积分:1
-
天津 改进后的 RCSSROBOCUP 代码
天津 改进后的 RCSSROBOCUP 代码-Tianjin RCSSROBOCUP improved code
- 2022-08-11 17:21:33下载
- 积分:1
-
该压缩包包含了GTK+的大量API函数,很值得推荐,为您在实际设计过程中节省了宝贵的时间,提高了效率。...
该压缩包包含了GTK+的大量API函数,很值得推荐,为您在实际设计过程中节省了宝贵的时间,提高了效率。-The compressed packet contains GTK+ A large number of API functions, it is worthy of recommendation for you in the actual design process to save valuable time and increase efficiency.
- 2022-04-23 11:06:31下载
- 积分:1
-
自制基于Linux2.6.14的cramfs格式的根文件系统
自制基于Linux2.6.14的cramfs格式的根文件系统-Self-made based on Linux2.6.14 the cramfs root file system format
- 2022-02-22 09:24:07下载
- 积分: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 下的网络内核驱动开发的详细介绍,了角Linux网络驱动的良好教程...
关于Linux 下的网络内核驱动开发的详细介绍,了角Linux网络驱动的良好教程 -On the Linux kernel under the Network-driven development of a detailed introduction, the angle of a good Linux Network Driver Guide
- 2022-07-25 06:20:00下载
- 积分:1
-
嵌入式Linux入门
Embedded Linux Primer- 2006 by Hoffman.chm
- 2022-06-20 19:43:34下载
- 积分:1
-
gtk插件
gtk下的插件程序module.tar.gz-gtk of plug-ins module.tar.gz
- 2022-02-07 18:10:00下载
- 积分:1
-
This is Assmbler command document as
This Assmbler command document as-This is Assmbler command document as
- 2023-01-12 11:35:04下载
- 积分:1