KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
標簽: CENTRES KMEANS OPTIONS cluster
上傳時間: 2014-01-07
上傳用戶:zhouli
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for certain specialized tasks. These have been collected together and made publicly available for you to use, modify, and --- subject to certain very reasonable constraints --- to redistribute. Some of the highlights are: a suite of functions for the rapid manipulation of multi-component, potentially multi-dimensional datasets a systematic way of dealing with datasets having components of non-uniform length tools for fine-tuning figures using compact, straightforward statements and specialized functions for spectral and time / frequency analysis, including advanced wavelet algorithms developed by myself and collaborators.
標簽: co-written functions the fifteen
上傳時間: 2014-01-26
上傳用戶:hjshhyy
Linux操作系統,PPC405EP處理器上的Local BUS和DPRAM雙口RAM接口的驅動程序和詳細說明,以及使用到的信號量通訊等的說明文檔,是典型的中斷加雙口RAM通訊的例子,非常實用。
上傳時間: 2014-01-20
上傳用戶:ljmwh2000
This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities. This driver is also responsible for detecting non-Plug and Play 1540 SCSI controllers—the Plug and Play controllers are detected by the operating system—and for shutting down the controller during device removal or power management operations. This sample also demonstrates the use of the SCSIWMI library to add WMI functionality to SCSI miniports. This library can be linked into a miniport and provides most of the framework needed to expose WMI data blocks to SCSIPORT and the system.
標簽: driver This controllers directory
上傳時間: 2016-06-28
上傳用戶:caiiicc
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
標簽: minimalistic User-Agent softphone written
上傳時間: 2014-12-02
上傳用戶:cainaifa
An Efficient and Effective Detailed Placement Algorithm Global Swap To identify a pair of cells that can be swapped to reduce wirelength (others are fixed). 2. Vertical Swap Swap a cell with a nearby cell in the segment above or below. 3. Local Re-ordering Re-order consecutive cells locally to reduce wirelength. 4. Single-Segment Clustering Place cells optimally within a segment.
標簽: Algorithm Efficient Effective Placement
上傳時間: 2013-12-18
上傳用戶:ukuk
Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to play mp3 data files within the local filesystem (which can be a network filesystem), or fetch files to play via http over a network. For the http case the address can specify a streaming MP3 server.
標簽: Application embedded designed playing
上傳時間: 2016-07-10
上傳用戶:520
This is the source code for encryption using the latest AES algorithm. AES algorithm is also called Rijndael algorithm. AES algorithm is recommended for non-classified use by the National Institute of Standards and Technology(NIST), USA. Now-a-days AES is being used for almost all encryption applications all around the world.
標簽: algorithm encryption AES the
上傳時間: 2014-01-18
上傳用戶:xc216
Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults
標簽: Program Destroy Block NVRAM
上傳時間: 2016-07-26
上傳用戶:wfl_yy
科信客戶關系管理系統源碼 這個是我第一次有VS2003+Mssql做的一個簡單客戶管理系統 主要功能有: 錄入客戶 我的意向 我的保護 我的合同 工作日志 公司搜索 添加用戶 意向客戶 保護客戶 合同管理 用戶管理 日志管理 DB_51aspx下為數據庫文件,附加后請修改data.cs中的Sql連接字符串并編譯(默認:Data Source=(local) Initial Catalog=CRMS User ID=sa Pwd=sa) 默認管理帳號/密碼:admin/51aspx,測試帳號/密碼:test/51aspx 密碼采用SHA1加密 注意:該項目為VS2003轉換到VS2005
上傳時間: 2014-07-24
上傳用戶:libenshu01