代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/441748/7666004
cpp bitmap.cpp
/*
* 移植自WatcomC++,于1999年4月14日
*
*/
#include
#include
#include "gl.h"
ScreenInfo screenInfo = { 640, 480, 16 };
DWORD colorMask[6];
DWORD rbMask, gMask;
extern DWOR
www.eeworm.com/read/441457/7670186
c bitmap.c
/* passed
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
#include
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
// 字符串头文件。主要定义了一些有关字符串操作的嵌入函数。
// 主要使用了其中的memset()函数。
#include
www.eeworm.com/read/440725/7682810
c bitmap.c
#include "stdio.h"
#include "dir.h"
#include "dos.h"
#include "graphics.h"
char *malloc();/*malloc转换*/
char bmp_to_dat(char *bmp,char *dat)
/*将16色BMP文件转换为可以用putimage输出的格式,bmp为原BMP文件,dat为转化文件
www.eeworm.com/read/440725/7682812
exe bitmap.exe
www.eeworm.com/read/438149/7735358
c bitmap.c
/*
* linux/fs/hfs/bitmap.c
*
* Copyright (C) 1996-1997 Paul H. Hargrove
* (C) 2003 Ardis Technologies
* This file may be distributed under the terms of the GNU General Pub
www.eeworm.com/read/437504/7747364
h bitmap.h
#ifndef BITMAP_H
#define BITMAP_H
class Bitmap
{
private:
HBITMAP hbmp, hmask;
int w, h;
BOOL bTransMode;
COLORREF TransColor;
void Load(char *fn);
void CreateMask();
public:
www.eeworm.com/read/437504/7747367
cpp bitmap.cpp
#include "stdafx.h"
#include "Bitmap.h"
//--------------------------------------------
// 构造函数
//--------------------------------------------
Bitmap::Bitmap(char *fn, BOOL transmode=false, COL
www.eeworm.com/read/399963/7818956
tk bitmap.tk
#!/usr/bin/wish -f
# Usage: Invoke this file using format wish 'thisfilename' bitmapfile
# global varible used to store information after parsing the bitmap file
global bitmapWidth bitmapHeig
www.eeworm.com/read/434713/7845965
c bitmap.c
www.eeworm.com/read/398920/7909065