代码搜索:图像法
找到约 10,000 项符合「图像法」的源代码
代码结果 10,000
www.eeworm.com/read/134330/13995629
vbw 图像处理.vbw
frmMain = 85, 218, 676, 667, , 17, 2, 675, 496, C
frmgray = 0, 0, 0, 0, C, 132, 174, 723, 623, C
frmjjmodel = -10, 0, 581, 446, C, 94, 131, 685, 580, C
frmrotate = 0, 52, 534, 364, C, 88, 112, 453,
www.eeworm.com/read/134330/13995631
vbp 图像处理.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#D:\WINDOWS\System32\STDOLE2.TLB#OLE Automation
Reference=*\G{420B2830-E718-11CF-893D-00A0C9054228}#1.0#0#D:\WINDOWS\System32\scrrun
www.eeworm.com/read/134330/13995635
frm 图像放缩.frm
VERSION 5.00
Begin VB.Form frmzoom
Caption = "图像放缩"
ClientHeight = 4020
ClientLeft = 60
ClientTop = 450
ClientWidth = 5655
LinkTopic
www.eeworm.com/read/112307/15489740
txt 打印图像.txt
using System.Drawing.Printing;
private DocumentBase _document;
public class DocumentBase:PrintDocument
{
public DialogResult ShowPrintPreviewDialog()
{
PrintPreviewDialog
www.eeworm.com/read/289579/8541923
c 排序法.c
#include
#include
struct node
{
int key;
}r[20];
struct rnode
{
int key;
int point;
};
main()
{
void print(struct node a[20],int n);
int creat();
void shell
www.eeworm.com/read/289058/8581941
cpp 幂法.cpp
#include
#include
#define N 3
#define EPS 1e-6
#define KM 30
void PowerMethod(float *A)
{
float MaxValue(float *,int );
float U[N],V[N],r2,r1;
float temp;
int i,j,
www.eeworm.com/read/288578/8620718
obj 气泡法.obj
www.eeworm.com/read/288578/8620754
exe 气泡法.exe
www.eeworm.com/read/287060/8728644
c 排序法.c
#include
#include
struct node
{
int key;
}r[20];
struct rnode
{
int key;
int point;
};
main()
{
void print(struct node a[20],int n);
int creat();
void shell
www.eeworm.com/read/187300/8834732
txt 追赶法.txt
function X=mypursue(A)
[n,m]=size(A);
a=zeros(1,n);
a(2:n)=diag(A,-1);
c=diag(A,1);
d=diag(A);
if d(1)==0
'error'
return
end
p(1)=d(1);
q(1)=c(1)/p(1);
for k=2:n-1
p(k)=d(k)-a