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

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

one-step

  • We present a particle filter construction for a system that exhibits time-scale separation. The sep

    We present a particle filter construction for a system that exhibits time-scale separation. The separation of time-scales allows two simplifications that we exploit: i) The use of the averaging principle for the dimensional reduction of the system needed to solve for each particle and ii) the factorization of the transition probability which allows the Rao-Blackwellization of the filtering step. Both simplifications can be implemented using the coarse projective integration framework. The resulting particle filter is faster and has smaller variance than the particle filter based on the original system. The convergence of the new particle filter to the analytical filter for the original system is proved and some numerical results are provided.

    標(biāo)簽: construction separation time-scale particle

    上傳時間: 2016-01-02

    上傳用戶:fhzm5658

  • ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題

    ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調(diào)試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內(nèi)存映射窗口[Memory map window] 十一、十二,監(jiān)視與監(jiān)察器[Watches and inspectors] 十三,線程[Threads] 十四,復(fù)制到剪切板[Copy to clipboard] 十五,調(diào)用棧[Call stack] 十六,調(diào)用樹[Call tree] 十七,選項[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執(zhí)行與自動執(zhí)行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]

    標(biāo)簽: ollydbg OllyDbg 32 教程

    上傳時間: 2016-01-02

    上傳用戶:xhz1993

  • this will produce the dci program in the src/ directory, or in /path/to/your/installation/bin if y

    this will produce the dci program in the src/ directory, or in /path/to/your/installation/bin if you used the--prefix option during the configure step and issued a "make install".

    標(biāo)簽: installation directory the produce

    上傳時間: 2016-01-04

    上傳用戶:15071087253

  • radius協(xié)議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo

    radius協(xié)議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.

    標(biāo)簽: Radius implementation connect radius

    上傳時間: 2013-12-12

    上傳用戶:壞天使kk

  • java語言開發(fā)的P2P流媒體系統(tǒng)

    java語言開發(fā)的P2P流媒體系統(tǒng),“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php

    標(biāo)簽: java P2P 語言 流媒體系統(tǒng)

    上傳時間: 2016-01-09

    上傳用戶:ikemada

  • This forced me to write about more interesting and comprehensive sorting methods, the result of whic

    This forced me to write about more interesting and comprehensive sorting methods, the result of which is this one. Through this writing I have tried to give in-depth coverage of the entire sort algorithm I hope Peter wouldn t mind reading it. This article assumes that you really don t know about the iterations, looping, and so forth hence, it explains these in detail first.

    標(biāo)簽: comprehensive interesting methods sorting

    上傳時間: 2016-01-10

    上傳用戶:athjac

  • The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited res

    The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a cluster, making it helpful for System Administrators even if they are not building a cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.

    標(biāo)簽: inexpensive Enterprise computers explains

    上傳時間: 2014-11-29

    上傳用戶:zhangliming420

  • matlab 實現(xiàn)系統(tǒng)的參數(shù)計算

    matlab 實現(xiàn)系統(tǒng)的參數(shù)計算,系統(tǒng)單位階躍響應(yīng)的相關(guān)參數(shù)計算。Matlab real system parameters, the system unit step response of the relevant parameters.

    標(biāo)簽: matlab 參數(shù)計算

    上傳時間: 2014-01-08

    上傳用戶:曹云鵬

  • This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

    This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, we will be building on the same example source code used in part one. In this article, we will expand on that code to include Read functionality, Handle Input/Ouput Controls also known as IOCTLs, and learn a bit more about IRPs.

    標(biāo)簽: the interest tutorial Drivers

    上傳時間: 2016-01-28

    上傳用戶:lmeeworm

  • TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, chan

    TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, changing one s password for, and otherwise maintaining users and groups on an embedded system. It also provides shadow password support to enhance system security. TinyLogin is, as the name implies, very small, and makes an excellent complement to BusyBox on an embedded System. It can be used without BusyBox, of course, but I envision them being used together most of the time.

    標(biāo)簽: authenticated TinyLogin utilities handling

    上傳時間: 2016-01-30

    上傳用戶:253189838

主站蜘蛛池模板: 福清市| 开封县| 花莲市| 曲阳县| 巩留县| 任丘市| 镇平县| 阿勒泰市| 银川市| 互助| 桃园县| 忻州市| 镇平县| 梅河口市| 常德市| 许昌县| 乳山市| 安阳市| 阳东县| 通榆县| 黔江区| 南宫市| 沙河市| 宜黄县| 通化市| 凤庆县| 龙里县| 张掖市| 凤庆县| 永靖县| 无为县| 拉萨市| 东阿县| 浦城县| 射阳县| 赫章县| 朔州市| 柯坪县| 桦甸市| 陆良县| 福州市|