-
ASUS_WL167g_drv1218 for linux
ASUS_WL167g_drv1218 for linux
- 2022-03-12 09:55:57下载
- 积分:1
-
学习Linux的好帮手,非常实用,是初学者的必备资料
学习Linux的好帮手,非常实用,是初学者的必备资料-Learning Linux is a good helper
- 2022-01-24 13:27:19下载
- 积分:1
-
AVS解码器,播放器,Linux下编译通过,支持最新的AVS1
AVS解码器,播放器,Linux下编译通过,支持最新的AVS1-P2标准-AVS codec, player, compile under Linux, support the latest AVS1- P2 standards
- 2022-01-26 00:49:39下载
- 积分:1
-
linux under a basic timer, accurate to ms. Access interface similar to the windo...
linux下的一个基本定时器,精确到ms。访问接口类似于windows下的setTimer接口。-linux under a basic timer, accurate to ms. Access interface similar to the windows under the setTimer interface.
- 2022-01-31 10:59:57下载
- 积分:1
-
linux 与unix shell编程指南
linux 与unix shell编程指南-with unix shell programming guide
- 2022-04-01 22:28:06下载
- 积分:1
-
A Shaoxie s3c44b0 and s3c2410 tools
一款烧写s3c44b0和s3c2410的工具-A Shaoxie s3c44b0 and s3c2410 tools
- 2022-10-20 19:40:03下载
- 积分:1
-
金融IC卡读写器函数,支持PBOC2.0协议,原创
金融IC卡读写器函数,支持PBOC2.0协议,原创-Financial IC card reader function to support PBOC2.0 agreement, originality
- 2022-11-14 00:00:03下载
- 积分:1
-
linux 设备驱动开发详解,适合初学者使用。part one。
linux 设备驱动开发详解,适合初学者使用。part one。-linux device driver development Xiang Jie, suitable for beginners to use.
- 2022-03-31 13:12: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
-
最近研究了s3c2410下LCD控制器的相关知识,主要的参考资料就是 三星s3c2410数据手册(arm920T),英文版,看的不是非常明白,后来参考了WinC...
最近研究了s3c2410下LCD控制器的相关知识,主要的参考资料就是 三星s3c2410数据手册(arm920T),英文版,看的不是非常明白,后来参考了WinCE下的部分代码,似有所领悟。于是写了此程序,用以在LCD上显示图片。
本程序可以在LCD上居中显示小于800×480的任意大小的图片。-Recently studied under the LCD controller S3C2410-related knowledge, the main reference is the Samsung S3C2410 Data Sheet (arm920T), English, is not very aware of see later with reference to the next part of WinCE code, may be realized. This procedure was written for the picture in the LCD display. This procedure can be the center LCD display is less than 800 × 480 images of any size.
- 2022-03-22 11:33:28下载
- 积分:1