代码搜索:Samples

找到约 10,000 项符合「Samples」的源代码

代码结果 10,000
www.eeworm.com/read/357506/10208380

m program_11_12.m

% Program 11_12 % Illustration of Zoom FFT Computation % n = 0:31; x = sin(2*pi*11*n/64); XZ = zoomfft(x,64,8,85); %print absolute values of the DFT samples disp('DFT Samples');disp(abs(XZ))
www.eeworm.com/read/273771/10902033

dep multitexture.dep

# Microsoft Developer Studio Generated Dependency File, included by Multitexture.mak .\WinMain.rc : \ {$(INCLUDE)}"..\..\common\DirectX.ico"\ "..\..\..\..\..\..\DXSDK\Samples\C++\Common\Src
www.eeworm.com/read/416230/11037495

m program_11_12.m

% Program 11_12 % Illustration of Zoom FFT Computation % n = 0:31; x = sin(2*pi*11*n/64); XZ = zoomfft(x,64,8,85); %print absolute values of the DFT samples disp('DFT Samples');disp(abs(XZ))
www.eeworm.com/read/453123/7426386

inf msdn98.inf

;*** BEGIN ********************************************************** ;** ** ;** Automatically generated on: Wed Aug 05 22:24:23 1998
www.eeworm.com/read/242302/13026707

html 17991.html

Re: 谢谢您,果然很好,不过要花时间去看.... Re: 谢谢您,果然很好,不过要花时间去看....
www.eeworm.com/read/242302/13049286

html 17980.html

Re: 请问各位知不知哪里有完整的关于DataBase的Program Code? Re: 请问各位知不知哪里有完整的关于DataBase的Program Code?
www.eeworm.com/read/140681/13067953

m chan_generator.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) __year__ Ericsson Telecommunicatie B.V. % All rights reserved. % % Redistribution and use in
www.eeworm.com/read/133287/5906301

makefile

# # Makefile # # $Id: //poco/Main/Util/samples/Makefile#1 $ # # Makefile for Poco Util Samples # .DEFAULT all: $(MAKE) -C SampleApp $(MAKECMDGOALS)
www.eeworm.com/read/488224/6498644

m program_11_12.m

% Program 11_12 % Illustration of Zoom FFT Computation % n = 0:31; x = sin(2*pi*11*n/64); XZ = zoomfft(x,64,8,85); %print absolute values of the DFT samples disp('DFT Samples');disp(abs(XZ))
www.eeworm.com/read/483042/6608031

k

k近邻算法(knn, k nearest neighbor) 2009-04-13 20:12 前两天受朋友之托,帮忙与两个k近邻算法,k近邻的非正式描述,就是给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k