-
2410的触摸屏编程源代码。
(请打开串口通信才能看到效果。)...
2410的触摸屏编程源代码。
(请打开串口通信才能看到效果。)-2410 touch-screen programming source code. (Please open the serial port communication in order to see the effect.)
- 2022-04-15 19:04:27下载
- 积分:1
-
linux c 的函数使用大全,所有的函数都有
linux c 的函数使用大全,所有的函数都有-the function uses Daquan, all have a function
- 2022-03-23 02:38:16下载
- 积分:1
-
Blue
Blue-small-1.2.tar.bz2.rar
- 2022-01-30 15:06:32下载
- 积分:1
-
一个Linux环境下的串口驱动程序
一个Linux环境下的串口驱动程序-a Linux environment Serial Driver
- 2022-05-24 10:37:08下载
- 积分: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 设备驱动开发详解,适合初学者使用。part two。
linux 设备驱动开发详解,适合初学者使用。part two。-linux device driver development Xiang Jie, suitable for beginners to use. part two.
- 2023-03-26 11:10:07下载
- 积分:1
-
unix 下c语言拆解汉字字符
unix 下c语言拆解汉字字符-c under unix dismantling Chinese language characters
- 2022-01-25 21:10:37下载
- 积分:1
-
鸟哥的Linux的一部分,
比较基础,系统,条理。
我做成了PDF格式并作了些注视,版权归鸟哥。
另外,此为繁体版本。...
鸟哥的Linux的一部分,
比较基础,系统,条理。
我做成了PDF格式并作了些注视,版权归鸟哥。
另外,此为繁体版本。-Bird brother of Linux as part of basis of comparison, systematic, well-organized. I made the PDF format and made more attention brother belongs to the birds. In addition, the Traditional version.
- 2022-11-27 21:15:04下载
- 积分:1
-
saac 石器时代的 saac the Stone Age
saac 石器时代的 saac the Stone Age -saac the Stone Age
- 2022-02-26 01:22:01下载
- 积分:1
-
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材...
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材-the Embedded Linux Driver Development Guide to the portal, based on the internal huaheng technology materials
- 2022-03-22 04:27:19下载
- 积分:1