模式識(shí)別學(xué)習(xí)綜述.該論文的英文參考文獻(xiàn)為303篇.很有可讀價(jià)值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis techniques while still containing the essential features and serving as a prototype for many applications. Topics discussed Include nearest neighbor, kernel, and histogram methods, Vapnik–Chervonenkis theory, and neural networks. The presentation and the large (thogh nonexhaustive) list of references is geared to provide a useful overview of this field for both specialists and nonspecialists.
標(biāo)簽: statistical Classical Abstract pattern
上傳時(shí)間: 2013-11-25
上傳用戶:www240697738
F:\RobinGame\Include\input\RDXJoystick.rar DX8 游戲手柄完整類
標(biāo)簽: RobinGameIncludeinputRDXJoystick DX8 手柄
上傳時(shí)間: 2013-11-27
上傳用戶:songnanhua
JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for your private application. You can then Include your saved network in your program using the jaNet.backprop package. The consequent documentation is only in french for the moment, but an english translation is planned. The java source code is released under GPL, and can be compiled with JDK, Symantec Cafe or MS Visual J
標(biāo)簽: documented designing training Network
上傳時(shí)間: 2016-04-15
上傳用戶:zhanditian
Qpsk signal Processing Code The DSP code should be efficient and accurate to properly demodulate the incoming signal. The DSP can be coded strictly in “C” or C-language can be intermingled with assembly code.Include Real Time Digital Signal Processor Code – Main.c file BER Test Code
標(biāo)簽: Processing demodulate efficient accurate
上傳時(shí)間: 2014-08-10
上傳用戶:dancnc
非常適合內(nèi)嵌式mp3播放,例如控制臺(tái)!注意看壓縮包里readme.doc 詳細(xì)過(guò)程,在ARM及MIPS下通過(guò) 新建一個(gè) wce application,選擇 a simple windows ce application 在 1.tool->options->directories>Include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #Include "stdafx.h" #Include<dshow.h> #Include<streams.h> .......其實(shí)編譯時(shí)的 object/library modules 只要看 sourse 文件包含哪個(gè)dll,或lib 就行
標(biāo)簽: application windows readme simple
上傳時(shí)間: 2016-05-05
上傳用戶:ynsnjs
openh323_1.1.2.2.zip; 2. 把pwlib_1.52.zip 、openh323_1.1.2.2.zip分別展開(kāi)到目錄e:\h323\source\pwlib及e:\h323\source\openh323下; 3. 啟動(dòng)MSVC6,Tools | Options | Directories,按如下順序到Include FILES 路徑里: e:\h323\source\PWLib\Include\PwLib\MSWIN e:\h323\source\PWLib\Include\PtLib\MSOS e:\h323\source\PWLib\Include e:\h323\source\OpenH323\Include
上傳時(shí)間: 2016-05-20
上傳用戶:海陸空653
C++名家精華.chm 我們用早期的C++語(yǔ)言編程。工作的第二天中午,厭煩了讀職工手冊(cè),于是我寫(xiě)了一個(gè)工具類,里面包含一個(gè)原始指針作為成員變量: #Include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* dumps xItem to cout */ } } 當(dāng)然了,使用這個(gè)類的程序由于內(nèi)存問(wèn)題總是時(shí)不時(shí)的崩潰,因?yàn)槲疫`反三個(gè)重要設(shè)計(jì)原則之一:任何時(shí)候,只要你提供了析構(gòu)函數(shù)、拷貝構(gòu)造函數(shù)或賦值運(yùn)算符中的一個(gè),你通常需要三個(gè)都提供。([1]) “所以,”我自言自語(yǔ)道,“我必須自己處理拷貝和賦值問(wèn)題。簡(jiǎn)單地...auto_ptr有拷貝構(gòu)造函數(shù)和賦值運(yùn)算符,我可以拿過(guò)來(lái)用一下。”(你知道早期C++程序庫(kù)中的auto_ptr,是嗎?)
上傳時(shí)間: 2013-12-28
上傳用戶:Amygdala
** File name: target.h ** Last modified Date: 2004-09-17 ** Last Version: 1.0 ** Descriptions: header file of the specific codes for LPC2100 target boards ** Every project should Include a copy of this file, user may modify it as ne
標(biāo)簽: Last Description modified Version
上傳時(shí)間: 2014-05-30
上傳用戶:wanghui2438
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are Included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors Include a discussion that explains the logic and concepts underlying the solution.
標(biāo)簽: that solutions regularly Cookbook
上傳時(shí)間: 2014-12-03
上傳用戶:努力努力再努力
Network Tools In this exercise, you will make use of common network tools. For each part below, capture the appropriate program output and Include it with your answers to the questions.
標(biāo)簽: exercise Network network common
上傳時(shí)間: 2013-12-11
上傳用戶:ywqaxiwang
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1