代码搜索:图像重建
找到约 10,000 项符合「图像重建」的源代码
代码结果 10,000
www.eeworm.com/read/151211/12228224
txt 36(1).txt
截取屏幕图像
作者:李志东
Private Declare Function CreateCompatibleBitmap Lib "gdi32" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long
Private Declare Function SelectObject Lib "gdi32"
www.eeworm.com/read/149884/12339808
aspx ch07-06-02.aspx
Ch07-06-02.aspx 图像控件
Sub Button_Click(obj As Object, e As EventArgs)
Image1.Src= Pictures.Value
Sho
www.eeworm.com/read/216668/14999010
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 98
Top = 181
Width = 544
Height = 375
Caption = '图像漫游'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -
www.eeworm.com/read/210271/15202497
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/462950/1541430
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/462950/1541508
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/462950/1541514
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/190945/5170397
java imagecode.java
package com.easyjf.web.tools;
import java.awt.*;
import java.awt.image.*;
import java.util.*;
/**
* 随机码图像处理类
* @author 大峡
*
*/
public class ImageCode {
public String sRand = "";
www.eeworm.com/read/183581/5254172
java loadimg1.java
import java.applet.Applet;
import java.awt.*;
import javax.swing.*;
public class LoadImg1 extends JApplet {
private ImageIcon img1;
public void init() { //加载图像
img1
www.eeworm.com/read/164192/5498497
aspx ch07-06-02.aspx
Ch07-06-02.aspx 图像控件
Sub Button_Click(obj As Object, e As EventArgs)
Image1.Src= Pictures.Value
Sho