代码搜索结果

找到约 10,000 项符合 PIC 的代码

import_pic.xpm

/* XPM */ static char *import_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 35 1", /* colors */ ". c #000000", "# c #1575bf", "a c #1f1f1f", "b c #2c2c

edit_pic.xpm

/* XPM */ static char *edit_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 73 2", /* colors */ ".. c #000000", ".# c #101010", ".a c #111111", ".b c #11

trash_pic.xpm

/* XPM */ static char *trash_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 132 2", /* colors */ ".. c #000000", ".# c #050505", ".a c #090909", ".b c #0

up_pic.xpm

/* XPM */ static char *up_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 48 1", /* colors */ ". c #000000", "# c #2a2a2a", "a c #2c2c2c", "b c #998cb5",

new_pic.xpm

/* XPM */ static char *new_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 33 1", /* colors */ ". c #111111", "# c #131313", "a c #474747", "b c #575757"

save_pic.xpm

/* XPM */ static char *save_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 42 1", /* colors */ ". c #000000", "# c #111111", "a c #2c313f", "b c #37383b

down_pic.xpm

/* XPM */ static char *down_pic[] = { /* width height num_colors chars_per_pixel */ " 22 18 44 1", /* colors */ ". c #000000", "# c #2a2a2a", "a c #2c2c2c", "b c #8a8a8a

spider-pic.c

/* * External Interrupt Controller on Spider South Bridge * * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 * * Author: Arnd Bergmann * * This program is free software;