-
Motif 2.1
Motif 2.1 - Widget Writer s Guide-Motif 2.1- Widget Writer s Guide
- 2023-01-21 07:25:04下载
- 积分:1
-
ping source.
unix下ping的源代码.-ping source.
- 2022-11-13 02:20:03下载
- 积分:1
-
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgri...
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策-Tracking a memory leak under linux small procedures, usually under linux can be used mtrace valgrind to do, but in the embedded, due to memory limitations, mtrace valgrind are able to do much about
- 2022-02-26 22:11:28下载
- 积分:1
-
基于PXA3XX的SD驱动,在平台上已经通过验证
基于PXA3XX的SD驱动,在平台上已经通过验证-PXA3XX based on the SD drive, the platform has been validated
- 2022-01-25 22:21:26下载
- 积分:1
-
Mrxvt是一个小巧,快捷,功能强大的X终端仿真程序。它是基于流行的rxvt开发版,增加了多页支持,支持用户指定背景图形,透明背景,背景染色,支持多种风格的滚动...
Mrxvt是一个小巧,快捷,功能强大的X终端仿真程序。它是基于流行的rxvt开发版,增加了多页支持,支持用户指定背景图形,透明背景,背景染色,支持多种风格的滚动条,文字阴影,中文显示与输入,TrueType字体,多种UNIX平台和cygwin,等等。它不依赖于任何Gnome/KDE的库文件。-Mrxvt is a compact, fast, powerful X-terminal emulation program. It is based on the popular rxvt Developer Edition, an increase of multi-page support, support for user-specified background graphic, transparent background, background staining, supporting multiple styles of scroll bars, text shadow, Chinese display and input, TrueType fonts, a variety of UNIX platforms and cygwin, and so on. It does not depend on any Gnome/KDE library files.
- 2022-01-26 06:09:35下载
- 积分: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
-
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有...
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有参考价值.-Intel Xscale PXA270 gifted Liuzhou LINUX-source development platform, including the platform, user manual, PDF schematic diagram, kernel, driver code. A very valuable reference.
- 2022-04-22 22:50:54下载
- 积分:1
-
Linux C语言的编程,可以实现数据的传输以及接受、
Linux C语言的编程,可以实现数据的传输以及接受、-Linux Cyuyan ban
- 2022-06-12 09:03:25下载
- 积分: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
-
该材料可特别用于初学linux基础教程,可在短时间内学会linux
该材料可特别用于初学linux基础教程,可在短时间内学会linux-study
- 2023-03-13 22:45:04下载
- 积分:1