搜索结果
找到约 236 项符合
Message-Digest 的查询结果
VxWorks 定时中断程序
定时中断程序,源码的注释十分详细,具体功能如下:
1.Frame 实现能有效降低VxWorks 内存管理内部/外部碎片的机制。
2. Frame 实现为系统提供软定时器功能的机制,定时器timeout 信息以message 或其他快捷有效方式通知定时器申请者(Task)。
3. 参考实验一要求,系统中每个Task 拥有自己的Message Queue,以此方式作为系统 ...
Linux/Unix编程 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 ...
VxWorks 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容
练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送 ...
邮电通讯系统 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.
技术管理 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
Java书籍 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.
加密解密 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:
wearedis ...
单片机开发 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.
微处理器开发 * 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.