-
linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!...
linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!-linux under the thread pool, which conditions the use of variables, such as maintaining Mutex variable to synchronize threads!
- 2023-01-09 12:40:03下载
- 积分:1
-
我要加入,通过我把
我要加入,通过我把-I want to join through me
- 2022-04-15 23:19:08下载
- 积分: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 下的串口测试程序, 实现功能:发送键盘输入的字符, 接受串口字符并在终端显示...
linux 下的串口测试程序, 实现功能:发送键盘输入的字符, 接受串口字符并在终端显示-linux serial port testing under procedures realize functions: Send keyboard input characters to accept serial characters displayed in the terminal
- 2023-04-17 09:00:03下载
- 积分:1
-
编程语言
Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language-- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
- 2022-05-30 01:53:14下载
- 积分:1
-
斑点检测。采用XScale(fvscaler功能)
Blob autotest. Used on xscale (fvscaler function)
- 2023-01-01 18:15:04下载
- 积分:1
-
a dynamic process dates c
一个动态日期c程序-a dynamic process dates c
- 2023-01-02 20:40:03下载
- 积分:1
-
一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描.. 关于vlan的c源代码...
一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描.. 关于vlan的c源代码-a multithreaded port scanning procedures, can open any number of threads, can stop at any time on vlan scanning .. c source code
- 2022-04-24 18:11:14下载
- 积分:1
-
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态....
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态.-linux kernel source code of the Chinese reading, so beginners can better study and understand the linux kernel, as soon as possible to enter the state.
- 2023-06-14 19:00:09下载
- 积分:1
-
tools.03b.zip
tools.03b.zip
- 2022-05-06 11:43:56下载
- 积分:1