代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/309042/13683298
ncb sectoredit2000.ncb
www.eeworm.com/read/309042/13683301
aps sectoredit2000.aps
www.eeworm.com/read/309042/13683303
plg sectoredit2000.plg
Build Log
--------------------Configuration: SectorEdit2000 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x
www.eeworm.com/read/309042/13683305
opt sectoredit2000.opt
www.eeworm.com/read/309042/13683306
cpp sectoredit2000.cpp
www.eeworm.com/read/309042/13683307
rc sectoredit2000.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/309042/13683310
h sectoredit2000.h
// SectorEdit2000.h : main header file for the SectorEdit2000 application
//
#if !defined(AFX_SectorEdit2000_H__72E58497_A765_43CF_8504_3923B7CAD85F__INCLUDED_)
#define AFX_SectorEdit2000_H__72E5
www.eeworm.com/read/308610/13698818
pdf cdma2000.pdf
www.eeworm.com/read/307951/13712718
mdb xsmdata2000.mdb
www.eeworm.com/read/306755/13738626
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