-
linux thread example
linux线程例子-linux thread example
- 2022-07-26 13:56:31下载
- 积分:1
-
linux 下的无限网卡驱动开发
linux 下的无限网卡驱动开发-under the unlimited Ethernet Driver Development
- 2022-09-22 02:20:03下载
- 积分:1
-
Linux源代码控制程序下的邮件,包括SMTP和POP3协议…
Linux环境下mail监控程序的源代码, 包括smtp和pop3协议, 编译成动态链接库(.so)的形式-Mail under Linux source code control procedures, including the smtp and pop3 agreement, compiled the form of dynamic-link library (. So)
- 2022-01-21 01:15:13下载
- 积分: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
-
基于minigui的浏览器. 这是最新版本.
基于minigui的浏览器. 这是最新版本.-Minigui-based browser. This is the latest version.
- 2023-04-07 10:05:03下载
- 积分:1
-
Linux的性能
linux performance--network monitoring
- 2023-01-20 03: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
-
这里提供了arm和uclinux的培训的视频教程。下载下来有12g,不过里面的视频看了以后很有价值。...
这里提供了arm和uclinux的培训的视频教程。下载下来有12g,不过里面的视频看了以后很有价值。-Provided here and uClinux arm training video tutorials. Have downloaded 12g, but after watching the video inside very valuable.
- 2023-06-09 20:35:03下载
- 积分:1
-
DCAM1394 camera under Linux driver source code, very convenient, 1394 can be dri...
DCAM1394相机Linux下的驱动源码,非常好用,可以给1394驱动开发者参考。-DCAM1394 camera under Linux driver source code, very convenient, 1394 can be driven to the development of reference materials.
- 2022-12-28 10:40:04下载
- 积分:1
-
Linux Wireless LAN Project 的目标是开发一个完整的,基于标准的无线 LAN系统,这个系统用的是GNU/Linux 操作系统。把这个项目...
Linux Wireless LAN Project 的目标是开发一个完整的,基于标准的无线 LAN系统,这个系统用的是GNU/Linux 操作系统。把这个项目同Linux 无线扩展和其它 Linux无线项目区分开的是,它完全基于 IEEE 802.11标准。-Linux Wireless LAN Project"s goal is to develop a comprehensive, standards-based wireless LAN system, the system is using GNU/Linux operating system. The item with Linux wireless expansion and other wireless Linux projects are separate, it is fully based on the IEEE 802.11 standards.
- 2022-11-25 00:10:03下载
- 积分:1