-
unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟....
unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
- 2023-03-15 07:50:04下载
- 积分:1
-
bit genie source code
比特精灵 源代码-bit genie source code
- 2022-02-01 17:57:59下载
- 积分:1
-
NFS版本3协议规范
NFS version 3 protocol specification
- 2022-09-10 19:30:04下载
- 积分:1
-
This library provides functionality to control any camera that conforms to the...
This library provides functionality to control any camera that conforms to the
1394-Based Digital Camera Specification (which can be found at
http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf). It
utilizes the lowlevel functionality provided by libraw1394 to communicate with
the camera.-This library provides functionality to co ntrol any camera that conforms to the 1394-Base d Digital Camera Specification (which can be az und at http :// www.1394ta.org/Download/Technology/Spe cifications/Camera120.pdf). It utilizes the lowlevel functionality provided by libraw139 4 to communicate with the camera.
- 2022-02-05 18:57:16下载
- 积分:1
-
linux2.6中底层驱动编写字符设备驱动源码。附有注解。
linux2.6中底层驱动编写字符设备驱动源码。附有注解。-linux2.6 in the preparation of the underlying character-driven device driver source code. With Notes.
- 2022-05-31 05:59:29下载
- 积分:1
-
LINUX under the RTC driver, I hope that everyone in this small program to learn...
LINUX下的RTC驱动程序,希望大家能从这个小程序中学习到LINUX驱动的编写方法-LINUX under the RTC driver, I hope that everyone in this small program to learn the preparation of LINUX-driven approach
- 2022-03-29 15:30:21下载
- 积分:1
-
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。...
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
- 2022-04-22 02:10:31下载
- 积分:1
-
linux 下的串口测试程序, 实现功能:发送键盘输入的字符, 接受串口字符并在终端显示...
linux 下的串口测试程序, 实现功能:发送键盘输入的字符, 接受串口字符并在终端显示-linux serial port testing under procedures realize functions: Send keyboard input characters to accept serial characters displayed in the terminal
- 2023-04-17 09:00:03下载
- 积分: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 client/server based LCD Driver for HD44780
linux client/server based LCD Driver for HD44780
- 2022-03-01 03:55:02下载
- 积分:1