搜索结果

找到约 684 项符合 SAMPLE 的查询结果

按分类筛选

显示更多分类

matlab例程 Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random n

Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations of , and compute the corresponding sample autocorrelatio ...
https://www.eeworm.com/dl/665/267141.html
下载: 97
查看: 1238

VC书籍 The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowled ...
https://www.eeworm.com/dl/686/267999.html
下载: 86
查看: 1049

GPS编程 There are numerous MATLAB m-files included in this software package. Thus, the the authors have bund

There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a *.zip file (KTHorb.zip). The Readme.txt file describes the directories created when the .zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implemen ...
https://www.eeworm.com/dl/693/268541.html
下载: 101
查看: 1091

中间件编程 很好的搜索: 给你很多长度不定的木棒

很好的搜索: 给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。 Input 多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000) Output ...
https://www.eeworm.com/dl/682/269458.html
下载: 33
查看: 1036

中间件编程 简单的floyd运用 第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行

简单的floyd运用 第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行,每一行包含两个字符串, Si,,Ti,和一个整数Di,代表从Si到Ti的距离(0<= Di <=150)。最后一行有两个字符串,S 和 T,你得找出从S 到 T的最短的距离。地名是不超过120个小写字符的串(从‘a’到 ...
https://www.eeworm.com/dl/682/269470.html
下载: 113
查看: 1120

驱动编程 微软的内存盘范例

微软的内存盘范例,Ramdisk Sample Driver
https://www.eeworm.com/dl/618/278598.html
下载: 164
查看: 1025

Jsp/Servlet 关于SESSION的程序例子

关于SESSION的程序例子,about sesion , sample
https://www.eeworm.com/dl/696/279886.html
下载: 48
查看: 1020

人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f

k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output i ...
https://www.eeworm.com/dl/650/280706.html
下载: 95
查看: 1104

数学计算 Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language

Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited Description N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1 ...
https://www.eeworm.com/dl/641/282894.html
下载: 22
查看: 1138

数学计算 对于符号三角形问题

对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个): 符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”的个数 ...
https://www.eeworm.com/dl/641/282895.html
下载: 134
查看: 1037