-
小型电话通信系统
一个模拟的电话交通系统,和基站信道的分配;有注释和说明。实现了基站与电话间的通信,是我们日常生活中中打手机的部分原理仿真;对了解移动通信有一定帮助。
- 2022-03-25 15:18:56下载
- 积分:1
-
在一个基于RTOS优先级,优先级反转
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow kernel to have multiple
tasks at the same priority. Although it has different ways
to avoid priority inversion such as priority ceiling
protocol, developers still have some difficulties in
programming real time applications with it. In this paper,
we redesign the uC/OS kernel to provide the ability to
support round robin scheduling and implement priority
inheritance semaphore on the modified kernel. As result,
we port new kernel with priority inheritance semaphore to
evaluation board, and evaluate the execution time of each
of the kernel service as well as verify the operations of
our implementation.-In a preemptive priority based RTOS, priority inversionproble
- 2022-03-24 17:49:36下载
- 积分:1
-
实习题
[问题描述]
1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。
[输入]
初始顺序表,插入字符。
[...
实习题
[问题描述]
1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。
[输入]
初始顺序表,插入字符。
[输出]
插入x后线性表的结果
[存储结构]
采用顺序存储结构
[算法的基本思想]
建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。
程序如下:
#include "iostream.h"
#include
#define LIST_INTI_SIZE 100//初始空间大小
typedef struct SqList
-attachment that [problem description] 1. Established order of the table data elements incremental orderly, will be inserted into the appropriate sequence table position is that the schedule remains orderly. [Imported] initial order and inserting characters. [Output] x inserted after the results of the linear scale [storage structure] sequence storage structure [algorithm for the basic idea : the establishment of a- incremental sequence table, insert a numerical and mobile elements, it remains orderly. The procedure is as follows :# include "iostream.h"# include
- 2022-02-01 21:43:29下载
- 积分:1
-
curremnt mpeg4/h264演示文档。
curremnt mpeg4/h264 presentation document.
- 2023-05-05 19:15:03下载
- 积分:1
-
《软件工程》第六版的中文版 是最有名气的软件工程的书。格式:超星数字图书馆。...
《软件工程》第六版的中文版 是最有名气的软件工程的书。格式:超星数字图书馆。-"software engineering" the sixth edition of the Chinese version is the most famous software engineering book. Format : Superstar Digital Library.
- 2023-07-17 06:50:06下载
- 积分:1
-
THIS IS A EXAMPLE TO AUTO LOGIN ON WINDOWS, THIS CODE WAS WRITE IN VISUAL C#.
THIS IS A EXAMPLE TO AUTO LOGIN ON WINDOWS, THIS CODE WAS WRITE IN VISUAL C#.
- 2022-01-26 00:02:16下载
- 积分:1
-
从联合证券数据读取股票数据以及画出K线。不完善,正在完善中。...
从联合证券数据读取股票数据以及画出K线。不完善,正在完善中。-Data read from the joint stock securities data and draw K line. Imperfect, is being perfected.
- 2023-01-31 02:05:03下载
- 积分:1
-
This Lowpass filter designed
This Lowpass filter designed
- 2022-07-09 11:42:25下载
- 积分:1
-
计算机科学经典著作之一:c++的异常处理,包括工程中的疑问,编程问题和解决方法。...
计算机科学经典著作之一:c++的异常处理,包括工程中的疑问,编程问题和解决方法。-one computer science classics : c anomalies, including the construction of doubt, programming problems and solutions.
- 2022-04-22 09:15:15下载
- 积分:1
-
此文档提供建网的解决方案,具体到一个实际的例子,。看后必有不少收获...
此文档提供建网的解决方案,具体到一个实际的例子,。看后必有不少收获-This document provides network solutions to a specific practical examples. After reading it is possible that many of harvest
- 2022-08-10 03:55:18下载
- 积分:1