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

GO

GO(又称GOlang)是GOogle的RobertGriesemer,RobPike及KenThompson开发的一种静态强类型、编译型语言。GO语言语法与C相近,但功能上有:内存安全,GC(垃圾回收),结构形态及CSP-style并发计算。
  • 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

  • --- --- ----- 1、界面更友善 2、优化主代码 3、更新热门词 4、增加搜索排行榜 5、修正切换搜索引擎时左栏不会随所选引擎自动变换问题 例:原http://s

    --- --- ----- 1、界面更友善 2、优化主代码 3、更新热门词 4、增加搜索排行榜 5、修正切换搜索引擎时左栏不会随所选引擎自动变换问题 例:原http://so.ok881.com/GO.asp?Key=唱得响亮&NO=9(这时左栏处于“网页”分类目录) 当将NO=9换成NO=101 时,左栏能自动切换到“影视”分类目录 6、增加相关搜索关键词 (经测试此功能所得关键词会大量被搜索引擎收录) ^_^ 惊喜中... 7、增加知识搜索、行情搜索; 8、更新免费搜索代码,提供多种尺寸及颜色选择。

    标签: http 代码 更新 搜索

    上传时间: 2016-04-20

    上传用户:onewq

  • Sqlserver2000压力测试 数据库请自己建

    Sqlserver2000压力测试 数据库请自己建,附脚本。不懂的可以发邮件问我:killwolf@163.com 10万 109640ms 插入 23078ms 清空 20万 216281ms 8391马上 40万: 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo].[StuInfo] GO CREATE TABLE [dbo].[StuInfo] ( [StuID] [float] NULL ) ON [PRIMARY] GO

    标签: Sqlserver 2000 压力 测试

    上传时间: 2016-05-07

    上传用户:lht618

  • This project shows how to use the IOKit notification mechanism to register to be notified when devic

    This project shows how to use the IOKit notification mechanism to register to be notified when devices come and GO. It uses the Cypress/Anchor EZ-USB chip. (Look at the following example for another way to get notified when a device is unplugged).

    标签: notification mechanism notified register

    上传时间: 2013-12-01

    上传用户:zhuimenghuadie

  • 对任意给定的文法G 构造LR(1) 项目集规范族

    对任意给定的文法G 构造LR(1) 项目集规范族,其中要实现CLOSURE(I)、GO(I,X)、FIRST 集合等。在此基础上, 构造了LR(1)分析表。然后对输入的句子进行语法分析,给出接受或出错报告。 程序采用文件输入输出方式。其中包括两个输入文件:文法grammar.txt,以及 输入串input.txt;两个输出文件:项目集items.txt 和文法的LR(1)分析表 action_table.txt。由于语法分析的结果只给出接受或错误报告,比较简

    标签: LR 项目

    上传时间: 2016-07-30

    上传用户:来茴

  • 、本实战的目的是让大家熟悉ADC模块的功能以及AD转换的方法 2、项目实现的功能:从芯片RA0输入一个可以随时变化的模拟量(通过调节DEMO板VR1实现) 则单片机就能够及时地把该模拟量进行模

    、本实战的目的是让大家熟悉ADC模块的功能以及AD转换的方法 2、项目实现的功能:从芯片RA0输入一个可以随时变化的模拟量(通过调节DEMO板VR1实现) 则单片机就能够及时地把该模拟量进行模/数转换,并用LED显示出来,我们可以看到转换结果 会随模拟量的变化而变化,从而以让我们了解片内ADC模块的工作情况。 3、本例的软件设计思路:利用单片机片内硬件资源TMR0和预分频器,为ADC提供定时启动信号。但是 没有利用其中断功能,而是采用了软件查询方式,转换结果采用了右对齐方式, A/D转换的时钟源选用了系统周期的8倍,本例对于ADC的电压基准要求不高, 我们就选用了电源电压VDD和VSS作为基准电压, 4、对于A/D转换过程是否完成也没有利用ADC模块的中断功能,而是以软件方式查询其中启动位GO是否为0。本例中选用的模拟通道为AN0。

    标签: DEMO ADC RA0 VR1

    上传时间: 2014-01-17

    上传用户:离殇

  • Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the rela

    Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. HIP is a proposal to change the TCP/IP stack to securely support mobility and multi-homing. Additionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is "cool", which means that as a mobile VPN solution, when your network interfaces GO up or down, there is no need to re-establish a secure tunnel.

    标签: Identity Protocol Host implemetation

    上传时间: 2016-09-01

    上传用户:皇族传媒

  • JSP验证码代码:生成有4个随机数字和杂乱背景的图片

    JSP验证码代码:生成有4个随机数字和杂乱背景的图片,数字和背景颜色会改变,服务器端刷新(用history.GO(-1)也会变)

    标签: JSP 代码 随机 数字

    上传时间: 2014-01-18

    上传用户:liglechongchong

  • 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2

    实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 create database shop_db GO use shop_db GO create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) GO insert into t_sp values( IBM笔记本电脑 , 19999 ) insert into t_sp values( Hp商务笔记本电脑 , 8666 ) insert into t_sp values( 精通JSP技术 , 236 ) insert into t_sp values( ASP.NET高级应用 , 156 ) insert into t_sp values( J2EE高级开发 , 126 ) insert into t_sp values( 华硕笔记本电脑 , 6789 ) GO select * from t_sp GO

    标签: sqlserver eclipse 2005 逻辑

    上传时间: 2013-12-19

    上传用户:netwolf