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

SAmple

SAmple来自古法语esSAmple。英文SAmple,specimen,example这三个名词都有“样子”,“样品”的含义。SAmple所表示的“样品”指的是其它的都与这个“样品”在质量、性质和设计上相同。例如推销员持本厂的产品的“样品”去推销,或出版社要求你把自己的书稿寄去一个章节作“样品”去评审是否有出版价值等。经常会在CD、外贸服饰,当中出现。
  • The need for accurate monitoring and analysis of sequential data arises in many scientic, industria

    The need for accurate monitoring and analysis of sequential data arises in many scientic, industrial and nancial problems. Although the Kalman lter is effective in the linear-Gaussian case, new methods of dealing with sequential data are required with non-standard models. Recently, there has been renewed interest in simulation-based techniques. The basic idea behind these techniques is that the current state of knowledge is encapsulated in a representative SAmple from the appropriate posterior distribution. As time goes on, the SAmple evolves and adapts recursively in accordance with newly acquired data. We give a critical review of recent developments, by reference to oil well monitoring, ion channel monitoring and tracking problems, and propose some alternative algorithms that avoid the weaknesses of the current methods.

    标签: monitoring sequential industria accurate

    上传时间: 2013-12-17

    上传用户:familiarsmile

  • 视频捕捉示例程序

    视频捕捉示例程序,可以参考一下,呵呵。videocap test SAmple.

    标签: 视频 程序

    上传时间: 2013-12-01

    上传用户:虫虫虫虫虫虫

  • Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstr

    Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstrates a technique to rename an object if an object of the same name exists in the destination. This SAmple shows how to perform these operations in an MP-safe way.

    标签: demonstrate Contains demonstr folders

    上传时间: 2016-01-14

    上传用户:我们的船长

  • prti1.3的Server & Client 源代码

    prti1.3的Server & Client 源代码,使用的是例子中的SAmple中的fed文件,好不容易才找到的,很经典!

    标签: Server Client prti 1.3

    上传时间: 2014-11-26

    上传用户:1583060504

  • This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS

    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

    上传时间: 2014-01-15

    上传用户:woshini123456

  • 图像处理

    图像处理,利用bilt 函数 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the SAmple if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)

    标签: 图像处理

    上传时间: 2013-12-18

    上传用户:851197153

  • How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S

    How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training SAmples randomly, or systematically as the following: Take the first k training SAmple as single-element clusters Assign each of the remaining (N-k) training SAmple to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each SAmple in sequence and compute its distance from the centroid of each of the clusters. If a SAmple is not currently in the cluster with the closest centroid, switch this SAmple to that cluster and update the centroid of the cluster gaining the new SAmple and the cluster losing the SAmple. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training SAmple causes no new assignments.

    标签: the decision clusters Cluster

    上传时间: 2013-12-21

    上传用户:gxmm

  • Resampling is the operation of converting from audio represented at one sampling rate to a represent

    Resampling is the operation of converting from audio represented at one sampling rate to a representation at another SAmple rate with minimum losses.

    标签: represented Resampling converting operation

    上传时间: 2013-12-24

    上传用户:moshushi0009

  • Windows Mobile平台的日文输入法

    Windows Mobile平台的日文输入法,支持手写。A SAmple UI for Japanese handwriting input that works with IME 3.1 and with Pocket IME.

    标签: Windows Mobile 输入法

    上传时间: 2016-02-20

    上传用户:cxl274287265

  • 词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一个国

    词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一个国外的城市。那里的人们说的外国语言你不能理解。不过幸运的是,你有一本词典可以帮助你。 Input 首先输入一个词典,词典中包含不超过100000个词条,每个词条占据一行。每一个词条包括一个英文单词和一个外语单词,两个单词之间用一个空格隔开。而且在词典中不会有某个外语单词出现超过两次。词典之后是一个空行,然后给出一个由外语单词组成的文档,文档不超过100000行,而且每行只包括一个外语单词。输入中出现单词只包括小写字母,而且长度不会超过10。 Output 在输出中,你需要把输入文档翻译成英文,每行输出一个英文单词。如果某个外语单词不在词典中,就把这个单词翻译成“eh”。 SAmple Input dog ogday cat atcay pig igpay froot ootfray loops oopslay atcay ittenkay oopslay SAmple Output cat eh loops Hint 输入比较大,推荐使用C语言的I / O函数。

    标签: Limit Description Accepted 65536K

    上传时间: 2016-02-22

    上传用户:fandeshun