代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/453443/7420573
h bitmap.h
/**
@file
Interface of the Win::Bitmap class.
*/
#if !defined _BITMAP_H_
#define _BITMAP_H_
#include
#include "Canvas.h"
namespace Win
{
/**
provides a strong poin
www.eeworm.com/read/453443/7420576
cpp bitmap.cpp
/**
@file
Implements the Bitmap and Blitter classes.
*/
#include "Bitmap.h"
#include "WinException.h"
using namespace Win;
void Bitmap::Load(HINSTANCE hInst, int id)
{
Free();
www.eeworm.com/read/451448/7463626
m bitmap.m
function MappedDATA = BitMap(in,N_BPSC)
%Input: the data and the coded bits per subcarrier.
%OUtput: the Mapped data.
%Function:
Num = max(size(in));
switch N_BPSC
case 1
for i = 1:1:
www.eeworm.com/read/451433/7463969
asv bitmap.asv
function MappedDATA = BitMap(in,N_BPSC)
%Input: the data and the coded bits per subcarrier.
%OUtput: the Mapped data.
%Function:
Num = max(size(in));
switch N_BPSC
case 1
for i = 1:1:
www.eeworm.com/read/451433/7463972
m bitmap.m
function MappedDATA = BitMap(in,N_BPSC)
%Input: the data and the coded bits per subcarrier.
%OUtput: the Mapped data.
%Function:
Num = max(size(in));
switch N_BPSC
case 1
for i = 1:1:
www.eeworm.com/read/449151/7517499
c bitmap.c
#include
#include
// the input "Buff" has "no" pad after every row
// so, it must add "pad" after every row
void WriteBitmap(unsigned char *Buff, int x, int y, char *filena
www.eeworm.com/read/449151/7517683
h bitmap.h
void WriteBitmap(unsigned char *Buff, int x, int y, char *filename);
void WriteBitmap8(unsigned char *sBuff, int x, int y, char *filename);
void WriteRAW(unsigned char *Buff, int x, int y, char *fil
www.eeworm.com/read/449052/7519351
src bitmap.src
; .\bitmap.SRC generated from: ..\SourceFile\bitmap.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\bitmap.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\bitmap.lst)
www.eeworm.com/read/449052/7519372
lst bitmap.lst
C51 COMPILER V8.02 BITMAP 02/06/2008 16:13:13 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE BITMAP
OBJECT MODULE PLACED IN
www.eeworm.com/read/449052/7519382