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

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

Dynamic-link

  • In this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional ind

    In this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of the ABC network should complement the UAI2000 paper by Arnaud Doucet, Nando de Freitas, Kevin Murphy and Stuart Russell. After downloading the file, type "tar -xf demorbpfdbn.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "dbnrbpf" for the demo.

    標(biāo)簽: Rao-Blackwellised conditional filtering particle

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

    上傳用戶:小儒尼尼奧

  • 非常適合內(nèi)嵌式mp3播放,例如控制臺(tái)!注意看壓縮包里readme.doc 詳細(xì)過程,在ARM及MIPS下通過 新建一個(gè) wce application,選擇 a simple windows ce

    非常適合內(nèi)嵌式mp3播放,例如控制臺(tái)!注意看壓縮包里readme.doc 詳細(xì)過程,在ARM及MIPS下通過 新建一個(gè) wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實(shí)編譯時(shí)的 object/library modules 只要看 sourse 文件包含哪個(gè)dll,或lib 就行

    標(biāo)簽: application windows readme simple

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

    上傳用戶:ynsnjs

  • Zword公司的Rabbit2000系列相關(guān)文件

    Zword公司的Rabbit2000系列相關(guān)文件,包含庫Lib和例子Sample,也有TCP/IP相關(guān)應(yīng)用文件,配套的軟件為Dynamic C .

    標(biāo)簽: Rabbit Zword 2000

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

    上傳用戶:hgy9473

  • PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran

    PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.

    標(biāo)簽: that solutions regularly Cookbook

    上傳時(shí)間: 2014-12-03

    上傳用戶:努力努力再努力

  • This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not writ

    This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1

    標(biāo)簽: Computational described Geometry Chapter

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

    上傳用戶:yan2267246

  • 看n2實(shí)例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows

    看n2實(shí)例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms

    標(biāo)簽: simulator Simulator different Create

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

    上傳用戶:wfl_yy

  • package query public class LinkQuery { private Node front private Node vear public Link

    package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊(duì)是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }

    標(biāo)簽: private public Node LinkQuery

    上傳時(shí)間: 2016-07-08

    上傳用戶:天誠(chéng)24

  • 大一時(shí)學(xué)c語言時(shí)做的一個(gè)基于turbo-c圖形庫的學(xué)生管理系統(tǒng)(非文本圖形方式)

    大一時(shí)學(xué)c語言時(shí)做的一個(gè)基于turbo-c圖形庫的學(xué)生管理系統(tǒng)(非文本圖形方式),應(yīng)該說當(dāng)時(shí)花了不少心血。功能方面實(shí)現(xiàn):調(diào)色(對(duì)8個(gè)默認(rèn)的調(diào)色板的值進(jìn)行更改),換膚(改界面顏色),時(shí)間,文件加密(用了類似轉(zhuǎn)子加密的方法),快捷鍵,錯(cuò)誤提示,分頁等,注釋比較詳細(xì),供初學(xué)c語言的人參考。需要將egavga.obj文件link起來才能脫離turbo-c環(huán)境執(zhí)行,網(wǎng)上能找到相關(guān)教程。

    標(biāo)簽: turbo-c c語言 圖形庫 圖形

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

    上傳用戶:330402686

  • 8b10b編解碼器

    8b10b編解碼器,常用于camera link,1394等高速信號(hào)傳輸

    標(biāo)簽: 8b10b 編解碼器

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

    上傳用戶:edisonfather

  • proface的觸摸屏和艾默生的變頻器通過此程序可相互通信

    proface的觸摸屏和艾默生的變頻器通過此程序可相互通信,在屏上直接控制變頻器的起停,調(diào)變頻的其它參數(shù),支持MEMORY-LINK,和艾默生的變頻器的協(xié)議

    標(biāo)簽: proface 觸摸屏 變頻器 互通

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

    上傳用戶:cursor

主站蜘蛛池模板: 乌审旗| 大城县| 乐山市| 宜兰市| 太康县| 石嘴山市| 平远县| 蚌埠市| 石渠县| 同仁县| 达州市| 横山县| 乐业县| 湘潭县| 闸北区| 南投市| 东乌珠穆沁旗| 中牟县| 盈江县| 锡林郭勒盟| 宝山区| 如皋市| 玉屏| 达拉特旗| 茌平县| 太和县| 平利县| 丹寨县| 兴仁县| 维西| 南平市| 仪征市| 商洛市| 成安县| 衡水市| 黔东| 南木林县| 城固县| 南通市| 叶城县| 凤台县|