代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/121688/14742710
bitmap save.bitmap
const char *save_pixmap[] = {
" ",
" ",
" ",
"
www.eeworm.com/read/121688/14742714
bitmap exclam.bitmap
const char *exclam_bits[] = {
" ",
" ",
" II ",
" IIIIII
www.eeworm.com/read/121688/14742721
bitmap toolbar.bitmap
#define NUM_TOOL_BUTTONS 11
const char *toolbar_buttons[NUM_TOOL_BUTTONS][26] = {
{
" ",
" ",
" BBBBB BBBBB ",
" BBBB BBBB
www.eeworm.com/read/121688/14742725
bitmap cross.bitmap
const char *cross_bits[] = {
" ",
" ",
" RR ",
" RIIR
www.eeworm.com/read/221293/14748608
class bitmap.class
www.eeworm.com/read/121010/14775293
c bitmap.c
/* bitmap.c */
#include
#include
void load_bmp (char * pic_name, uint8 *pic_buffer) {
file_header bmfh;
info_header bmih;
int fp;
fp = iso_open (pic_na
www.eeworm.com/read/121010/14775305
h bitmap.h
#ifndef _BITMAP_H_
#define _BITMAP_H_
typedef struct {
uint16 bfType;
uint32 bfSize;
uint16 bfReserved1;
uint16 bfReserved2;
uint32 bfOffBits;
} file_header;
typedef struct {
uint3
www.eeworm.com/read/121010/14775567
o bitmap.o
www.eeworm.com/read/120981/14777571