-
The arm patch linux 2.6.0. to make embedded under
linux 2.6.0 的arm补丁 .做嵌入式的来下-The arm patch linux 2.6.0. to make embedded under
- 2022-11-03 19:10:03下载
- 积分:1
-
GCC的核心代码的分析,很好学下GCC编译器源码的资料
GCC的核心代码的分析,很好学下GCC编译器源码的资料-GCC core code analysis, a good school under the GCC compiler source of information
- 2022-03-03 04:10:28下载
- 积分: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
-
拨号服务器,可以远程拨号到本机,此软件可以使网络上的任何一台机器通过电话线和一个单机进行通讯...
拨号服务器,可以远程拨号到本机,此软件可以使网络上的任何一台机器通过电话线和一个单机进行通讯-dial-up servers, remote dial-up to the machine, the software enables network on any machine through a telephone line and a single communication
- 2022-12-10 04:20:03下载
- 积分:1
-
Linux基础教程,教你简单使用并配置Linux系统,Linux的入门级教程。...
Linux基础教程,教你简单使用并配置Linux系统,Linux的入门级教程。-Linux Basic Course, the easy to use and configure your Linux system, Linux" s entry-level course.
- 2022-11-26 05:40:03下载
- 积分:1
-
用qt实现文字滚动功能,文字超过设定的长度可自动从左至右不断滚动...
用qt实现文字滚动功能,文字超过设定的长度可自动从左至右不断滚动-Qt achieved with scrolling text function, the length of the text exceeds a set automatically roll over from left to right
- 2022-09-18 18:00:03下载
- 积分:1
-
linux下读写串口,包括参数的设置,以及如何进行读写
linux下读写串口,包括参数的设置,以及如何进行读写-Serial literacy, including parameter settings, and how to read and write
- 2022-02-01 13:24:11下载
- 积分:1
-
基于uclinux和ucos2的fs(文件系统)驱动原理及代码汇总
基于uclinux和ucos2的fs(文件系统)驱动原理及代码汇总-Uclinux and ucos2 based on the fs (file system) and code-driven aggregation principle
- 2022-08-24 03:08:38下载
- 积分: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
-
很好的,可供爱好者参考的
很好的,可供爱好者参考的-good, the reference for lovers
- 2023-03-17 01:00:05下载
- 积分:1