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

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

message-Digest

  • 定時中斷程序

    定時中斷程序,源碼的注釋十分詳細(xì),具體功能如下: 1.Frame 實現(xiàn)能有效降低VxWorks 內(nèi)存管理內(nèi)部/外部碎片的機(jī)制。 2. Frame 實現(xiàn)為系統(tǒng)提供軟定時器功能的機(jī)制,定時器timeout 信息以message 或其他快捷有效方式通知定時器申請者(Task)。 3. 參考實驗一要求,系統(tǒng)中每個Task 擁有自己的Message Queue,以此方式作為系統(tǒng)的消息驅(qū)動基礎(chǔ)。 4. 系統(tǒng)中各Task 應(yīng)使用同一類型框架,即統(tǒng)一的Task 框架。 5. 系統(tǒng)內(nèi)實體(Task/ISR)間傳遞的消息應(yīng)有統(tǒng)一格式(消息頭+消息體),可分短消息和長消息,但消息頭須至少包含消息ID。系統(tǒng)內(nèi)所有消息均有其唯一ID 標(biāo)識。

    標(biāo)簽: 定時中斷 程序

    上傳時間: 2016-04-02

    上傳用戶:BOBOniu

  • Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP client

    Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections work via an masquerading firewall (NAT). It allows SIP software clients (like kphone, linphone) or SIP hardware clients (Voice over IP phones which are SIP-compatible, such as those from Cisco, Grandstream or Snom) to work behind an IP masquerading firewall or NAT router

    標(biāo)簽: registrations masquerading SIP protocol

    上傳時間: 2016-04-10

    上傳用戶:fnhhs

  • 練習(xí)并掌握多任務(wù)實時操作系統(tǒng)下Task 調(diào)度、Task 間主要通信手段(信號量、消息隊列等)、RISC 處理器 I/O 端口控制等內(nèi)容

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

    標(biāo)簽: Task RISC 多任務(wù) 信號量

    上傳時間: 2016-04-12

    上傳用戶:iswlkje

  • Alphanumeric messages are encoded in POCSAG format and send to the serial port of a computer. The mo

    Alphanumeric messages are encoded in POCSAG format and send to the serial port of a computer. The modem connects to the serial port of a computer and sends the message on the air through a transmitter.

    標(biāo)簽: Alphanumeric messages computer encoded

    上傳時間: 2013-12-12

    上傳用戶:jkhjkh1982

  • 3rd Generation Partnership Project Technical Specification Group Terminals Technical realization

    3rd Generation Partnership Project Technical Specification Group Terminals Technical realization of the Short Message Service

    標(biāo)簽: Technical Specification Partnership realization

    上傳時間: 2014-01-24

    上傳用戶:1966640071

  • Is a Application Demo (an example) of how to use the package LCD in order to make an application sta

    Is a Application Demo (an example) of how to use the package LCD in order to make an application stand alone that show a scrolling message on display.

    標(biāo)簽: Application application example package

    上傳時間: 2016-05-29

    上傳用戶:tianyi223

  • Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.

    Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain text: wearediscoveredsaveyourself --> The cipher text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.

    標(biāo)簽: the Implement algorithm textbook

    上傳時間: 2013-12-21

    上傳用戶:bruce5996

  • SPI communication between a single master and slave. Including a LCD controller that display the rec

    SPI communication between a single master and slave. Including a LCD controller that display the receiving message from the SPI bus.

    標(biāo)簽: communication controller Including between

    上傳時間: 2013-12-18

    上傳用戶:nanxia

  • * The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo

    * The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blocked debug output. The * debug() function can be used in error message and die * situations.

    標(biāo)簽: initialization debug_init functions and

    上傳時間: 2016-07-24

    上傳用戶:caozhizhi

  • WDM 驅(qū)動程序

    WDM 驅(qū)動程序,包含插件及處理方法。 Shows how to implement a simple WDM driver, including Plug and Play message handling using NuMega s policy interfaces

    標(biāo)簽: WDM 驅(qū)動程序

    上傳時間: 2013-12-24

    上傳用戶:yuanyuan123

主站蜘蛛池模板: 宁陕县| 承德县| 龙岩市| 舟曲县| 大同市| 盈江县| 天峻县| 万安县| 巴里| 三都| 游戏| 临安市| 丹寨县| 丁青县| 蓝山县| 临高县| 镶黄旗| 泊头市| 遂平县| 万盛区| 宁河县| 扎囊县| 融水| 和林格尔县| 忻州市| 朝阳市| 图们市| 富源县| 宜良县| 金沙县| 曲松县| 郓城县| 章丘市| 珲春市| 军事| 广昌县| 固阳县| 谢通门县| 乌拉特中旗| 资中县| 定结县|