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

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

Single-link

  • phpBook 是個建立於 PHP 及 MySQL 的留言板。 功能包括: -- 內建多種語法 (包括中文) -- IP 封鎖及禁止存取 -- 可自訂表情符號 -- URL-Code

    phpBook 是個建立於 PHP 及 MySQL 的留言板。 功能包括: -- 內建多種語法 (包括中文) -- IP 封鎖及禁止存取 -- 可自訂表情符號 -- URL-Code,包括 URL-Link s, URL-Picture s -- 自訂禁止字句 -- 防止惡意灌水式攻擊

    標簽: URL-Code phpBook MySQL PHP

    上傳時間: 2013-12-16

    上傳用戶:dongbaobao

  • In this paper, we consider the problem of filtering in relational hidden Markov models. We present

    In this paper, we consider the problem of filtering in relational hidden Markov models. We present a compact representation for such models and an associated logical particle filtering algorithm. Each particle contains a logical formula that describes a set of states. The algorithm updates the formulae as new observations are received. Since a single particle tracks many states, this filter can be more accurate than a traditional particle filter in high dimensional state spaces, as we demonstrate in experiments.

    標簽: relational filtering consider problem

    上傳時間: 2016-01-02

    上傳用戶:海陸空653

  • Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit condi

    Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit conditional dependencies between parts of the state to estimate. By doing so, RBPFs can improve the estimation quality while also reducing the overall computational load in comparison to original PFs. However, the computational complexity is still too high for many real-time applications. In this paper, we propose a modified RBPF that requires a single Kalman Filter (KF) iteration per input sample. Comparative experiments show that while good convergence can still be obtained, computational efficiency is always drastically increased, making this algorithm an option to consider for real-time implementations.

    標簽: Particle Filters Rao-Blackwellised exploit

    上傳時間: 2016-01-02

    上傳用戶:refent

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.

    標簽: Lucene Abstract Jakarta project

    上傳時間: 2016-01-10

    上傳用戶:songrui

  • C語言進階,包含以下的內容:C語言進階-第一講概述.pdfC語言進階-第二講C語言復習.pdfC語言進階-第三講編譯匯編調試.pdfC語言進階-第四講存儲器與指針.pdfC語言進階-第五講 數據結構與

    C語言進階,包含以下的內容:C語言進階-第一講概述.pdf\C語言進階-第二講C語言復習.pdf\C語言進階-第三講編譯匯編調試.pdf\C語言進階-第四講存儲器與指針.pdf\C語言進階-第五講 數據結構與鏈表.pdf\C語言進階-第六講中斷與驅動.pdf\C語言進階-第七講編碼風格.pdf\C語言進階-第八講編寫安全無錯的代碼.pdf\C語言進階-lmalloc 第四講代碼.rar\C語言進階-ASIX Win link list 第五講代碼.rar

    標簽: pdfC 進階 語言 C語言

    上傳時間: 2016-01-16

    上傳用戶:pinksun9

  • This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding.

    This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).

    標簽: theoretical simulates simulated results

    上傳時間: 2016-01-19

    上傳用戶:pompey

  • Perlbox Voice is an voice enabled application to bring your desktop under your command. With a singl

    Perlbox Voice is an voice enabled application to bring your desktop under your command. With a single word, you can start your web browser, your favorite editor or whatever you want. This is the Linux and Unix voice recognition solution

    標簽: your application Perlbox enabled

    上傳時間: 2014-11-27

    上傳用戶:hgy9473

  • 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.

    標簽: inexpensive Enterprise computers explains

    上傳時間: 2014-11-29

    上傳用戶:zhangliming420

  • FIST可堆疊文件系統

    FIST可堆疊文件系統,linux文件系統修改相關的開源軟件,使得對linux文件系統功能的改進很簡單了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    標簽: FIST 堆疊 文件系統

    上傳時間: 2014-01-10

    上傳用戶:xsnjzljj

  • Atmel AT91SAM7SE256的一些基本驅動代碼

    Atmel AT91SAM7SE256的一些基本驅動代碼, 包括Link Files, 中斷源配置, SDRAM, USART, Timer等外設的驅動代碼。可用于AT91SAM7SE系列處理器。

    標簽: Atmel SAM7 7SE 256

    上傳時間: 2013-12-20

    上傳用戶:zjf3110

主站蜘蛛池模板: 扎兰屯市| 彰化市| 灌云县| 沁阳市| 胶南市| 马关县| 都昌县| 温州市| 宝丰县| 哈巴河县| 东海县| 延吉市| 罗田县| 莱芜市| 新沂市| 宁安市| 潞城市| 双峰县| 宁夏| 永吉县| 上思县| 嵊州市| 常山县| 微博| 阳曲县| 祁门县| 昌平区| 富宁县| 长汀县| 万全县| 康平县| 乌兰浩特市| 绥德县| 灌云县| 铁岭市| 黑河市| 新乡市| 建湖县| 定安县| 宁明县| 神农架林区|