-
Kernel is the heart of the system, run the program and management are as disk an...
内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the most popular free Linux computer operating system core. It is a language with C, in line with the POSIX standard Unix-type operating system. This procedure linux1.0 are the kernel source code!
- 2022-03-16 05:30:05下载
- 积分:1
-
ADS下的测试通过的CAN总线的程序.好东西啊!
ADS下的测试通过的CAN总线的程序.好东西啊!-ADS under test through the CAN bus procedures. Good thing ah!
- 2022-11-24 05:45:03下载
- 积分:1
-
Linux 设备驱动 Edition 3
By Jonathan Corbet, Alessandro Rubini, and Greg Kroah...
Linux 设备驱动 Edition 3
By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
由 quickwhale 翻译的简体中文版 V0.1.0 2006-6-2 -Linux Device Driver Edition 3By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman from quickwhale Translation Simplified Chinese Edition V0.1.0 2006-6-2
- 2022-01-26 03:44:56下载
- 积分:1
-
xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何...
xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何Windows应用程序一样,它可以无缝拼接到UNIX 应用程序中。在UNIX/Linux和Windows网络环境中,Xmanager 是最好的连通解决方案-Xmanager is a Windows 95/98/ME and Windows NT/2000/XP platform for outstanding performance under a X11R6 PC X server. Like running on the PC on any Windows applications, it can be seamless connection to UNIX applications. In the UNIX/Linux and Windows network environment, Xmanager is the best connectivity solution
- 2023-02-26 01:05:08下载
- 积分:1
-
摩托罗拉A1200的Linux内核的SRC
Moto A1200 linux kernel SRC-Moto A1200 Linux kernel SRC
- 2022-02-05 11:21:56下载
- 积分:1
-
linux下佳能数码相机PTP传输协议分析
linux下佳能数码相机PTP传输协议分析-under Canon digital cameras PTP transmission protocol analysis
- 2022-02-25 12:22:04下载
- 积分:1
-
Linux 命令全集--本手册共收录了366个命令,注释详尽是你学习linux的好帮手!...
Linux 命令全集--本手册共收录了366个命令,注释详尽是你学习linux的好帮手!-Linux command Collection- This manual contains a total of 366 commands, comments in detail you learn linux is a good helper!
- 2022-07-17 04:18:19下载
- 积分: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环境下一个2410键盘驱动加应用程序,希望对大家有帮助
Linux环境下一个2410键盘驱动加应用程序,希望对大家有帮助-Linux environment plus a 2410 keyboard-driven applications, in the hope that everyone has to help
- 2022-07-12 22:59:11下载
- 积分:1
-
详细分析了Uboot1.1.2的源代码,包括启动部分,网络部分,命令解析部分以及Linux的引导部分,希望能给初学Uboot的朋友们带来帮助....
详细分析了Uboot1.1.2的源代码,包括启动部分,网络部分,命令解析部分以及Linux的引导部分,希望能给初学Uboot的朋友们带来帮助.
- 2022-05-26 16:34:04下载
- 积分:1