-
Linux 串口编程参考文档,这里对相关的接口描述的很清晰的。...
Linux 串口编程参考文档,这里对相关的接口描述的很清晰的。-Uart reference document in Linux. You can use the interface functions easily.
- 2022-07-01 18:23:27下载
- 积分:1
-
使用图形界面安装Linux操作系统的步骤
使用图形界面安装Linux操作系统的步骤-Using a graphical interface to install Linux operating system, the steps
- 2022-06-26 02:54:16下载
- 积分:1
-
mmc memory stick driver for linux, can take a look at the
mmc 记忆棒驱动 for linux ,可以看一看-mmc memory stick driver for linux, can take a look at the
- 2022-02-12 12:52:53下载
- 积分:1
-
OUT transplant study, prepared themselves (novice), has been applied to the stud...
ucos移植学习,自己编写(初学),已经应用到学习板上,-OUT transplant study, prepared themselves (novice), has been applied to the study board.
- 2022-07-15 00:44:58下载
- 积分:1
-
QT编程的资料, QT编程的资料
QT编程的资料, QT编程的资料-QT programming information, QT programming information, QT programming information
- 2023-01-14 14:15:04下载
- 积分:1
-
国际标准协议的,用户认证及计费系统,在SUN 小型机上编译通过。...
国际标准协议的,用户认证及计费系统,在SUN 小型机上编译通过。-international standard protocols, user authentication and billing systems, the Sun compiled by Minicom.
- 2022-09-02 05:20:03下载
- 积分:1
-
uc_os for s3c44b0 windows
uc_os for s3c44b0 windows
- 2023-01-02 05:30:09下载
- 积分: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
-
服务器终极安全设置与优化指南
服务器终极安全设置与优化指南-server ultimate security settings and Optimization Guide
- 2022-03-29 18:49:46下载
- 积分:1
-
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路
一个高级培训班的内部资料,非常宝贵,读者可以掌握嵌入式基本思路-A high-level training of internal information, are very valuable, readers can grasp the basic ideas embedded
- 2022-04-29 14:23:26下载
- 积分:1