-
详细讲述linux0.11内核源代码,讲述系统初始化,进程产生、调度、执行、终止等过程,内存的管理等。...
详细讲述linux0.11内核源代码,讲述系统初始化,进程产生、调度、执行、终止等过程,内存的管理等。-Linux0.11 to describe in detail the kernel source code, about the system initialization process, scheduling, execution, termination, such as process, memory management.
- 2022-07-23 23:44:46下载
- 积分:1
-
unix下的信号量控制
unix下的信号量控制-under the volume control signal
- 2022-05-07 09:21:03下载
- 积分:1
-
最权威的LINUX内核安装与更新
最权威的LINUX内核安装与更新-most authoritative Linux kernel installation and updating
- 2022-07-05 03:51:41下载
- 积分:1
-
我要加入,通过我把
我要加入,通过我把-I want to join through me
- 2022-04-15 23:19:08下载
- 积分:1
-
集成了多种操作系统和数据库的makefile,主要包括AIX/LINUX/SCO
集成了多种操作系统和数据库的makefile,主要包括AIX/LINUX/SCO-UNIX,数据库包括:Oracle和informix-Integrates a variety of operating systems and databases makefile, include AIX/LINUX/SCO-UNIX, databases, including: Oracle and informix
- 2022-03-15 07:10:05下载
- 积分:1
-
实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令
实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
- 2022-03-26 11:27:10下载
- 积分:1
-
under linux camera image acquisition format conversion tools
linux下摄像头采集的图像格式转换工具-under linux camera image acquisition format conversion tools
- 2022-07-20 01:55:53下载
- 积分:1
-
嵌入式xlinux根5.4
embedded xLinux root 5.4
- 2022-01-25 15:21:58下载
- 积分: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
-
STV0297的QAM解码芯片的 Linux 驱动程序
STV0297的QAM解码芯片的 Linux 驱动程序-STV0297 Linux driver
- 2023-08-16 06:40:03下载
- 积分:1