-
AT91RM9200, ATEMEL s920T kernel driver soruce codes for linux.
at91rm9200 ATEML 公司920t内核 linux下设备驱动源码-AT91RM9200, ATEMEL s920T kernel driver soruce codes for linux.
- 2022-05-08 10:02:54下载
- 积分:1
-
pocket pc hx4700 linux driver
pocket pc hx4700 linux driver
- 2022-02-05 00:01:46下载
- 积分:1
-
指定进程下的线程监控器,用于系统调试使用。
指定进程下的线程监控器,用于系统调试使用。-Specified process under the thread monitor, debug for system use.
- 2023-06-01 22:45:03下载
- 积分:1
-
GtkWidget*window
gtk_init (&argc, &argv)...
GtkWidget *window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0) - GtkWidget*window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0)
- 2023-02-06 20:55:03下载
- 积分:1
-
Gcc 完全参考手册,参数说明,操作指南
Gcc 完全参考手册,参数说明,操作指南-Gcc Complete referene
- 2023-04-20 23:00:04下载
- 积分: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
-
FVWM
fvwm-themes-0.7.0.tar.ba2,让你的fvwm漂亮起来.-gnome-session-themes- 0.7.0.tar.ba2, so you pretty up the gnome-session. Oh
- 2022-02-05 03:04:07下载
- 积分:1
-
ARMLinux
基于ARMLinux的高速数据采集技术研究-ARMLinux-based high-speed data acquisition technology research
- 2023-05-26 06:10:02下载
- 积分:1
-
Nachos threads
Nachos 线程-Nachos threads
- 2022-12-24 14:45:08下载
- 积分:1
-
UNIX编程的简单的shell下的参数。含有1。C,APUE的…
UNIX下编程实现带参数的简单shell.包含1.c、apue.h、error2e.c-UNIX Programming with the parameters under the simple shell. Contains 1.c, apue.h, error2e.c
- 2022-01-23 10:39:26下载
- 积分:1