-
described unix, linux under inter
描述unix,linux下进程间通信方式-described unix, linux under inter-process communication
- 2023-01-19 03:35:03下载
- 积分:1
-
elks操作系统,一个小型轻量级的linux内核的操作系统实现。
elks操作系统,一个小型轻量级的linux内核的操作系统实现。-elks operating system, a small lightweight linux operating system kernel to achieve.
- 2022-03-19 13:17:49下载
- 积分:1
-
Marvell LAN driver source
Marvell 网卡驱动程序原码-Marvell LAN driver source
- 2022-09-04 13:10:02下载
- 积分:1
-
用于串口传送的一种 串口协议打包拆包示例
用于串口传送的一种 串口协议打包拆包示例-for serial transmission of a serial agreement packing unpacking example
- 2022-02-15 06:29:49下载
- 积分: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设备驱动程序的设计与研究-University of Electronic Science and Technology Master
- 2023-05-21 19:25:03下载
- 积分:1
-
unix 下c语言拆解汉字字符
unix 下c语言拆解汉字字符-c under unix dismantling Chinese language characters
- 2022-01-25 21:10:37下载
- 积分:1
-
linux环境下利用fortran语言开发,地震勘探中利用射线法进行转换波模拟的程序。在目录下执行make进行编译,在demo目录中有该程序的例子....
linux环境下利用fortran语言开发,地震勘探中利用射线法进行转换波模拟的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.-linux environment using fortran language development, the use of seismic ray method to convert wave simulation procedures. Make the implementation of the directory to compile, in the demo directory has the program examples.
- 2022-02-22 11:04:20下载
- 积分:1
-
无关锁算法的线程池。使用了pthread库,主要的亮点是无关锁数据结构。...
无关锁算法的线程池。使用了pthread库,主要的亮点是无关锁数据结构。- a thread pool based on lockfree ogrithem.
- 2022-07-25 06:04:42下载
- 积分:1
-
直击Linux:12问
1.什么是Linux?
Linux是一个诞生于网络、成长于网络且成熟于网络的奇特的操作系统。...
直击Linux:12问
1.什么是Linux?
Linux是一个诞生于网络、成长于网络且成熟于网络的奇特的操作系统。-Live Linux: 12 question one. What is Linux? Linux is a birth in the network, grew up in the network and the maturity of the peculiar network operating system.
- 2022-05-26 06:16:51下载
- 积分:1