亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

復(fù)(fù)習(xí)題

  • This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hier

    This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that need to be estimated. The derivations and proof of geometric convergence are presented, in detail, in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Robust Full Bayesian Learning for Neural Networks. Technical report CUED/F-INFENG/TR 343, Cambridge University Department of Engineering, May 1999. After downloading the file, type "tar -xf rjMCMC.tar" to uncompress it. This creates the directory rjMCMC containing the required m files. Go to this directory, load matlab5 and type "rjdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.

    標(biāo)簽: reversible algorithm the nstrates

    上傳時(shí)間: 2014-01-08

    上傳用戶:cuibaigao

  • The algorithms are coded in a way that makes it trivial to apply them to other problems. Several gen

    The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eric Wan. The Unscented Particle Filter. Technical report CUED/F-INFENG/TR 380, Cambridge University Department of Engineering, May 2000. After downloading the file, type "tar -xf upf_demos.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "demo_MC" for the demo.

    標(biāo)簽: algorithms problems Several trivial

    上傳時(shí)間: 2014-01-20

    上傳用戶:royzhangsz

  • 3.0V至5.5V、低功耗、1Mbps、真RS-232收發(fā)器

    3.0V至5.5V、低功耗、1Mbps、真RS-232收發(fā)器,使用四只0.1µ F外部電容.

    標(biāo)簽: 1Mbps 3.0 232 5.5

    上傳時(shí)間: 2016-04-17

    上傳用戶:壞壞的華仔

  • void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {

    void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0] if(gr->window_switching_flag && gr->block_type == 2) { /* short block regions */ reg1 = 36 reg2 = 576 } else { /* long block regions */ reg1 = sfBandIndex[fr_ps.header->sampling_frequency].l[gr->region0_count + 1] reg2 = sfBandIndex[fr_ps.header->sampling_frequency].l[gr->region0_count + gr->region1_count + 2] }

    標(biāo)簽: III_hufman_decode int freqline Granule

    上傳時(shí)間: 2013-12-19

    上傳用戶:jjj0202

  • KmdTut是一份以Win32匯編語言來開發(fā)Kernel mode驅(qū)動(dòng)程序的教程

    KmdTut是一份以Win32匯編語言來開發(fā)Kernel mode驅(qū)動(dòng)程序的教程,讀者可以從http://www.freewebs.com/four-f/下載最新的英文版本,為了使用本教程,你還需要下載Kernel mode驅(qū)動(dòng)程序開發(fā)包KmdKit,更多信息請(qǐng)參考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 關(guān)于KmdKit KmdKit的全稱是Kernel Mode Driver development Kit for assembly language programmers,即內(nèi)核模式驅(qū)動(dòng)程序匯編開發(fā)包,KmdKit中包括了用宏匯編編譯器開發(fā)驅(qū)動(dòng)程序需要用到的所有東西。 你可以從http://www.wasm.ru/或者h(yuǎn)ttp://www.freewebs.com/four-f/下載到最新版本的KmdKit。

    標(biāo)簽: KmdTut Kernel mode Win

    上傳時(shí)間: 2014-01-11

    上傳用戶:Ants

  • This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. F

    This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2). Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2). If wou don愒 want to send Parameter 3 (P3) press Ctrl-d (^d). If you enter a number then you have to the Bytes of the Datafield. After the last Byte of the Datafield is entered the whole APDU is send the replay is displayed. After that you can send the next APDU.

    標(biāo)簽: CardReader the commands to

    上傳時(shí)間: 2016-04-23

    上傳用戶:nanxia

  • matlab遺傳算法工具箱函數(shù)及實(shí)例講解2 【問題】在-5<=Xi<=5,i=1,2區(qū)間內(nèi)

    matlab遺傳算法工具箱函數(shù)及實(shí)例講解2 【問題】在-5<=Xi<=5,i=1,2區(qū)間內(nèi),求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。

    標(biāo)簽: matlab lt Xi 算法

    上傳時(shí)間: 2013-12-31

    上傳用戶:gtzj

  • 用89S52做的NEC碼的紅外發(fā)射程序

    用89S52做的NEC碼的紅外發(fā)射程序,其中p10-p17口接按鈕組成標(biāo)準(zhǔn)4*4鍵盤,發(fā)射后對(duì)應(yīng)的按鍵解碼為0-F

    標(biāo)簽: 89S52 NEC 紅外發(fā)射 程序

    上傳時(shí)間: 2016-05-02

    上傳用戶:wff

  • AppWizard has created this QMPlugin DLL for you. This file contains a summary of what you will f

    AppWizard has created this QMPlugin DLL for you. This file contains a summary of what you will find in each of the files that make up your QMPlugin application.

    標(biāo)簽: AppWizard you QMPlugin contains

    上傳時(shí)間: 2016-05-03

    上傳用戶:壞天使kk

  • a screen handling program to provide a flashing message. You will have to design a screen layout f

    a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.

    標(biāo)簽: screen handling flashing program

    上傳時(shí)間: 2016-05-04

    上傳用戶:chongcongying

主站蜘蛛池模板: 梅河口市| 贞丰县| 忻州市| 峨山| 麻栗坡县| 奉节县| 探索| 黑河市| 安国市| 涿鹿县| 绥江县| 攀枝花市| 循化| 澳门| 馆陶县| 万荣县| 永年县| 孙吴县| 镇康县| 道孚县| 建始县| 乃东县| 深水埗区| 纳雍县| 日喀则市| 日喀则市| 孙吴县| 台南市| 内江市| 尉氏县| 南安市| 霍邱县| 万宁市| 牙克石市| 波密县| 屯昌县| 汉川市| 西林县| 清涧县| 盐池县| 金门县|