代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/319075/7089034
txt matlab100example3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/464533/7156723
h zimo.h
#include"pic.h"
#define uchar unsigned char
#define uint unsigned int
uchar picture[][64]={
/*-- 调入了一幅图像:C:\bmp\lu64.bmp --*/
/*-- 宽度x高度=64x64 --0-
www.eeworm.com/read/456355/7351278
txt matlab实用程序百例3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/456277/7352893
pas unit1.pas
{
SmallC
small_c@mail.china.com
图像合成,速度较快.
小弟是改自一个叫 "AlComps"的控件包.
}
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, F
www.eeworm.com/read/456277/7352903
pas cbmp.pas
{
SmallC
small_c@mail.china.com
图像合成,速度较快.
小弟是改自一个叫 "AlComps"的控件包.
}
unit CBmp;
interface
Uses Windows ;
procedure BlendPic(hBmp,hBmp2,hDC,Proportion :Integer);
www.eeworm.com/read/455607/7369586
cpp gamemap.cpp
#include "stdafx.h"
#include "gamemap.h"
#include "myclock.h"
#include "tool01.h"
#include "texttool.h"
extern int wwin,hwin;
extern HWND hWndMain;
//基本图像
extern MYANIOBJ bmMap;
//天空背景
www.eeworm.com/read/454800/7382901
txt 泉水代码.txt
option explicit
dim i as integer '定义变量
private sub form_load() '下面代码实现图像框img2居中显示
img2.left = (scalewidth - img2.width)/2
img2.top =
www.eeworm.com/read/444235/7616226
cpp gamemap.cpp
#include "stdafx.h"
#include "gamemap.h"
#include "myclock.h"
#include "tool01.h"
#include "texttool.h"
extern int wwin,hwin;
extern HWND hWndMain;
//基本图像
extern MYANIOBJ bmMap;
//天空背景