-
linux 2.6内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!...
linux 2.6内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!-linux 2.6 kernel version of the device driver Xiangjie books, linux device driver for the preparation of very useful!
- 2022-01-26 07:54:46下载
- 积分:1
-
Network Congestion Control Algorithm source, the courage to abandon the end of a...
网络拥塞控制算法源程序,敢于弃尾算法的,同样可以在ns-2仿真软件下仿真-Network Congestion Control Algorithm source, the courage to abandon the end of algorithm, the same can ns-2 simulation software Simulation
- 2022-01-26 03:06:38下载
- 积分:1
-
<Linux c编程实战>童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考...
童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考-童永清. The code, BT download software development, Linux, under development, for your information
- 2022-04-07 11:58:27下载
- 积分:1
-
Bluetooth under linux
linux下的蓝牙
- 2023-08-08 04:10:03下载
- 积分:1
-
under linux chat procedures, and client
linux下的聊天程序,server端和client端,下载后直接编译就可运行。-under linux chat procedures, and client-server side, After downloading can be directly translated operation.
- 2022-11-21 03:00:02下载
- 积分:1
-
memory checking tool
源代码valgrind
memory checking tool
源代码valgrind-3.2.1.tar.gz
这是英文使用手册-memory source code checking tool valgrind- 3.2.1. tar.gz use of this manual is in English
- 2023-08-18 11:45:03下载
- 积分:1
-
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。...
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。-High-efficiency paper filter API, using the window technique to filter paper records, the user can customize the filter conditions and the window size.
- 2022-03-24 18:42:50下载
- 积分: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下进程监控相关源代码,包括top, Ps
Linux下进程监控相关源代码,包括top, Ps-Linux advancement monitoring related source code,
including top, Ps
- 2023-06-27 16:10:04下载
- 积分:1
-
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high...
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client.
The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents.
-LibTorrent is a BitTorrent library writte n in C for* nix. with a focus on high performance and good code. T he library differentiates itself from other im plementations by transferring directly from fi le pages to the network stack. On high-bandwidt h connections it is able to seed at three times the spe ed of the official client. The client uses ncurs es and is ideal for use with screen or dtach. It su pports saving of sessions and allows the user to add and remove torrents.
- 2022-03-02 01:42:15下载
- 积分:1