-
使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码...
使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码-Kernel compile using the method of adding a paper copy of the system call, compressed package has specific kernel compile as well as steps to increase the system calls as well as the source code
- 2022-03-18 16:00:15下载
- 积分:1
-
是开源的BIOS代码,支持多种主板和CPU,支持多种器件的驱动,支持IEEE的BIOS标准。...
是开源的BIOS代码,支持多种主板和CPU,支持多种器件的驱动,支持IEEE的BIOS标准。-The BIOS is the open source code, supports a wide range of motherboard and CPU, supports a wide range of device drivers, the BIOS supports the IEEE standard.
- 2022-06-16 18:45:05下载
- 积分:1
-
基于UNIX的FTP源代码,希望对大家有所帮助
基于UNIX的FTP源代码,希望对大家有所帮助-UNIX-based FTP source code, we want to help
- 2023-06-03 01:15:03下载
- 积分:1
-
这是一个EXT2的文件管理系统的程序
这是一个EXT2的文件管理系统的程序-EXT2 This is a document management system procedures
- 2022-02-11 20:54:44下载
- 积分:1
-
linux driver
linux下的驱动开发,引你进入未知世界-linux driver
- 2022-06-02 05:36:11下载
- 积分:1
-
摩托罗拉冷火系列bootloader源码
摩托罗拉冷火系列bootloader源码-Motorola cold fire series Bootloader FOSS
- 2022-06-18 07:54:57下载
- 积分: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
-
Others have been under linux serial or parallel port to receive infrared remote...
linux下通过串口或并口接收红外遥控信号,带学习功能,能识别多种红外协议. 可编程发出各种X事件.-Others have been under linux serial or parallel port to receive infrared remote control signals, with a learning function, can identify a variety of infrared protocol. programmability make all kinds of X events.
- 2022-02-07 22:11:41下载
- 积分:1
-
solaris10
solaris10安装指南-自定义jumpstart和高级安装-solaris10
- 2022-02-06 17:51:15下载
- 积分:1
-
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!...
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!-This is a UNIX development of the Company to do when the need to resort to a class library source code, in the hope that the next development in the unix help!
- 2022-03-02 15:06:33下载
- 积分:1