-
编程语言
Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language-- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
- 2022-05-30 01:53:14下载
- 积分:1
-
Materials UNLIX good study of the internal telecommunications information should...
学习UNLIX的好材料 电信内部资料 不容错过-Materials UNLIX good study of the internal telecommunications information should not be missed
- 2022-04-13 01:23:18下载
- 积分:1
-
LINUX内核分析方法谈,PDF格式
LINUX内核分析方法谈,PDF格式-LINUX essence analysis method discussed, PDF form
- 2023-05-28 20:10:03下载
- 积分:1
-
uClinux environment keys to the driver and the corresponding development of the...
uClinux 环境下按键的驱动程序及相应的用户开发的简单实例。还有Makefile文件,直接在CygWin环境下编译可直接运行。-uClinux environment keys to the driver and the corresponding development of the user simple examples. There Makefile, CygWin directly in the environment can be compiled to run.
- 2023-04-12 19:30:04下载
- 积分:1
-
电子科技大学的硕士论文嵌入式Linux设备驱动程序的设计与研究...
电子科技大学的硕士论文嵌入式Linux设备驱动程序的设计与研究-University of Electronic Science and Technology Master
- 2023-05-21 19:25:03下载
- 积分:1
-
libosip
libosip-0.9.7源码-libosip- 0.9.7 source
- 2022-02-26 10:37:12下载
- 积分:1
-
基于qt的串口多线程编程,是学习多线程编程的好例子
基于qt的串口多线程编程,是学习多线程编程的好例子-Qt-based serial multi-threaded programming, multi-threaded programming is to learn from good examples
- 2022-01-24 12:29:35下载
- 积分: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的资料,能很好的提高这相关知识
一本很好关于Linux的资料,能很好的提高这相关知识-A very good information about Linux can be a very good knowledge of this improve
- 2022-02-10 02:11:48下载
- 积分:1
-
a TCP
一个基于TCP传输的类,很好用-a TCP-based categories, with good
- 2022-01-31 21:55:21下载
- 积分:1