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

ctrl-F

  • 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.

    标签: reversible algorithm the nstrates

    上传时间: 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.

    标签: algorithms problems Several trivial

    上传时间: 2014-01-20

    上传用户:royzhangsz

  • 3.0V至5.5V、低功耗、1Mbps、真RS-232收发器

    3.0V至5.5V、低功耗、1Mbps、真RS-232收发器,使用四只0.1µ F外部电容.

    标签: 1Mbps 3.0 232 5.5

    上传时间: 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] }

    标签: III_hufman_decode int freqline Granule

    上传时间: 2013-12-19

    上传用户:jjj0202

  • KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程

    KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Driver development Kit for assembly language programmers,即内核模式驱动程序汇编开发包,KmdKit中包括了用宏汇编编译器开发驱动程序需要用到的所有东西。 你可以从http://www.wasm.ru/或者http://www.freewebs.com/four-f/下载到最新版本的KmdKit。

    标签: KmdTut Kernel mode Win

    上传时间: 2014-01-11

    上传用户:Ants

  • 程序说明 本地机使用ATDT命令拨号

    程序说明 本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。 主程序使用TC编写。终端方式为VT1

    标签: ATDT 程序 命令

    上传时间: 2016-04-20

    上传用户:lnnn30

  • matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内

    matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 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的最小值。

    标签: matlab lt Xi 算法

    上传时间: 2013-12-31

    上传用户:gtzj

  • 用89S52做的NEC码的红外发射程序

    用89S52做的NEC码的红外发射程序,其中p10-p17口接按钮组成标准4*4键盘,发射后对应的按键解码为0-F

    标签: 89S52 NEC 红外发射 程序

    上传时间: 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.

    标签: AppWizard you QMPlugin contains

    上传时间: 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.

    标签: screen handling flashing program

    上传时间: 2016-05-04

    上传用户:chongcongying