-
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路-A high-level training of internal information, are very valuable, readers can grasp the basic ideas embedded
- 2022-01-25 19:59:45下载
- 积分: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
-
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教...
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教-meun
- 2023-02-20 05:15:03下载
- 积分:1
-
bank's intermediate business procedures
银行中间业务处理程序-bank"s intermediate business procedures
- 2022-01-31 09:59:43下载
- 积分:1
-
unix下实现5个哲学家之间的取食和思考的问题的一个实验
unix下实现5个哲学家之间的取食和思考的问题的一个实验-unix implementation of five between the philosopher and consider the problem of feeding an experimental
- 2023-05-08 19:00:03下载
- 积分:1
-
Graphviz
Graphviz - Graph Drawing Programs from AT&T Research and Lucent Bell Labs
See doc/build.html for prerequisites and detailed build notes.
-Graphviz- Graph Drawing Programs from AT&T Research and Lucent Bell Labs
See doc/build.html for prerequisites and detailed build notes.
- 2022-02-13 18:26:34下载
- 积分:1
-
详细解释了vivi这种bootloader的实现过程,对理解一般的bootloder有很好的辅助作用...
详细解释了vivi这种bootloader的实现过程,对理解一般的bootloder有很好的辅助作用
- 2022-03-03 00:19:40下载
- 积分:1
-
C语言写的报文转换程序,包含头文件和源代码、数据库设计
C语言写的报文转换程序,包含头文件和源代码、数据库设计-C language text was written by the conversion process, including header files and source code, database design
- 2022-08-26 12:16:04下载
- 积分:1
-
GNUWget 网页下载源码 设置网址 深度和广度优先
GNUWget 网页下载源码 设置网址 深度和广度优先-GNUWget downloaded source code to set the depth and breadth of the first web site
- 2022-04-12 22:08:27下载
- 积分:1
-
最新 linux U
最新 linux U-boot 1. 3. 1-U-boot1.3.1 for linux
- 2022-09-12 03:00:03下载
- 积分:1