-
三星s3c6410 Android移植文档,android篇
三星s3c6410 Android移植文档,android篇
-三星s3c6410 Android移植文档,android篇
- 2022-12-27 04:30:03下载
- 积分:1
-
一周内学会linux系统管理PPT文档。第一讲Linux的概述.ppt第十六讲NFS服务.ppt...
一周内学会linux系统管理PPT文档。第一讲Linux的概述.ppt第十六讲NFS服务.ppt-Institute of linux system administration within a week PPT document. First talk about Linux, an overview. Ppt 16th speaking NFS services. Ppt
- 2022-08-05 23:53:18下载
- 积分: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
-
课程设计模拟进程调度 管理
课程设计模拟进程调度 管理-curriculum design simulation process scheduling management
- 2023-01-26 05:40:04下载
- 积分:1
-
Snmp(简单网管协议)软件包。
Snmp(简单网管协议)软件包。-Snmp (simple network management agreement) software package.
- 2022-04-29 02:13:55下载
- 积分:1
-
用Socket实现的客户端send 、receive测试
用Socket实现的客户端send 、receive测试-Socket client send, receive test
- 2023-02-11 06:25:03下载
- 积分:1
-
Qt3 example source code, are adopted by the compiler, you can run!
qt3的例子源程序,都是编译通过的,可以运行!-Qt3 example source code, are adopted by the compiler, you can run!
- 2022-02-04 15:06:14下载
- 积分:1
-
linux unix makefile 编写指南
linux unix makefile 编写指南-guidelines for the preparation of unix makefile
- 2022-09-05 02:30:03下载
- 积分:1
-
Linux
LINUX驱动编程,蛮好的,慢慢学习吧;不错的资料啊-LINUX-driven programming, fine, and slowly learning it good information ah
- 2022-03-18 01:19:03下载
- 积分:1
-
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。...
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。-A detailed description of the internal bootloader changes the principle has been of concern to academicians paper.
- 2022-05-22 19:10:30下载
- 积分:1