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

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

feed-forward

  • WINCE4.2下 三星2410硬件平臺上的看門狗演示程序

    WINCE4.2下 三星2410硬件平臺上的看門狗演示程序,開發工具為EVC4.0。點擊主菜單中的"start"啟動看門狗功能,點擊"Feed"啟動定時喂狗功能。若程序退出或未啟動喂狗功能,系統會自動復位,以保證系統的正常工作。

    標簽: WINCE 2410 4.2 三星

    上傳時間: 2014-01-15

    上傳用戶:dragonhaixm

  • It support IPv4 and IPv6 unicast and multicast and contains a trivial sender and a trivial receiver

    It support IPv4 and IPv6 unicast and multicast and contains a trivial sender and a trivial receiver that can be used to send or receive arbitrary data over RTP. An implementation of generic forward error correction is planned, t

    標簽: and trivial multicast contains

    上傳時間: 2013-12-14

    上傳用戶:金宜

  • 詞法分析器制作與應用 設計思想 (1)程序主體結構部分: 說明部分 %% 規則部分 %% 輔助程序部分 (2)主體結構的說明 在這里說明部分告訴我們使用的LETTER,DIGIT,

    詞法分析器制作與應用 設計思想 (1)程序主體結構部分: 說明部分 %% 規則部分 %% 輔助程序部分 (2)主體結構的說明 在這里說明部分告訴我們使用的LETTER,DIGIT, IDENT(標識符,通常定義為字母開頭的字母數字串)和STR(字符串常量,通常定義為雙引號括起來的一串字符)是什么意思.這部分也可以包含一些初始化代碼.例如用#include來使用標準的頭文件和前向說明(forward ,references).這些代碼應該再標記"%{"和"%}"之間 規則部分> 可以包括任何你想用來分析的代碼 我們這里包括了忽略所有注釋中字符的功能,傳送ID名稱和字符串常量內容到主調函數和main函數的功能. (3)實現原理 程序中先判斷這個句語句中每個單元為關鍵字、常數、運算符、界符,對與不同的單詞符號給出不同編碼形式的編碼,用以區分之。 PL/0語言的EBNF表示 <常量定義>::=<標識符>=<無符號整數> <標識符>::=<字母>={<字母>|<數字>} <加法運算符>::=+|- <乘法運算符>::=*|/ <關系運算符>::==|#|<|<=|>|>= <字母>::=a|b|…|X|Y|Z <數字>::=0|1|2|…|8|9

    標簽: LETTER DIGIT 程序

    上傳時間: 2015-11-04

    上傳用戶:zhengzg

  • The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP

    The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP application: it does not need proprietary nist-sip classes in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate. he proxy can act as presence server and be able to process NOTIFY and SUBSCRIBE requests. If this parameter is disabled, the proxy will simply forward those kind of requests following the appropriate routing decision.

    標簽: proxy The JAIN-SIP package

    上傳時間: 2015-11-30

    上傳用戶:ippler8

  • 利用ajax技術及javascript語言編寫的rss閱讀器

    利用ajax技術及javascript語言編寫的rss閱讀器,可以讀本地的xml文檔和外網上的feed??紤]了兩種瀏覽器(IE和火狐),在Eclipse開發工具上編寫

    標簽: javascript ajax rss 語言

    上傳時間: 2015-12-15

    上傳用戶:lvzhr

  • 一個簡單實用的開源C++消息中間件SAFMQ - [軟件開發] - [開源 消息中間件 SAFMQ ] 2006-11-23 在很多網絡應用中

    一個簡單實用的開源C++消息中間件SAFMQ - [軟件開發] - [開源 消息中間件 SAFMQ ] 2006-11-23 在很多網絡應用中,尤其那些服務器有時不在線的應用中,將客戶端的數據變更按照產生順序同步到服務器的操作是比較復雜的。為了解決這種問題,可以采用消息中間件產品(例如Windows的MSMQ還有IBM的MQ),但是這種產品比較龐大而且花費不少,對于小規模應用而言沒有必要。 SAFMQ(全稱為Store and Forward Message Queue)是一個簡單的消息中間件,采用C++編寫,采用Apache授權機制。截至2006年11月SAFMQ的的版本為0.5.2,發布于2006年9月。目前版本具有如下的功能: 1. 提供多隊列、多優先級的消息轉發服務。 2. 支持文本、二進制的消息類型。 3. 支持轉發功能,即多個消息中間件之間的消息轉發。 4. 支持事務操作 5. 支持Java、PHP客戶端 6. 支持SSL加密 7. 支持用戶權限 8. 支持對消息的標記 9. 支持TTL(Time To Live)時間戳

    標簽: SAFMQ 2006 開源 11

    上傳時間: 2013-12-06

    上傳用戶:alan-ee

  • The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da

    The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:

    標簽: discover viterbi algorm friend

    上傳時間: 2016-02-16

    上傳用戶:xc216

  • 實現一個瀏覽器的功能。當輸入BACK

    實現一個瀏覽器的功能。當輸入BACK,輸出剛訪問過的網頁,取出作為當前網址;若以前沒有,則輸出Ignored;還可輸入FORWARD、VISIT等,實現相應的功能。

    標簽: BACK 瀏覽器 輸入

    上傳時間: 2014-01-09

    上傳用戶:lizhen9880

  • This document represents the first stage in a process of taking the National Strategy for Police Inf

    This document represents the first stage in a process of taking the National Strategy for Police Information Systems (NSPIS) forward. It defines the mechanisms to ensure that we (and our partners) have access to the right information, in the right form, in the right time at an appropriate cost. The Strategy will ensure the Police Service has a collective understanding of the value of information and that we are able to exploit National Information Assets in support of local policing.

    標簽: represents the National Strategy

    上傳時間: 2016-03-08

    上傳用戶:wangdean1101

  • 基于J2ME的RSS閱讀器

    基于J2ME的RSS閱讀器,可聯網,定制自己的RSS Feed.

    標簽: J2ME RSS 閱讀器

    上傳時間: 2013-11-29

    上傳用戶:sxdtlqqjl

主站蜘蛛池模板: 浙江省| 青浦区| 磐石市| 三明市| 陇南市| 武鸣县| 临安市| 汝城县| 星座| 高雄县| 芒康县| 曲麻莱县| 新化县| 南丰县| 射阳县| 泸水县| 许昌县| 闸北区| 厦门市| 日喀则市| 鲁山县| 太白县| 滦南县| 大庆市| 阜新市| 广汉市| 福清市| 祁门县| 兴隆县| 文化| 娱乐| 湄潭县| 井陉县| 扶余县| 孟村| 海林市| 新密市| 息烽县| 峨边| 新干县| 和平县|