-
线程中使用Semaphore的例子
线程中使用Semaphore的例子 -The example for using semaphore in thread
- 2022-03-16 04:24:14下载
- 积分:1
-
Unix操作系统实验,包括UNIX 操作系统的使用及SHELL 编程以及进程的创建和管理(使用fork()函数)...
Unix操作系统实验,包括UNIX 操作系统的使用及SHELL 编程以及进程的创建和管理(使用fork()函数)
-Unix operating system, including the use of the UNIX operating system and programming SHELL process and the creation and management (using the fork () function)
- 2023-01-13 08: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
-
ping source.
unix下ping的源代码.-ping source.
- 2022-11-13 02:20:03下载
- 积分:1
-
linux/unix下关于线程的代码。
linux/unix下关于线程的代码。-linux/unix under the code of threads.
- 2022-03-02 09:22:31下载
- 积分:1
-
用于词法分析的词法分析器
用于词法分析的词法分析器-for lexical analysis of the lexical analyzer
- 2022-12-29 10:05:04下载
- 积分:1
-
linux下用的解压缩软件
linux下用的解压缩软件-under the decompression software
- 2023-09-04 21:05:04下载
- 积分:1
-
Qt dialog with the realization of standards to reduce the majority of code, and...
用qt实现标准对话框,减少大部分代码,和一般的语言达到同样的效果-Qt dialog with the realization of standards to reduce the majority of code, and general language to achieve the same effect
- 2022-05-14 16:22:16下载
- 积分:1
-
C / C++ util包下一些Unix,如原木、纸、时间、异常,等等。
一些unix下的c/c++的util包,例如日志、文件、时间、异常等-Some unix under c/c++ The util package, such as logs, paper, time, unusual, etc.
- 2022-04-16 04:20:37下载
- 积分:1
-
libxml,Unix / Linux的一个非常重要的基础XML相关应用提供条件…
libxml,在UNIX/LINUX下非常重要的一个库,为XML相关应用提供方便.目前上载的是最新版本,若要取得最新版本,请参考里面的readme.-libxml, UNIX/Linux a very important base of XML related applications provide convenient. Currently available on the latest version, in order to achieve the latest version, please refer to the readme inside.
- 2022-08-17 07:51:59下载
- 积分:1