-
AT91RM9200, ATEMEL s920T kernel driver soruce codes for linux.
at91rm9200 ATEML 公司920t内核 linux下设备驱动源码-AT91RM9200, ATEMEL s920T kernel driver soruce codes for linux.
- 2022-05-08 10:02:54下载
- 积分:1
-
alienmind
AlienMind-1.2.tar.bz2
- 2022-07-21 16:48:45下载
- 积分: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
-
嗨,thisistheospptforlinux
hi, thisistheospptforlinux
- 2022-08-05 09:32:51下载
- 积分:1
-
在Linux下的服务器配置与管理,系统平台选用Redhat 9.0
在Linux下的服务器配置与管理,系统平台选用Redhat 9.0-Under the Linux server configuration and management, system platform selection Redhat 9.0
- 2022-02-16 10:08:28下载
- 积分:1
-
Linux Kernel中文手册
Linux Kernel中文手册-manual Chinese Linux Kernel
- 2022-04-17 08:49:26下载
- 积分:1
-
linux support mpc83xx chip SPI driver is conducive to the upper application deve...
linux 支持mpc83xx芯片的SPI驱动程序,有利于上层应用程序的开发-linux support mpc83xx chip SPI driver is conducive to the upper application development
- 2022-04-29 19:19:27下载
- 积分:1
-
这本书以unix系统为背景,在全面介绍…
本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel" s internal data structures and algorithms. Procedures described in the file system, such as scheduling and storage management.
- 2023-05-20 06:30:04下载
- 积分:1
-
当前最完善的OBDD程序实现。可用于并行计算分析,网络图论分析...
当前最完善的OBDD程序实现。可用于并行计算分析,网络图论分析-At present, the most perfect realization of OBDD procedures. Analysis can be used for parallel computing, network graph theory analysis
- 2022-11-02 05:10:04下载
- 积分:1
-
jsp实现文件上传下载 执行服务器端脚本功能
jsp实现文件上传下载 执行服务器端脚本功能 -jsp file upload download realize the implementation of server-side scripting
- 2022-12-22 21:25:03下载
- 积分:1