-
<Linux c编程实战>童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考...
童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考-童永清. The code, BT download software development, Linux, under development, for your information
- 2022-04-07 11:58:27下载
- 积分:1
-
C++.GUI.Programming.with.Qt.4.chm
qt开发经典
C++.GUI.Programming.with.Qt.4.chm
qt开发经典-C++.GUI.Programming.with.Qt.4.chm
- 2023-06-09 11:00:04下载
- 积分:1
-
linux下的进程开发实例,对理解linux进程概念及操作有价值。
linux下的进程开发实例,对理解linux进程概念及操作有价值。-the process of development under linux examples linux process of understanding the concept and operation of value.
- 2022-01-22 16:50:12下载
- 积分:1
-
boids of C language code, in the under LINUX
boids的C语言代码,在LINUX下实现-boids of C language code, in the under LINUX
- 2023-05-19 07:35:04下载
- 积分:1
-
博客服务提供商
bsp-fujitsu-jade-evb-roadmap.zip QNX的BSP包,可直接使用-bsp-fujitsu-jade-evb-roadmap.zip QNX the BSP package, can be directly used
- 2023-01-05 19:50:04下载
- 积分:1
-
Linux设备驱动开发详解_nor驱动范例
Linux设备驱动开发详解_nor驱动范例-Linux device driver development driver _nor Detailed Example
- 2022-03-19 02:03:05下载
- 积分:1
-
libraw1394 is the only supported interface to the kernel side raw1394 of
the L...
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space. Through libraw1394/raw1394, applications can directly
send to and receive from other nodes without requiring a kernel driver for the
protocol in question.
-libraw1394 is the only supported interfac e to the kernel side raw1394 of the Linux IEEE-13 94 subsystem. which provides direct access to the connected one 394 buses to user space. Through libraw1394/ra w1394. applications can directly send to and receive f rom other nodes without requiring a kernel driv er for the protocol in question.
- 2022-11-09 18:55:04下载
- 积分: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
-
multithreading example
linux 多线程例子-multithreading example
- 2022-03-09 09:00:12下载
- 积分:1
-
jacobi algorithm pthreads unix
jacobi algorithm pthreads unix
- 2022-04-09 07:38:04下载
- 积分:1