-
A master of hand
高手写的手写代码!欢迎大家下载,共同交流,如果有问题,请联系我!谢谢!-A master of hand-written code to write! Welcome everyone to download, share, if there are problems, please contact me! Thank you!
- 2022-03-11 19:15:46下载
- 积分:1
-
Linux PCMCIA卡服务
Linux PCMCIA Card Services - Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.-Linux PCMCIA Card Services- Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities.
- 2022-12-13 14:20:03下载
- 积分:1
-
GNU Make Manual (Chinese translation edition) no need to say more
GNU Make 使用手册(中译版); 没必要多说-GNU Make Manual (Chinese translation edition) no need to say more
- 2023-02-27 21:50:03下载
- 积分:1
-
C++编写,国际流行的免费通讯软件,OPENSSH3.6.1源码
C++编写,国际流行的免费通讯软件,OPENSSH3.6.1源码-C++, the international fashion free communications software, OPENSSH3.6.1 FOSS
- 2022-01-25 15:26:25下载
- 积分: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
-
解决线程死锁问题的 生产者 消费者程序
解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
- 2023-04-05 16:40:04下载
- 积分:1
-
Blue
Blue-small-1.2.tar.bz2.rar
- 2022-01-30 15:06:32下载
- 积分:1
-
shell编程的好文章
shell编程的好文章-shell programming excellent article
- 2022-06-30 15:28:53下载
- 积分:1
-
videoForLinux very useful information, rare!
非常实用的videoForLinux资料,少见!-videoForLinux very useful information, rare!
- 2022-12-10 08:55:03下载
- 积分:1
-
it is a source code for ford fulkerson algorithm
it is a source code for ford fulkerson algorithm
- 2022-04-15 00:49:06下载
- 积分:1