-
LINUX core materials, suitable for study entry. English original book.
LINUX内核教材,适合入门学习。英文原版书。-LINUX core materials, suitable for study entry. English original book.
- 2022-05-16 01:03:16下载
- 积分: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
-
libxml,Unix / Linux的一个非常重要的基础XML相关应用提供条件…
libxml,在UNIX/LINUX下非常重要的一个库,为XML相关应用提供方便.目前上载的是最新版本,若要取得最新版本,请参考里面的readme.-libxml, UNIX/Linux a very important base of XML related applications provide convenient. Currently available on the latest version, in order to achieve the latest version, please refer to the readme inside.
- 2022-08-17 07:51:59下载
- 积分:1
-
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot...
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot ----
下载down-----
主函数main-Folder 2: circuit and code! Code source packages, including three folders: boot---- download script file down----- main function main-----
- 2022-08-23 21:17:51下载
- 积分:1
-
机群环境下投资决策模型的并行化
机群环境下投资决策模型的并行化-cluster environment of the investment decision-making model parallelization
- 2023-07-23 04:30:03下载
- 积分:1
-
测试是一个CRT / LCD屏幕测试工具。
Screentest is a CRT/LCD screen testing utility.
- 2022-03-19 07:12:26下载
- 积分:1
-
for uCOS
uCOS-II源代码,里面包括主要核心文件
供各位收藏学习-for uCOS-II source code, which includes documentation for the core collection to learning
- 2022-03-13 19:38:41下载
- 积分:1
-
GDB操作命令,方便查询,内含最常用GDB各种命令,希望大家喜欢...
GDB操作命令,方便查询,内含最常用GDB各种命令,希望大家喜欢-GDB opration commands,include useful gdb commands,just for you
- 2023-02-02 15:55:04下载
- 积分:1
-
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2编码器源代码...
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2编码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 for MPEG2 encoder source code
- 2022-05-27 00:09:06下载
- 积分:1
-
update patch to linux kernel to 2.4.34
update patch to linux kernel to 2.4.34-pre3-update patch to Linux kernel to 2.4.34- pre3
- 2023-04-17 17:35:03下载
- 积分:1