-
Linux内核代码分析
Linux内核代码分析-Linux essence code analyzes
- 2022-03-18 10:35:39下载
- 积分:1
-
手机kjava程序的服务器端程序。
手机kjava程序的服务器端程序。-phone kjava process server procedures.
- 2022-02-15 12:50:21下载
- 积分:1
-
err
基于linux+gtk的压缩/解压缩工具,很小,但是很使用。欢迎一起完善。-err
- 2022-01-21 23:59:38下载
- 积分:1
-
Students can achieve on any information to add, edit, delete and other operation...
可以实现对学生信息任意添加,编辑,删除等操作,属于Qt编程。-Students can achieve on any information to add, edit, delete and other operations, belong to Qt programming.
- 2022-02-06 06:51:16下载
- 积分:1
-
RoboCup 2003 2D仿真 Trilearn队 源代码
RoboCup 2003 2D仿真 Trilearn队 源代码-Trilearn Source 2003
- 2023-07-29 15:15:05下载
- 积分: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
-
LFS中文文档6.4最新版,内附编译所需的软件包下载列表
LFS中文文档6.4最新版,内附编译所需的软件包下载列表-6.4 the latest version of LFS Chinese documents, enclosing the required packages to compile a list to download
- 2022-03-17 19:42:55下载
- 积分:1
-
MD5算法的例子
MD5算法的例子--Example of MD5 algorithm
- 2022-03-21 17:55:35下载
- 积分:1
-
Embedded GUI comparing several ways, combined with the characteristics of embedd...
综合比较了嵌入式GUI的几种实现方式,结合嵌入式系统的特点,研究了嵌入式GUI中的关键技术,
分析了嵌入式GUI与普通GUI系统的不同之处,提出一种通用的嵌入式图形用户界面系统的设计思想和体系结构,
这种嵌入式GUI实现方案具有轻型、占用资源少、可剪裁等特点。-Embedded GUI comparing several ways, combined with the characteristics of embedded systems to study the embedded GUI of the key technologies, an analysis of embedded GUI and general GUI systems differ, a general-purpose embedded graphical user interface system design concepts and architecture, the embedded GUI programs realize light, taking up less resources can be cut and so on.
- 2022-08-04 11:41:58下载
- 积分:1
-
ramfs文件系统代码及注解,是深入学习ramfs文件系统的最佳材料!荐!...
ramfs文件系统代码及注解,是深入学习ramfs文件系统的最佳材料!荐!-ramfs file system code and comments, an in-depth study ramfs file system the best materials! Recommended!
- 2023-09-03 06:15:03下载
- 积分:1