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

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

time-invariant

  • To estimate the input-output mapping with inputs x % and outputs y generated by the following nonli

    To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3 % + time varying measurement noise % using a multi-layer perceptron (MLP) and both the EKF and % the hybrid importance-samping resampling (SIR) algorithm.

    標簽: input-output the generated following

    上傳時間: 2014-01-05

    上傳用戶:royzhangsz

  • 一個簡單實用的開源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

  • TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny

    TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny,This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.

    標簽: CONTROLLER TRAFFIC LIGHT using

    上傳時間: 2013-12-27

    上傳用戶:123456wh

  • This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the ti

    This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition

    標簽: demonstration reordering the columns

    上傳時間: 2016-01-14

    上傳用戶:奇奇奔奔

  • With this foundation, you explore a development model that addresses the complete range of issues in

    With this foundation, you explore a development model that addresses the complete range of issues in the design of embedded communications software, including real-time operating systems, hardware and software partitioning, layering, and protocol stacks.

    標簽: development foundation addresses complete

    上傳時間: 2016-01-16

    上傳用戶:zyt

  • This section describes the eSOAP toolkit demo package. It consists of the eSOAP runtime for MS Win

    This section describes the eSOAP toolkit demo package. It consists of the eSOAP runtime for MS Windows, the demo version of the esoapcg compiler and some source code examples to help developers learning how to use the toolkit ( run-time ) and how to specify service interfaces using the esoap code generator (esaopcg).

    標簽: eSOAP describes the consists

    上傳時間: 2013-12-26

    上傳用戶:aig85

  • * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this

    * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code:

    標簽: USER_MSG_INTERCEPT TeamInfo client search

    上傳時間: 2016-01-22

    上傳用戶:ynzfm

  • 對應論文寫的時空碼的仿真程序。為2天線

    對應論文寫的時空碼的仿真程序。為2天線,BPSK調制模式。自己寫的Space time code simulation提供給大家

    標簽: 論文 仿真程序 天線

    上傳時間: 2014-01-27

    上傳用戶:Shaikh

  • 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

  • 圖像處理

    圖像處理,利用bilt 函數 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)

    標簽: 圖像處理

    上傳時間: 2013-12-18

    上傳用戶:851197153

主站蜘蛛池模板: 凉城县| 蓝山县| 汝城县| 来凤县| 崇信县| 新巴尔虎右旗| 石渠县| 三江| 灵寿县| 银川市| 永新县| 麻栗坡县| 昌宁县| 荣成市| 措美县| 留坝县| 青冈县| 山丹县| 息烽县| 永新县| 化州市| 洛川县| 漾濞| 闵行区| 收藏| 瓦房店市| 集安市| 扶风县| 大理市| 和硕县| 丘北县| 阿克苏市| 汉源县| 金寨县| 龙门县| 黄大仙区| 巴楚县| 聂拉木县| 贵定县| 攀枝花市| 和静县|