代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/178852/9383526
inf setup.inf
;This inf file can be used to install a minidriver in a WIN 95 system if
;it happends to be the first printer in the system.
;It will install the Bitmap Driver in the DDK as an OEM printer.
www.eeworm.com/read/370848/9579666
cpp graphview.cpp
// GraphView.cpp : implementation of the CGraphView class
//
#include "stdafx.h"
#include "Graph.h"
#include "GraphDoc.h"
#include "GraphView.h"
#include
#ifdef _DEBUG
#define
www.eeworm.com/read/370830/9581452
cpp my_directdraw.cpp
#include "stdafx.h"
#include "MainFrm.h"
#include "Game.h"
#include "My_DirectInput.h"
#include "my_directdraw.h"
#include "Draw_Cards_Engine.h"
#include "Playing_Cards.h"
#include
www.eeworm.com/read/170393/9808000
bat bmp2c-convert.bat
@echo off
bmp2c bitmap.bmp output.cpp
pause
www.eeworm.com/read/366542/9809779
c game.c
#include "graphics.h"
#include "stdlib.h"
#include "conio.h"
#include "bios.h"
#define F1 59
#define F2 60
int gdriver=DETECT,gmode,errorcode,
errorcodeg,errorcode1,errorcode2,errorcode3,init
www.eeworm.com/read/366519/9811082
hdf 44.hdf
;******************************************************************************
; Ver 1.0, Last Update Nov 08, 1993 *
; vw
www.eeworm.com/read/365714/9850015
hdf vwrlib.hdf
;******************************************************************************
; Ver 1.0, Last Update Nov 08, 1993 *
; vw
www.eeworm.com/read/169489/9856259
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/169261/9871422
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Drawing.Imaging;
namespace imageConvert
www.eeworm.com/read/169189/9876235
txt preface.txt
前言 做一个自己的PhotoShop
当你看到那些用PhotoShop或Corel PhotoPaint等软件绘制出的精美图片,
并被它们的神奇效果所折服时,你是否曾想到做一个自己的PhotoShop?"
怎么可能,这是吹牛吧!",你一定会说。呵呵,别着急,待我慢慢讲来。
我一直对图象处理,多媒体的东西非常着迷,选修过很多这方面的课程。
在选 ...