-
Linux C函数库参考手册 ,pdf
Linux C函数库参考手册 ,pdf -Linux C Library Reference Manual, pdf
- 2022-01-28 06:05:02下载
- 积分:1
-
光学指纹头加密芯片IIC的驱动(linux 2.4)
光学指纹头加密芯片IIC的驱动(linux 2.4)-The first optical fingerprint encryption chip IIC driver (linux 2.4)
- 2022-03-17 20:43:23下载
- 积分:1
-
Linux平台环境下, 告警管理的后台程序的源代码
Linux平台环境下, 告警管理的后台程序的源代码-Linux platform environment, the alarm management daemon source code
- 2022-03-17 00:55:46下载
- 积分:1
-
学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。...
学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。-learning process structure, the preparation of the daemon, the master daemon start method. More examples of the preparation process.
- 2022-06-01 01:53:41下载
- 积分:1
-
linux下的程序调试工具gdb,非常好用,
linux下的程序调试工具gdb,非常好用,-It is the debug tool "gdb"for linux,very useful
- 2023-05-15 18:40:03下载
- 积分:1
-
本文件是OpenMAX IL的核心实现参考代码
本文件是OpenMAX IL的核心实现参考代码-This file is the sample call of OpenMAX IL
- 2022-06-12 21:38:07下载
- 积分:1
-
内存垃圾收集程序,整理内存碎片,提高内存利用率
内存垃圾收集程序,整理内存碎片,提高内存利用率- The memory trash collection procedure, reorganizes the memory
fragment, raises the memory use factor
- 2022-01-26 00:50:44下载
- 积分:1
-
A simple shell with pipe have a try
A simple shell with pipe have a try
- 2022-01-27 12:54:37下载
- 积分:1
-
linux下的xml库,本人已经编译过,没有问题,请各位支持一下。...
linux下的xml库,本人已经编译过,没有问题,请各位支持一下。-xml library under linux, I have compiled, no problem, please support you.
- 2022-01-25 14:37:24下载
- 积分: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