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

GNU-Monitor

  • 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

  • jam vm 最新Java虚拟机!为开源项目源代码

    jam vm 最新Java虚拟机!为开源项目源代码,需要下载GNU 的classpath API 文件才可以编程

    标签: Java jam vm 虚拟机

    上传时间: 2013-12-31

    上传用户:chens000

  • This package provides a complete http client library. It currently implements most of the relevant p

    This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL).

    标签: implements currently complete provides

    上传时间: 2014-01-16

    上传用户:siguazgb

  • 作为一名电子工程师

    作为一名电子工程师,而且是一个什么都想自己做的人,我一向愿意用计算机来控制外部设备。甚至还在我们父辈的Apple-2e时代,我就已经开始寻找别的平台,希望可以与我定制的环境相连,并且可以写我自己的驱动程序软件。不幸的是,八十年代的个人电脑并没有那么强大,不论在软件层还是硬件层上,个人电脑的内部设计都远不如Apple-2e,并且在很长一段时间内,可以获得的文档都不能令人满意。但是,接着发生的事是Linux出现了,我决定试一试,于是买了昂贵的386主板,并且没有跑任何商业软件。 那时侯,我正在大学里使用Unix系统,并为这样聪明的一个操作系统所震动,特别是又补充了GNU计划提供给用户的更智慧的工具后,我更是为Unix所深深陶醉。在我自己的个人电脑主板上跑Linux实在是一个有趣的经历,我甚至可以自己写设备驱动程序,而且又可以玩烙铁了。我不断告诉别人:“当我长大了,我一定会是个黑客”,Linux是实现这个梦想的绝佳平台。这就是说,用不着长大我就可以实现梦想了。 当Linux成熟起来以后,越来越多的人对写特制电路的设备驱动程序和商业设备的驱动程序感兴趣了。正如Linus Torvalds告知大家:“我们退回到这样一个时代——人人都为自己写设备驱动程序。”

    标签: 电子工程师

    上传时间: 2013-12-29

    上传用户:牛津鞋

  • 华清远见应用培训班试验指导手册

    华清远见应用培训班试验指导手册,GNU编程环境和基本命令,是应用开发系列实验的基础内容

    标签:

    上传时间: 2016-05-20

    上传用户:chongcongying

  • AT91SAM9263的USB Device端口驱动

    AT91SAM9263的USB Device端口驱动,实现CDC串口,GNU开发环境.

    标签: Device 9263 SAM USB

    上传时间: 2014-01-21

    上传用户:jkhjkh1982

  • Gcc编程中makefile文件的使用手册

    Gcc编程中makefile文件的使用手册,本文比较完整的讲述 GNU make 工具,涵盖 GNU make 的用法、语法。同时重点讨论如何 为一个工程编写 Makefile

    标签: makefile Gcc 编程 使用手册

    上传时间: 2013-11-26

    上传用户:偷心的海盗

  • Microsoft Visual C++

    Microsoft Visual C++,Borland C++,Watcom C++ ,Borland C++ ,Borland C++ Builder,Borland C++ 3.1 for DOS,Watcom C++ 11.0 for DOS,GNU DJGPP C++ ,Lccwin32 C Compiler 3.1,Microsoft C,High C

    标签: Microsoft Visual

    上传时间: 2016-07-31

    上传用户:talenthn

  • JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。Ja

    JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。

    标签: JamVM Java java JVM

    上传时间: 2016-08-02

    上传用户:坏坏的华仔

  • 使用makefile的手册

    使用makefile的手册,中文版。满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要

    标签: makefile

    上传时间: 2016-08-10

    上传用户:米卡