代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/306753/13738686
m shimalik2000.m
%本程序为Shi and Malik(2000)为例进行的程序
clear;
close all;
load fisheriris;
W=SimilarMatrix(meas,1);
D=diag(sum(W));
L=D-W;
[ev ed]=eig(L,D);
d=diag(ed);
V=ev(:,1:3);
idx=kmeans(V,3);
figure;plo
www.eeworm.com/read/306752/13738691
m shimalik2000.m
%本程序为Shi and Malik(2000)为例进行的程序
clear;
close all;
load fisheriris;
W=SimilarMatrix(meas,1);
D=diag(sum(W));
L=D-W;
[ev ed]=eig(L,D);
d=diag(ed);
V=ev(:,1:3);
idx=kmeans(V,3);
figure;plo
www.eeworm.com/read/306744/13739016
m shimalik2000.m
%本程序为Shi and Malik(2000)为例进行的程序
clear;
close all;
load fisheriris;
W=SimilarMatrix(meas,1);
D=diag(sum(W));
L=D-W;
[ev ed]=eig(L,D);
d=diag(ed);
V=ev(:,1:3);
idx=kmeans(V,3);
figure;plo
www.eeworm.com/read/305309/13773743
cs idbmanage2000.cs
using System;
using System.Web;
using System.Web.SessionState ;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
namespace iWebOffice.ocx.c.net
{
///
www.eeworm.com/read/305309/13773795
dll imsgserver2000.dll
www.eeworm.com/read/305309/13773800
dll imsgserver2000.dll
www.eeworm.com/read/302585/13831631
edk ne2000.edk
www.eeworm.com/read/302585/13831656
ddk ne2000.ddk
www.eeworm.com/read/302585/13831683
mpf ne2000.mpf
www.eeworm.com/read/300969/13876791
h ne2000.h
/*
ne2000.h
Created: March 15, 1994 by Philip Homburg
*/
#ifndef NE2000_H
#define NE2000_H
#define NE_DP8390 0x00
#define NE_DATA 0x10
#define NE_RESET 0x1F
#define