-
ortp协议栈(房
ortp协议栈(实时传输协议),版本:ortp-0.4.2.tar.gz-ortp protocol stack (Real-time Transport Protocol), version: ortp-0.4.2.tar.gz
- 2022-03-04 23:34:34下载
- 积分:1
-
带宽测量算法spruce源代码,能够实现对网络带宽的测量
带宽测量算法spruce源代码,能够实现对网络带宽的测量-Bandwidth measurement algorithm spruce source code, be able to achieve the measurement of network bandwidth
- 2022-11-22 15:30:03下载
- 积分:1
-
这是浙大Linux课件配套教程,对于初学者来说,提供了可靠的依据。
这是浙大Linux教程配套课件,它为初学者提供了很好的平台,里面详细介绍了LINUX的安装和应用,不仅有文字,还有截图的详细介绍,让大家一看就懂-This is Zheda Linux courseware supporting tutorials, for beginners it provides a good platform, which details the installation of LINUX and applications, not only has the text, there is a screenshot of the detailed introduction, let everyone know one look on
- 2023-07-08 21:10:07下载
- 积分: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下MPEG编解码库文件,有vc工程,纯C代码
linux下MPEG编解码库文件,有vc工程,纯C代码-The library file about MPEG coding and decoding in linux system,including VC projects and pure c codes.
- 2022-04-13 13:46:14下载
- 积分:1
-
Linux平台环境下, 告警管理的后台程序的源代码
Linux平台环境下, 告警管理的后台程序的源代码-Linux platform environment, the alarm management daemon source code
- 2022-03-17 00:55:46下载
- 积分:1
-
这个是和linux设备驱动第3版配合使用源码,在书里使用的例子源码...
这个是和linux设备驱动第3版配合使用源码,在书里使用的例子源码-This is a linux device drivers 3rd edition with the use of source, in the book example of the use of source
- 2023-03-10 14:05:04下载
- 积分:1
-
linux下的开发库minigui的演示程序1.6.9
linux下的开发库minigui的演示程序1.6.9-under linux minigui the development of the demonstration program : 1.6.9
- 2023-03-16 03:15:04下载
- 积分:1
-
Linux instruction set, so that it can be like to learn Linux but do not want to...
一个非MINI的Linux指令集,可以让那此想学Linux但又不想花太多时间的人收藏-Linux instruction set, so that it can be like to learn Linux but do not want to spend too much time on the collection
- 2022-03-01 06:00:09下载
- 积分:1
-
QNX SigC C++源代码,非常好用的工具的信号槽。
qnx下sigc++的源代码,很好用的信号插槽工具。-Under QNX sigc++ the source code, a very good tool to use the signal slot.
- 2022-03-17 16:55:59下载
- 积分:1