代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/462042/7211815
txt 代码8-6.txt
load earth % 载入图像数据X和色彩索引表map
sphere;
h = findobj('Type','surface');
hemisphere = [ones(257,125),...
X,...
ones(257,125)];
set(h,'CData',flipud(hemisphere),'FaceColor','texturem
www.eeworm.com/read/457537/7324006
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example034_对图像进行浮雕处理
{
///
//
www.eeworm.com/read/457537/7324118
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example049_旋转_反射和扭曲图像
{
///
/
www.eeworm.com/read/457537/7324127
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Example029_轻松实现大图像浏览
{
///
//
www.eeworm.com/read/449189/7517145
java activeimagesjapplet.java
//【例8.6】 图像的动画设计。
import java.awt.*;
import java.awt.event.*;
import java.applet.Applet;
import javax.swing.*;
public class ActiveImagesJApplet extends JApplet implements Runnable,ActionList
www.eeworm.com/read/295753/8142103
pro chapter04openjpgfile.pro
; Chapter04OpenJPGFile.pro
PRO Chapter04OpenJPGFile
FileName = PICKFILE()
Catch ,EerrorVariable
IF EerrorVariable NE 0 THEN BEGIN
CATCH, / CANCEL
PRINT, ' 文件类型非JPG图像文件!不能正常打开!'
www.eeworm.com/read/480189/6667832
java activeimagesjapplet.java
//【例8.6】 图像的动画设计。
import java.awt.*;
import java.awt.event.*;
import java.applet.Applet;
import javax.swing.*;
public class ActiveImagesJApplet extends JApplet implements Runnable,ActionList
www.eeworm.com/read/407373/11420122
cpp coding.cpp
// ************************************************************************
// 文件名:Coding.cpp
//
// 图像编码压缩、解压缩函数库:
//
//
// SaveBMP() - 保存BMP图象到文件(解压用)
// LoadBMP() - 从文件装载BMP图象(压缩用)
//
www.eeworm.com/read/402293/11539058
cpp suijishudlg.cpp
// SuiJiShuDlg.cpp : implementation file
//
#include "stdafx.h"
#include "整数DCT图像压缩.h"
#include "SuiJiShuDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]