-
source code of <<linux device driver II>>
LINUX设备驱动程序第二版配套源码 Alessandro rubini&Jonathan corbet著 中国电力出版社 魏永明 骆刚 姜君译 69元-source code of
- 2022-08-03 06:00:39下载
- 积分:1
-
管理online的shell程序
管理online的shell程序- Manages online the shell procedure
- 2023-07-19 17:55:04下载
- 积分:1
-
在UNIX平台下的源代码调试。
debug source code under unix platform.
-debug source code under unix platform.
- 2022-02-02 12:48:58下载
- 积分:1
-
armcortexm3s8962.rar very important
ARMCortexM3s8962.rar very important
ARMCortexM3s8962.rar very important-ARMCortexM3s8962.rar very important
ARMCortexM3s8962.rar very important
- 2022-01-26 02:28:36下载
- 积分:1
-
Red Hat Linux user base, This book is the designated official Red Hat Academy c...
《Red Hat Linux 用户基础》,这本书是红帽学院官方指定教程,但是没有附答案。这个就是那本书的答案(官方的,绝对权威),希望能对学习linux的同学有帮助。- Red Hat Linux user base, This book is the designated official Red Hat Academy curriculum, but not attached to the answer. This is the answer to that book (official, absolute authority), hoping to learn linux to help students.
- 2022-12-15 04:10:03下载
- 积分:1
-
x tookit intrinsics编程手册的源代码,最底层的linux图形界面接口函数。...
x tookit intrinsics编程手册的源代码,最底层的linux图形界面接口函数。-x tookit intrinsics programming manual source code, the bottom linux graphical interface functions.
- 2022-03-26 18:07:42下载
- 积分:1
-
This is the ARM ADC drivers, the need to prepare for some drivers do AD conversi...
这是ARM上ADC的驱动程序,对一些需要编写驱动和做AD转换的人来说,是一个很好列子-This is the ARM ADC drivers, the need to prepare for some drivers do AD conversion and the people, is a good Liezi
- 2022-03-29 13:00:45下载
- 积分:1
-
orders, the need for unix operating system will help the friends
unix命令,对需要操作unix系统的朋友一定帮助-orders, the need for unix operating system will help the friends
- 2022-07-22 17:25:13下载
- 积分: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
-
linux系统引导程序源代码,在linux系统启动之前需要一段引导代码...
linux系统引导程序源代码,在linux系统启动之前需要一段引导代码-linux system boot source code, in the linux system, need some guidance before the start code
- 2022-01-26 02:09:02下载
- 积分:1