虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

SAmple

SAmple来自古法语esSAmple。英文SAmple,specimen,example这三个名词都有“样子”,“样品”的含义。SAmple所表示的“样品”指的是其它的都与这个“样品”在质量、性质和设计上相同。例如推销员持本厂的产品的“样品”去推销,或出版社要求你把自己的书稿寄去一个章节作“样品”去评审是否有出版价值等。经常会在CD、外贸服饰,当中出现。
  • 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 autocorrelation sequences , and . Compute the average autocorrelation sequence as and the corresponding periodogram for . d Compute and plot the average periodogram using the Bartlett method. e Comment on the results in parts (a) through (d).

    标签: zero-mean Generate sequence variance

    上传时间: 2016-03-04

    上传用户:朗朗乾坤

  • 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 knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and SAmple code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    标签: Performance programming Optimizati Footprint

    上传时间: 2013-12-09

    上传用户:wfl_yy

  • 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_implementation.txt) describes some of the classes and methods included in the package for GPS satellite orbit interpolation.

    标签: the numerous included software

    上传时间: 2016-03-08

    上传用户:qweqweqwe

  • 很好的搜索: 给你很多长度不定的木棒

    很好的搜索: 给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。 Input 多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000) Output 输出所有标示值中的最小值的最大值。 SAmple Input 5 3 1 3 5 7 9 5 3 89 59 68 35 29 SAmple Output 8 89

    标签: 搜索 长度

    上传时间: 2013-12-23

    上传用户:nairui21

  • 简单的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’到‘z’)。假设这里最多有100条直接连通两个地方的路。 Output 输出包含C行,每一行对一种测试情况。对每一种测试情况,输出包含一个整数,假如S 到 T存在一条最短的路,输出从S到T的最短距离,否则输出“-1”. SAmple Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi SAmple Output 89 -1

    标签: lt floyd 100 整数

    上传时间: 2016-03-10

    上传用户:wyc199288

  • 微软的内存盘范例

    微软的内存盘范例,Ramdisk SAmple Driver

    标签: 微软 内存 范例

    上传时间: 2016-04-01

    上传用户:lixinxiang

  • 关于SESSION的程序例子

    关于SESSION的程序例子,about sesion , SAmple

    标签: SESSION 程序

    上传时间: 2014-01-06

    上传用户:AbuGe

  • 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 is directed to the screen.

    标签: code implementing directory algorithm

    上传时间: 2016-04-07

    上传用户:shawvi

  • 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,T2,…,TK, 则他们的身高满足T1 < T2 < ...< Ti > Ti+1 > … >TK(1<=i<=K)。 你的任务是,已知所有N位同学的身高,计算最少需要几位同学出列,可以使得剩下的同学排成合唱队形。 Input 输入包含若干个测试用例。 对于每个测试用例,输入第一行是一个整数N(2<=N<=100),表示同学的总数。第二行有N个整数,用空格分隔,第i个整数Ti(130<=Ti<=230)是第i位同学的身高(厘米)。当输入同学总数N为0时表示输入结束。 Output 对于每个测试案例,输出包括一行,这一行只包含一个整数,就是最少需要几位同学出列。 SAmple Input 8 186 186 150 200 160 130 197 220 3 150 130 140 0 SAmple Output 4 1

    标签: Limit Accepted Language Problem

    上传时间: 2014-01-13

    上传用户:aappkkee

  • 对于符号三角形问题

    对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个): 符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”的个数相同。 Input 输入包含若干个测试用例。 对于每个测试用例,输入的一行是一个整数n(2<=n<=20),表示符号三角形第一行符号的个数。当输入n为0时表示输入结束。 Output 对于每个测试案例,输出包括一行,这一行只包含一个整数,就是该测试案例总共有多少不同的符号三角形,使其所含的“+”和“-”的个数相同。 SAmple Input 2 3 0 SAmple Output 0 4

    标签: 符号 三角形

    上传时间: 2014-01-02

    上传用户:阳光少年2016