-
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见z...
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见zlg得那本驱动得书,对此代码有详细得分析-magic2200 development chamber above a dm9000 network card driver chip that contains a file is as follows: config.h, dm9000.h, dm9000.c, MAKFILE, ju ZLG can see that the driver may have to book, this code must have a detailed analysis of
- 2022-03-12 13:39:34下载
- 积分:1
-
pocket pc hx4700 linux driver
pocket pc hx4700 linux driver
- 2022-02-05 00:01:46下载
- 积分:1
-
LFS中文文档6.4最新版,内附编译所需的软件包下载列表
LFS中文文档6.4最新版,内附编译所需的软件包下载列表-6.4 the latest version of LFS Chinese documents, enclosing the required packages to compile a list to download
- 2022-03-17 19:42:55下载
- 积分:1
-
用户空间中的文件系统!这很好!
file system in user space ! It s very good!
- 2022-12-28 01:30:04下载
- 积分: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
-
jffs2源代码基于2。6内核
jffs2源代码基于2。6内核-jffs2 source code on two. 6 kernel
- 2023-06-18 16:55:03下载
- 积分:1
-
关于UNIX系统的教案,内容丰富,讲解详细,可以参考
关于UNIX系统的教案,内容丰富,讲解详细,可以参考 -on UNIX System templates, rich in content, to explain in detail, they can refer to
- 2022-02-04 11:50:31下载
- 积分:1
-
《Unix网络编程》的源代码的i386
《Unix网络编程》的源代码的i386-pc-bsdi3.0部分-"Unix Network Programming," the source i386-pc-part bsdi3.0
- 2022-03-04 08:49:21下载
- 积分:1
-
dll under the control programming
linux下的dll控制编程-dll under the control programming
- 2022-10-25 18:35: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