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

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

Anaslyst-I

  • 2407的關于I/O輸入輸出的程序例子

    2407的關于I/O輸入輸出的程序例子,有需要的可以參考一下

    標簽: 2407 輸入輸出 程序

    上傳時間: 2016-04-09

    上傳用戶:cx111111

  • 最新的i.mx27和i.mx31 的wince6.0 bsp開發包

    最新的i.mx27和i.mx31 的wince6.0 bsp開發包,完整版,i.mx27是目前最強大的arm926處理器。

    標簽: wince mx 6.0 bsp

    上傳時間: 2016-04-09

    上傳用戶:獨孤求源

  • BlueTooth SDK Source Code! I hope that everybody like it.

    BlueTooth SDK Source Code! I hope that everybody like it.

    標簽: BlueTooth everybody Source Code

    上傳時間: 2016-04-10

    上傳用戶:zhenyushaw

  • freescale i.mx31 BSP CE5.0全部源碼

    freescale i.mx31 BSP CE5.0全部源碼

    標簽: freescale BSP 5.0 31

    上傳時間: 2013-12-22

    上傳用戶:leehom61

  • 實現簡單的I/O擴展

    實現簡單的I/O擴展,要求定義存儲內循環次數的變量等參數。

    標簽: 擴展

    上傳時間: 2014-01-19

    上傳用戶:cuiyashuo

  • 在學習VxWorks I/O 系統功能的基礎上

    在學習VxWorks I/O 系統功能的基礎上,了解的基本I/O、緩沖I/O 及格式化I/O、文件描述符、標準輸入/輸出/錯誤設備的使用。對VxWorks I/O 系統中常用的API 有較為深入的理解。實踐者對I/O 系統的理解和使用的熟練程度將影響后續實踐環節進行順利與否。通過I/O 系統API 與應用程序交互,能方便地對所調試的系統進行監控,是實時嵌入環境軟硬件開發的主要手段之一。實現終端顯示的秒表。精確到1/10 秒。可鍵盤控制暫停/繼續計時/復位功能。

    標簽: VxWorks

    上傳時間: 2013-12-26

    上傳用戶:haohaoxuexi

  • 練習并掌握多任務實時操作系統下Task 調度、Task 間主要通信手段(信號量、消息隊列等)、RISC 處理器 I/O 端口控制等內容

    練習并掌握多任務實時操作系統下Task 調度、Task 間主要通信手段(信號量、消息隊列等)、RISC 處理器 I/O 端口控制等內容,并形成嵌入式實時應用軟件的良好編程習慣。創建多Task,為每個Task 創建私有的Message Queue,每個Task 只通過自己的私有Message Queue 接收消息;Task 間消息通信通過向對方私有MessageQueue 發送消息完成。 Task1:管理Task。負責系統啟動時同步系統中其他Task 的啟動同步,利用信號量的semFlush()完成。同時接收各Task 的告警信息,告警信息需編號以logmsg 方式輸出。本task 負責系統結束時的Task 刪除處理。 Task2:console 命令行接收Task。接收并分析console 發來的命令行及參數。自行設置5 種以上命令,并根據命令的內容向Task3 或/及Task4 發送激勵消息。同時實現系統退出命令,使系統采用適當方式安全退出。收到非法命令向Task1告警。 Task3:Led 控制Task。接收Led 控制消息(命令),自定義Led 顯示方式表現命令執行情況。本task 應負責led 相關I/O port 初始化。收到非法led 控制命令向Task1 告警。 Task4:console 輸出Task。接收需打印輸出的字串消息(命令),輸出到console。收到長度為0 或超常字串向Task1 告警。

    標簽: Task RISC 多任務 信號量

    上傳時間: 2016-04-12

    上傳用戶:iswlkje

  • Win 32系統下的串行通信類。采用文件I/O函數提供的打開和關閉通信資源句柄及讀寫操作的基本接口。

    Win 32系統下的串行通信類。采用文件I/O函數提供的打開和關閉通信資源句柄及讀寫操作的基本接口。

    標簽: Win 串行通信 函數

    上傳時間: 2016-04-13

    上傳用戶:zyt

  • Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I b

    Swfdec still is development software, but has also followed a rigid no-crashes-allowed policy. I believe it s stable enough now to be installed as a default plugin for people that can live with occasional crashes of their browser. But don t blame me if it does crash. File a bug at https://bugs.freedesktop.org/enter_bug.cgi?product=swfdec

    標簽: no-crashes-allowed development followed software

    上傳時間: 2016-04-14

    上傳用戶:franktu

  • In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r

    In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.

    標簽: Rauch-Tung-Striebel algorithm smoother which

    上傳時間: 2016-04-15

    上傳用戶:zhenyushaw

主站蜘蛛池模板: 微博| 涡阳县| 光山县| 陆河县| 靖远县| 福泉市| 开封县| 天镇县| 浙江省| 招远市| 黄梅县| 化德县| 来安县| 聂荣县| 漳州市| 菏泽市| 宁都县| 嘉荫县| 镇沅| 安乡县| 金湖县| 平果县| 灌云县| 岳池县| 定边县| 奉节县| 宜兰市| 安庆市| 华亭县| 郯城县| 吴忠市| 新平| 安平县| 新郑市| 河西区| 阿拉善左旗| 顺昌县| 阳春市| 南开区| 平湖市| 抚州市|