-
linux kernel source version 1.00
linux 核心 源码
1.00版-linux kernel source version 1.00
- 2023-06-15 06:25:03下载
- 积分:1
-
网狐棋牌内部专用的快速打开房间连接的工具 呵呵 这可是正版用户才享有的工具 送给大家乐...
网狐棋牌内部专用的快速打开房间连接的工具 呵呵 这可是正版用户才享有的工具 送给大家乐-Fox Network Card rapid internal special tools to open the room to connect Ha ha this is genuine tool for users to enjoy to the Cafe de Coral
- 2022-04-27 14:37:49下载
- 积分:1
-
linux driver development code, it is really a good use, rest assured that under...
linux驱动开发代码,很真是的,很好用,大家放心下哈-linux driver development code, it is really a good use, rest assured that under the U.S. and Kazakhstan
- 2023-03-03 05:05:03下载
- 积分:1
-
LINUX 设备驱动程序(第二版) 配套原码
LINUX 设备驱动程序(第二版) 配套原码-Linux device driver (2nd Edition) supporting the original code
- 2022-03-25 20:58:52下载
- 积分:1
-
Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序....
Bison 是替代yacc的语法解析器. Bison能生成可以分析文本文件结构的程序.-Bison alternative generates the parser. Bison can generate text files can be analyzed structure of the procedure.
- 2022-04-15 03:51:14下载
- 积分: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
-
用于实现消息队列服务器和客户端之间的通信
用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
- 2022-12-28 03:25:03下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
在GTK写电子邮件提交表单C.
email submission form in gtk written in c.
- 2022-07-01 16:33:50下载
- 积分:1
-
mtd最新cvs的ffs系统
mtd最新cvs的ffs系统-MTD latest cvs the FFS system
- 2022-02-06 03:48:30下载
- 积分:1