-
Linux 内核研究与探索.rar
Linux 内核研究与探索.rar
Linux 内核研究与探索.rar
Linux 内核研究与探索.rar-Research and explore Linux kernel. Rar Linux kernel Research and Exploration. Rar
- 2022-08-13 18:43:59下载
- 积分:1
-
java client programming examples.
java客户端编程例子。-java client programming examples.
- 2022-08-09 14:18:47下载
- 积分: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
-
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。-klibc streamlining procedures for the c library, to support linux, unix and other small applications.
- 2022-02-03 09:06:11下载
- 积分:1
-
Qtopia source of multimedia recording, support WAV format recording PCM and G711
Qtopia下的多媒体录音源码,支持WAV格式的PCM和G711录音-Qtopia source of multimedia recording, support WAV format recording PCM and G711
- 2022-01-31 11:33:08下载
- 积分:1
-
介绍linux下文件和设备编程
介绍linux下文件和设备编程-introduced documents and device programming
- 2022-03-25 10:00:50下载
- 积分:1
-
这些文件包含的“磁盘录像机”的源代码,
These files contain the source code of the "Video Disk Recorder",
which is based on the DVB driver of the LinuxTV project.-These files contain the source code of the " Video Disk Recorder " which is based on the DVB driver of the LinuxTV pr oject.
- 2023-07-31 18:05:04下载
- 积分:1
-
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。...
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。-telnet on the linux source code to achieve a very comprehensive source using C language implementation, it is easily ported to an embedded system.
- 2022-03-20 16:08:15下载
- 积分:1
-
GIZA++是自然语言处理的一个非常重要的工具
giza++ 是词语对齐的重要开源工具,做自然语言处理必备的工具-giza++ is an very important tool for natural language processing
- 2022-07-02 03:39:53下载
- 积分:1
-
操作系统的自学课程实验。要学操作系统指令的朋友就下吧。...
操作系统的自学课程实验。要学操作系统指令的朋友就下吧。-operating system self-learning experiment. To learn the operating system on the instructions of a friend are you.
- 2022-06-16 02:23:11下载
- 积分:1