-
multithreading example
linux 多线程例子-multithreading example
- 2022-03-09 09:00:12下载
- 积分:1
-
基于tcp的文件下载程序,能下载网络上的资源
基于tcp的文件下载程序,能下载网络上的资源-Tcp-based file download process, be able to download the resources on the network
- 2022-05-08 06:35:51下载
- 积分:1
-
CSL是一种编程语言,与C语法和综合图书馆。COM…
CSL is a programming language with C syntax and comprehensive libraries. The compact scripting engine can also be embedded into your own applications as a powerful macro language. Windows Distribution utilities.
- 2022-02-04 08:39:51下载
- 积分:1
-
<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
-
经典的unix下telnet的c代码
经典的unix下telnet的c代码-classic telnet under the code c
- 2022-04-01 16:19:54下载
- 积分:1
-
操作系统中的SHELL程序~在LINUX系统中也能运行
操作系统中的SHELL程序~在LINUX系统中也能运行-SHELL procedures in the operating system ~ in LINUX system can also run
- 2022-07-25 05:07:48下载
- 积分:1
-
制作中文的和英文的字库用的~ 是xyb写的gcc编译
制作中文的和英文的字库用的~ 是xyb写的gcc编译-Produced in Chinese and English font is used in ~ xyb written compiler gcc
- 2023-05-16 06:40:03下载
- 积分:1
-
Qt是一个跨
QT是一个跨平台的开发工具,在linux中也可以使用qt,本文件介绍了在linux下进行qt开发图形用户界面!-QT is a cross-platform development tool, linux can also be used qt, this document describes the qt under linux development of graphical user interface!
- 2022-03-13 13:54:03下载
- 积分:1
-
linux 内核调试.rar
linux 内核调试.rar
linux 内核调试.rar
linux 内核调试.rar-linux kernel debugger. rar linux kernel debugger. rar
- 2023-06-16 07:15: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