-
网络蜘蛛,可批量下载网页,要写配置文件,注明代理服务器等...
网络蜘蛛,可批量下载网页,要写配置文件,注明代理服务器等-network spider can download page volume, write configuration files, specifying proxy server
- 2023-06-17 20:25:03下载
- 积分:1
-
利用XML来作为Makefile的make工具源代码.
利用XML来作为Makefile的make工具源代码.-use XML as a Makefile to make the source code tool.
- 2022-11-30 23:10:03下载
- 积分:1
-
Linux下面摄像头最新源代码:支持200多中摄像头
Linux下面摄像头最新源代码:支持200多中摄像头-Linux camera following the latest source code: Support more than 200 in the camera
- 2023-08-29 22:35:03下载
- 积分:1
-
GNU 系统开发优化 C 语言程序的应用程序,能够使源程序产生缩进效果,增加程序的可读性...
GNU 系统开发优化 C 语言程序的应用程序,能够使源程序产生缩进效果,增加程序的可读性-GNU system optimized C language development of the application procedures, so that the source can produce indented effect, increased program readability
- 2023-03-01 09:05:04下载
- 积分:1
-
linux下网卡8139的驱动程序源代码
linux下网卡8139的驱动程序源代码-NIC 8139 under the driver source code
- 2023-04-13 00:30:03下载
- 积分: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上的插件。它的宿主程序是pidgin。
这是飞信程序在linux上的插件。它的宿主程序是pidgin。-This is a process in linux Fetion on plug-ins. Its host program is a pidgin.
- 2023-08-13 00:05:03下载
- 积分:1
-
gtk 入门教程,适用于初学者。一般问题都能找到答案
gtk 入门教程,适用于初学者。一般问题都能找到答案-gtk resource
- 2022-07-14 00:59:48下载
- 积分:1
-
linux下can
linux下can-driver.zip-under-driver.zip
- 2022-01-26 05:30:53下载
- 积分:1
-
基于LINUX的操作系统的设备驱动程序的开发
基于LINUX的操作系统的设备驱动程序的开发-LINUX-based operating system, device driver development
- 2022-03-24 23:52:45下载
- 积分:1