搜索结果

找到约 151 项符合 go 的查询结果

数学计算 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 n ...
https://www.eeworm.com/dl/641/284868.html
下载: 80
查看: 1071

matlab例程 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 re ...
https://www.eeworm.com/dl/665/284871.html
下载: 169
查看: 1059

Jsp/Servlet --- --- ----- 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、增加相关搜索关键词 ( ...
https://www.eeworm.com/dl/696/286155.html
下载: 55
查看: 1065

SQL Server 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 ...
https://www.eeworm.com/dl/689/293207.html
下载: 100
查看: 1039

USB编程 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).
https://www.eeworm.com/dl/643/305027.html
下载: 182
查看: 1097

编译器/解释器 对任意给定的文法G 构造LR(1) 项目集规范族

对任意给定的文法G 构造LR(1) 项目集规范族,其中要实现CLOSURE(I)、GO(I,X)、FIRST 集合等。在此基础上, 构造了LR(1)分析表。然后对输入的句子进行语法分析,给出接受或出错报告。 程序采用文件输入输出方式。其中包括两个输入文件:文法grammar.txt,以及 输入串input.txt;两个输出文件:项目集items.txt 和文法的LR( ...
https://www.eeworm.com/dl/628/326797.html
下载: 119
查看: 1419

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

、本实战的目的是让大家熟悉ADC模块的功能以及AD转换的方法 2、项目实现的功能:从芯片RA0输入一个可以随时变化的模拟量(通过调节DEMO板VR1实现) 则单片机就能够及时地把该模拟量进行模/数转换,并用LED显示出来,我们可以看到转换结果 会随模拟量的变化而变化,从而以让我们了解片内ADC模块的工作情况。 3、本例的软 ...
https://www.eeworm.com/dl/648/339689.html
下载: 28
查看: 1146

Linux/Unix编程 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, ...
https://www.eeworm.com/dl/619/340403.html
下载: 118
查看: 1064

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

JSP验证码代码:生成有4个随机数字和杂乱背景的图片,数字和背景颜色会改变,服务器端刷新(用history.go(-1)也会变)
https://www.eeworm.com/dl/642/348255.html
下载: 71
查看: 1082

Java编程 实现基本的购物车功能。 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(2 ...
https://www.eeworm.com/dl/633/367055.html
下载: 108
查看: 1199